public interface IInputContentContainer extends IContainer
Modifier and Type | Method and Description |
---|---|
<WIDGET_TYPE extends IInputControl<?>> |
add(java.lang.String validationContext,
ICustomWidgetCreator<WIDGET_TYPE> creator)
Creates and adds an control to this container
|
<WIDGET_TYPE extends IInputControl<?>> |
add(java.lang.String validationContext,
ICustomWidgetCreator<WIDGET_TYPE> creator,
java.lang.Object layoutConstraints)
Creates and adds an control to this container
|
<WIDGET_TYPE extends IControl> |
add(java.lang.String validationContext,
int index,
ICustomWidgetCreator<WIDGET_TYPE> creator,
java.lang.Object layoutConstraints)
Creates and adds an control to this container
|
<WIDGET_TYPE extends IControl> |
add(java.lang.String validationContext,
int index,
IWidgetDescriptor<? extends WIDGET_TYPE> descriptor,
java.lang.Object layoutConstraints)
Creates and adds an control to this container.
|
<WIDGET_TYPE extends IInputControl<?>> |
add(java.lang.String validationContext,
IWidgetDescriptor<? extends WIDGET_TYPE> descriptor)
Creates and adds an control to this container.
|
<WIDGET_TYPE extends IInputControl<?>> |
add(java.lang.String validationContext,
IWidgetDescriptor<? extends WIDGET_TYPE> descriptor,
java.lang.Object layoutConstraints)
Creates and adds an control to this container.
|
void |
register(java.lang.String validationContext,
IValidateable validateable) |
void |
unregister(java.lang.String validationContext,
IValidateable validateable) |
add, add, add, add, add, add, add, add, addContainerRegistry, getChildren, layout, layoutLater, remove, removeContainerRegistry, setLayout, setTabOrder, setTabOrder
createPopupMenu, fromComponent, getBounds, hasFocus, isReparentable, isShowing, setBounds, setPopupMenu, setPosition, setSize, toComponent, toLocal, toScreen
dispose, getParent, getRoot, isDisposed
addDisposeListener, removeDisposeListener
addShowingStateListener, removeShowingStateListener
addContainerListener, removeContainerListener
addComponentListenerRecursive, addFocusListenerRecursive, addKeyListenerRecursive, addMouseListenerRecursive, addPopupDetectionListenerRecursive, removeComponentListenerRecursive, removeFocusListenerRecursive, removeKeyListenerRecursive, removeMouseListenerRecursive, removePopupDetectionListenerRecursive
computeDecoratedSize, getClientArea, layoutBegin, layoutEnd, removeAll, setLayout
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
void register(java.lang.String validationContext, IValidateable validateable)
void unregister(java.lang.String validationContext, IValidateable validateable)
<WIDGET_TYPE extends IControl> WIDGET_TYPE add(java.lang.String validationContext, int index, IWidgetDescriptor<? extends WIDGET_TYPE> descriptor, java.lang.Object layoutConstraints)
WIDGET_TYPE
- The type of the widget that is created, added and returnedvalidationContext
- The validation context that should be used for validationindex
- The index at which the control should be added in the containerdescriptor
- The descriptor that describes the control to addlayoutConstraints
- The layout constraints / data for the added control<WIDGET_TYPE extends IControl> WIDGET_TYPE add(java.lang.String validationContext, int index, ICustomWidgetCreator<WIDGET_TYPE> creator, java.lang.Object layoutConstraints)
WIDGET_TYPE
- The type of the widget that is created, added and returnedvalidationContext
- The validation context that should be used for validationindex
- The index at which the control should be added in the containercreator
- The creator that creates the controllayoutConstraints
- The layout constraints / data for the added control<WIDGET_TYPE extends IInputControl<?>> WIDGET_TYPE add(java.lang.String validationContext, IWidgetDescriptor<? extends WIDGET_TYPE> descriptor, java.lang.Object layoutConstraints)
WIDGET_TYPE
- The type of the widget that is created, added and returnedvalidationContext
- The validation context that should be used for validationdescriptor
- The descriptor that describes the control to addlayoutConstraints
- The layout constraints / data for the added control<WIDGET_TYPE extends IInputControl<?>> WIDGET_TYPE add(java.lang.String validationContext, ICustomWidgetCreator<WIDGET_TYPE> creator, java.lang.Object layoutConstraints)
WIDGET_TYPE
- The type of the widget that is created, added and returnedvalidationContext
- The validation context that should be used for validationcreator
- The creator that creates the controllayoutConstraints
- The layout constraints / data for the added control<WIDGET_TYPE extends IInputControl<?>> WIDGET_TYPE add(java.lang.String validationContext, IWidgetDescriptor<? extends WIDGET_TYPE> descriptor)
WIDGET_TYPE
- The type of the widget that is created, added and returnedvalidationContext
- The validation context that should be used for validationdescriptor
- The descriptor that describes the control to add<WIDGET_TYPE extends IInputControl<?>> WIDGET_TYPE add(java.lang.String validationContext, ICustomWidgetCreator<WIDGET_TYPE> creator)
WIDGET_TYPE
- The type of the widget that is created, added and returnedvalidationContext
- The validation context that should be used for validationcreator
- The creator that creates the controlSiehe auch Jowidgets Nutzerhandbuch