public interface IUnitValueField<BASE_VALUE_TYPE,UNIT_VALUE_TYPE> extends IInputControl<BASE_VALUE_TYPE>, ISelectable
Modifier and Type | Method and Description |
---|---|
IUnitValue<UNIT_VALUE_TYPE> |
getUnitValue() |
void |
setUnitValue(IUnitValue<UNIT_VALUE_TYPE> unitValue) |
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
select
IUnitValue<UNIT_VALUE_TYPE> getUnitValue()
void setUnitValue(IUnitValue<UNIT_VALUE_TYPE> unitValue)
Siehe auch Jowidgets Nutzerhandbuch