de.tif.jacob.screen
Interface IComboBox
- All Superinterfaces:
- IGuiElement, ISingleDataGuiElement
- All Known Subinterfaces:
- IMutableComboBox
public interface IComboBox
- extends ISingleDataGuiElement
|
Field Summary |
static java.lang.String |
RCS_ID
|
static java.lang.String |
RCS_REV
|
|
Method Summary |
void |
enableOption(java.lang.String entry,
boolean enableFlag)
Enable or disable the hands over option |
void |
enableOptions(boolean enableFlag)
Enable or disable all options in the combo box. |
| Methods inherited from interface de.tif.jacob.screen.IGuiElement |
findByName, getApplicationDefinition, getChildren, getDataStatus, getGroupTableAlias, getI18NLabel, getLabel, getName, getParent, getPathName, hasChild, isEnabled, isVisible, setBackgroundColor, setColor, setEnable, setLabel, setVisible |
RCS_ID
static final java.lang.String RCS_ID
- See Also:
- Constant Field Values
RCS_REV
static final java.lang.String RCS_REV
- See Also:
- Constant Field Values
enableOption
void enableOption(java.lang.String entry,
boolean enableFlag)
- Enable or disable the hands over option
- Parameters:
entry - The option to toggleenableFlag - The state of the option (true=enabled; false=disabled)
enableOptions
void enableOptions(boolean enableFlag)
- Enable or disable all options in the combo box.
- Parameters:
enableFlag - The state of the options (true=enabled; false=disabled)