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, 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, removeInputListenerselectIUnitValue<UNIT_VALUE_TYPE> getUnitValue()
void setUnitValue(IUnitValue<UNIT_VALUE_TYPE> unitValue)
Siehe auch Jowidgets Nutzerhandbuch