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