public class Field extends Object
Constructor and Description |
---|
Field() |
Modifier and Type | Method and Description |
---|---|
List<Link> |
getLinks()
getLinks
Gets List
|
String |
getName()
getName
Gets String
|
Rectangle |
getRect()
getRect
Gets Rectangle
|
List<Integer> |
getSelectedItems()
getSelectedItems
Gets List
|
Integer |
getType()
getType
Gets FieldType
|
List<String> |
getValues()
getValues
Gets List
|
void |
setLinks(List<Link> Links)
setLinks
Sets List
|
void |
setName(String Name)
setName
Sets String
|
void |
setRect(Rectangle Rect)
setRect
Sets Rectangle
|
void |
setSelectedItems(List<Integer> SelectedItems)
setSelectedItems
Sets List
|
void |
setType(Integer Type)
setType
Sets FieldType
|
void |
setValues(List<String> Values)
setValues
Sets List
|
String |
toString() |
public String getName()
public void setName(String Name)
Name
- Stringpublic Integer getType()
public void setType(Integer Type)
Type
- FieldTypepublic List<Integer> getSelectedItems()
public void setSelectedItems(List<Integer> SelectedItems)
SelectedItems
- Listpublic Rectangle getRect()
public void setRect(Rectangle Rect)
Rect
- RectangleCopyright © 2016. All rights reserved.