public class ListBoxFields extends LinkElement
| Constructor and Description |
|---|
ListBoxFields() |
| Modifier and Type | Method and Description |
|---|---|
ListBoxFields |
addListItem(ListBoxField listItem) |
boolean |
equals(java.lang.Object o) |
java.util.List<ListBoxField> |
getList()
List of listbox fields.
|
int |
hashCode() |
ListBoxFields |
list(java.util.List<ListBoxField> list) |
void |
setList(java.util.List<ListBoxField> list) |
java.lang.String |
toString() |
addLinksItem, getLinks, links, setLinkspublic ListBoxFields list(java.util.List<ListBoxField> list)
public ListBoxFields addListItem(ListBoxField listItem)
public java.util.List<ListBoxField> getList()
public void setList(java.util.List<ListBoxField> list)
public boolean equals(java.lang.Object o)
equals in class LinkElementpublic int hashCode()
hashCode in class LinkElementpublic java.lang.String toString()
toString in class LinkElement