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, setTabOrdercreatePopupMenu, fromComponent, getBounds, hasFocus, isReparentable, isShowing, setBounds, setPopupMenu, setPosition, setSize, toComponent, toLocal, toScreendispose, getParent, getRoot, isDisposedaddDisposeListener, removeDisposeListeneraddShowingStateListener, removeShowingStateListeneraddContainerListener, removeContainerListeneraddComponentListenerRecursive, addFocusListenerRecursive, addKeyListenerRecursive, addMouseListenerRecursive, addPopupDetectionListenerRecursive, removeComponentListenerRecursive, removeFocusListenerRecursive, removeKeyListenerRecursive, removeMouseListenerRecursive, removePopupDetectionListenerRecursivecomputeDecoratedSize, getClientArea, layoutBegin, layoutEnd, removeAll, setLayoutgetBackgroundColor, getForegroundColor, getPosition, getSize, isVisible, redraw, requestFocus, setBackgroundColor, setCursor, setForegroundColor, setPosition, setRedrawEnabled, setSize, setVisiblegetUiReference, isEnabled, setEnabledaddComponentListener, removeComponentListeneraddFocusListener, removeFocusListeneraddKeyListener, removeKeyListeneraddMouseListener, removeMouseListeneraddMouseMotionListener, removeMouseMotionListeneraddPopupDetectionListener, removePopupDetectionListenervoid 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