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, setPreferredSize
getLayoutConstraints, getMaxSize, getMinSize, getPreferredSize, setLayoutConstraints, setToolTipText
addParentListener, removeParentListener
addValidator, hasModifications, isEditable, resetModificationState
createPopupMenu, fromComponent, getBounds, hasFocus, isReparentable, isShowing, setBounds, setPopupMenu, setPosition, setSize, toComponent, toLocal, toScreen
dispose, isDisposed
addDisposeListener, removeDisposeListener
addShowingStateListener, removeShowingStateListener
getValue, setValue
addValidationConditionListener, removeValidationConditionListener, validate
setEditable
getBackgroundColor, getForegroundColor, getPosition, getSize, isVisible, redraw, requestFocus, setBackgroundColor, setCursor, setForegroundColor, setPosition, setRedrawEnabled, setSize, setVisible
getUiReference, isEnabled, setEnabled
addComponentListener, removeComponentListener
addFocusListener, removeFocusListener
addKeyListener, removeKeyListener
addMouseListener, removeMouseListener
addMouseMotionListener, removeMouseMotionListener
addPopupDetectionListener, removePopupDetectionListener
addInputListener, removeInputListener
getObservableValue
select
java.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