public abstract class AbstractCompositeInputControl<VALUE_TYPE> extends AbstractInputControl<VALUE_TYPE> implements IInputControl<VALUE_TYPE>
Constructor and Description |
---|
AbstractCompositeInputControl(IContainer parent)
Creates a new instance
|
AbstractCompositeInputControl(IContainer parent,
ICompositeDescriptor descriptor)
Creates a new instance
|
AbstractCompositeInputControl(IContainer parent,
ICompositeDescriptor descriptor,
java.lang.Object layoutConstraints)
Creates a new instance
|
AbstractCompositeInputControl(IContainer parent,
int index)
Creates a new instance
|
AbstractCompositeInputControl(IContainer parent,
int index,
ICompositeDescriptor descriptor)
Creates a new instance
|
AbstractCompositeInputControl(IContainer parent,
int index,
ICompositeDescriptor descriptor,
java.lang.Object layoutConstraints)
Creates a new instance
|
AbstractCompositeInputControl(IContainer parent,
int index,
java.lang.Object layoutConstraints)
Creates a new instance
|
AbstractCompositeInputControl(IContainer parent,
java.lang.Object layoutConstraints)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
protected IComposite |
getComposite()
Gets the composite where the content of this control can be added
|
addInputListener, addValidationConditionListener, addValidator, createValidationResult, fireInputChanged, removeInputListener, removeValidationConditionListener, setValidationCacheDirty, validate
addParentListener, getDragSource, getDropTarget, getLayoutConstraints, getMaxSize, getMinSize, getParent, getPreferredSize, getRoot, getWidget, removeParentListener, setLayoutConstraints, setMaxSize, setMinSize, setParent, setPreferredSize, setToolTipText
addComponentListener, addFocusListener, addKeyListener, addMouseListener, addMouseMotionListener, addPopupDetectionListener, addShowingStateListener, createPopupMenu, fromComponent, getBackgroundColor, getBounds, getForegroundColor, getPosition, getSize, hasFocus, isReparentable, isShowing, isVisible, redraw, removeComponentListener, removeFocusListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removePopupDetectionListener, removeShowingStateListener, requestFocus, setBackgroundColor, setBounds, setCursor, setForegroundColor, setPopupMenu, setPosition, setPosition, setRedrawEnabled, setSize, setSize, setVisible, toComponent, toLocal, toScreen
addDisposeListener, dispose, getUiReference, isDisposed, isEnabled, removeDisposeListener, setEnabled
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
public AbstractCompositeInputControl(IContainer parent)
parent
- The parent container where to add the control topublic AbstractCompositeInputControl(IContainer parent, int index)
parent
- The parent container where to add the control toindex
- The index where to add the control into the containers child listpublic AbstractCompositeInputControl(IContainer parent, ICompositeDescriptor descriptor)
parent
- The parent container where to add the control todescriptor
- The descriptor that will be used to create the compositepublic AbstractCompositeInputControl(IContainer parent, int index, ICompositeDescriptor descriptor)
parent
- The parent container where to add the control toindex
- The index where to add the control into the containers child listdescriptor
- The descriptor that will be used to create the compositepublic AbstractCompositeInputControl(IContainer parent, java.lang.Object layoutConstraints)
parent
- The parent container where to add the control tolayoutConstraints
- The layout constraints that will be used for the controlpublic AbstractCompositeInputControl(IContainer parent, int index, java.lang.Object layoutConstraints)
parent
- The parent container where to add the control toindex
- The index where to add the control into the containers child listlayoutConstraints
- The layout constraints that will be used for the controlpublic AbstractCompositeInputControl(IContainer parent, ICompositeDescriptor descriptor, java.lang.Object layoutConstraints)
parent
- The parent container where to add the control todescriptor
- The descriptor that will be used to create the compositelayoutConstraints
- The layout constraints that will be used for the controlpublic AbstractCompositeInputControl(IContainer parent, int index, ICompositeDescriptor descriptor, java.lang.Object layoutConstraints)
parent
- The parent container where to add the control toindex
- The index where to add the control into the containers child listdescriptor
- The descriptor that will be used to create the compositelayoutConstraints
- The layout constraints that will be used for the controlprotected IComposite getComposite()
Siehe auch Jowidgets Nutzerhandbuch