public interface ICheckBox extends IInputControl<java.lang.Boolean>, IObservableValueViewer<java.lang.Boolean>, ITextLabel
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSelected()
Convenience method for the generic method getValue()
|
void |
setSelected(boolean selected)
Convenience method for the generic method setValue(Boolean value)
|
addValidator, hasModifications, isEditable, resetModificationStategetValue, setValueaddValidationConditionListener, removeValidationConditionListener, validatesetEditableaddInputListener, removeInputListenergetObservableValuegetTextgetDragSource, getDropTarget, getParent, getRoot, setMaxSize, setMinSize, setParent, setPreferredSizecreatePopupMenu, fromComponent, getBounds, hasFocus, isReparentable, isShowing, setBounds, setPopupMenu, setPosition, setSize, toComponent, toLocal, toScreendispose, isDisposedaddDisposeListener, removeDisposeListeneraddShowingStateListener, removeShowingStateListeneraddParentListener, removeParentListenersetFontName, setFontSize, setMarkup, setTextgetLayoutConstraints, getMaxSize, getMinSize, getPreferredSize, setLayoutConstraints, setToolTipTextgetBackgroundColor, getForegroundColor, getPosition, getSize, isVisible, redraw, requestFocus, setBackgroundColor, setCursor, setForegroundColor, setPosition, setRedrawEnabled, setSize, setVisiblegetUiReference, isEnabled, setEnabledaddComponentListener, removeComponentListeneraddFocusListener, removeFocusListeneraddKeyListener, removeKeyListeneraddMouseListener, removeMouseListeneraddMouseMotionListener, removeMouseMotionListeneraddPopupDetectionListener, removePopupDetectionListenerboolean isSelected()
void setSelected(boolean selected)
selected - the selection state to setSiehe auch Jowidgets Nutzerhandbuch