public class ListBoxField extends ChoiceField
| Constructor and Description |
|---|
ListBoxField() |
| Modifier and Type | Method and Description |
|---|---|
ListBoxField |
activeState(java.lang.String activeState) |
ListBoxField |
addOptionsItem(Option optionsItem) |
ListBoxField |
addSelectedItemsItem(java.lang.Integer selectedItemsItem) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getActiveState()
Gets or sets current annotation appearance state.
|
java.util.List<Option> |
getOptions()
Gets collection of options of the listbox.
|
java.util.List<java.lang.Integer> |
getSelectedItems()
Gets or sets array of the selected items in the multiselect list.
|
java.lang.Integer |
getTopIndex()
Gets or sets index of the top visible element of the list.
|
int |
hashCode() |
ListBoxField |
options(java.util.List<Option> options) |
ListBoxField |
selectedItems(java.util.List<java.lang.Integer> selectedItems) |
void |
setActiveState(java.lang.String activeState) |
void |
setOptions(java.util.List<Option> options) |
void |
setSelectedItems(java.util.List<java.lang.Integer> selectedItems) |
void |
setTopIndex(java.lang.Integer topIndex) |
ListBoxField |
topIndex(java.lang.Integer topIndex) |
java.lang.String |
toString() |
getSelected, isMultiSelect, multiSelect, selected, setMultiSelect, setSelectedaddFlagsItem, border, color, contents, flags, fullName, getBorder, getColor, getContents, getFlags, getFullName, getHeight, getHighlighting, getHorizontalAlignment, getMargin, getPageIndex, getParent, getPartialName, getRect, getValue, getVerticalAlignment, getWidth, getZindex, height, highlighting, horizontalAlignment, isGroup, isIsGroup, isIsSharedField, isSharedField, margin, pageIndex, parent, partialName, rect, setBorder, setColor, setContents, setFlags, setFullName, setHeight, setHighlighting, setHorizontalAlignment, setIsGroup, setIsSharedField, setMargin, setPageIndex, setParent, setPartialName, setRect, setValue, setVerticalAlignment, setWidth, setZindex, value, verticalAlignment, width, zindexaddLinksItem, getLinks, links, setLinkspublic ListBoxField options(java.util.List<Option> options)
public ListBoxField addOptionsItem(Option optionsItem)
public java.util.List<Option> getOptions()
public void setOptions(java.util.List<Option> options)
public ListBoxField activeState(java.lang.String activeState)
public java.lang.String getActiveState()
public void setActiveState(java.lang.String activeState)
public ListBoxField topIndex(java.lang.Integer topIndex)
public java.lang.Integer getTopIndex()
public void setTopIndex(java.lang.Integer topIndex)
public ListBoxField selectedItems(java.util.List<java.lang.Integer> selectedItems)
public ListBoxField addSelectedItemsItem(java.lang.Integer selectedItemsItem)
public java.util.List<java.lang.Integer> getSelectedItems()
public void setSelectedItems(java.util.List<java.lang.Integer> selectedItems)
public boolean equals(java.lang.Object o)
equals in class ChoiceFieldpublic int hashCode()
hashCode in class ChoiceFieldpublic java.lang.String toString()
toString in class ChoiceField