public interface IComboBox<VALUE_TYPE> extends IControl, IInputControl<VALUE_TYPE>, IObservableValueViewer<VALUE_TYPE>, ISelectable
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VALUE_TYPE> |
getElements() |
int |
getSelectedIndex() |
boolean |
isPopupVisible() |
void |
setElements(java.util.Collection<? extends VALUE_TYPE> elements) |
void |
setElements(VALUE_TYPE... elements) |
void |
setPopupVisible(boolean visible) |
void |
setSelectedIndex(int index) |
getDragSource, getDropTarget, getParent, getRoot, setMaxSize, setMinSize, setParent, setPreferredSizegetLayoutConstraints, getMaxSize, getMinSize, getPreferredSize, setLayoutConstraints, setToolTipTextaddParentListener, removeParentListeneraddValidator, hasModifications, isEditable, resetModificationStatecreatePopupMenu, fromComponent, getBounds, hasFocus, isReparentable, isShowing, setBounds, setPopupMenu, setPosition, setSize, toComponent, toLocal, toScreendispose, isDisposedaddDisposeListener, removeDisposeListeneraddShowingStateListener, removeShowingStateListenergetValue, setValueaddValidationConditionListener, removeValidationConditionListener, validatesetEditablegetBackgroundColor, getForegroundColor, getPosition, getSize, isVisible, redraw, requestFocus, setBackgroundColor, setCursor, setForegroundColor, setPosition, setRedrawEnabled, setSize, setVisiblegetUiReference, isEnabled, setEnabledaddComponentListener, removeComponentListeneraddFocusListener, removeFocusListeneraddKeyListener, removeKeyListeneraddMouseListener, removeMouseListeneraddMouseMotionListener, removeMouseMotionListeneraddPopupDetectionListener, removePopupDetectionListeneraddInputListener, removeInputListenergetObservableValueselectjava.util.List<VALUE_TYPE> getElements()
void setElements(java.util.Collection<? extends VALUE_TYPE> elements)
void setElements(VALUE_TYPE... elements)
int getSelectedIndex()
void setSelectedIndex(int index)
void setPopupVisible(boolean visible)
boolean isPopupVisible()
Siehe auch Jowidgets Nutzerhandbuch