public class ComboBoxField extends ChoiceField
Constructor and Description |
---|
ComboBoxField() |
Modifier and Type | Method and Description |
---|---|
ComboBoxField |
activeState(java.lang.String activeState) |
ComboBoxField |
addOptionsItem(Option optionsItem) |
ComboBoxField |
editable(java.lang.Boolean editable) |
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 combobox.
|
int |
hashCode() |
java.lang.Boolean |
isEditable()
Gets or sets editable status of the field.
|
java.lang.Boolean |
isSpellCheck()
Gets or sets spellchaeck activiity status.
|
ComboBoxField |
options(java.util.List<Option> options) |
void |
setActiveState(java.lang.String activeState) |
void |
setEditable(java.lang.Boolean editable) |
void |
setOptions(java.util.List<Option> options) |
void |
setSpellCheck(java.lang.Boolean spellCheck) |
ComboBoxField |
spellCheck(java.lang.Boolean spellCheck) |
java.lang.String |
toString() |
getSelected, isMultiSelect, multiSelect, selected, setMultiSelect, setSelected
addFlagsItem, 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, zindex
addLinksItem, getLinks, links, setLinks
public ComboBoxField options(java.util.List<Option> options)
public ComboBoxField addOptionsItem(Option optionsItem)
public java.util.List<Option> getOptions()
public void setOptions(java.util.List<Option> options)
public ComboBoxField activeState(java.lang.String activeState)
public java.lang.String getActiveState()
public void setActiveState(java.lang.String activeState)
public ComboBoxField editable(java.lang.Boolean editable)
public java.lang.Boolean isEditable()
public void setEditable(java.lang.Boolean editable)
public ComboBoxField spellCheck(java.lang.Boolean spellCheck)
public java.lang.Boolean isSpellCheck()
public void setSpellCheck(java.lang.Boolean spellCheck)
public boolean equals(java.lang.Object o)
equals
in class ChoiceField
public int hashCode()
hashCode
in class ChoiceField
public java.lang.String toString()
toString
in class ChoiceField