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, resetModificationState
getValue, setValue
addValidationConditionListener, removeValidationConditionListener, validate
setEditable
addInputListener, removeInputListener
getObservableValue
getText
getDragSource, getDropTarget, getParent, getRoot, setMaxSize, setMinSize, setParent, setPreferredSize
createPopupMenu, fromComponent, getBounds, hasFocus, isReparentable, isShowing, setBounds, setPopupMenu, setPosition, setSize, toComponent, toLocal, toScreen
dispose, isDisposed
addDisposeListener, removeDisposeListener
addShowingStateListener, removeShowingStateListener
addParentListener, removeParentListener
setFontName, setFontSize, setMarkup, setText
getLayoutConstraints, getMaxSize, getMinSize, getPreferredSize, setLayoutConstraints, setToolTipText
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
boolean isSelected()
void setSelected(boolean selected)
selected
- the selection state to setSiehe auch Jowidgets Nutzerhandbuch