Interface INamedContainer
- All Superinterfaces:
- IContainer,- INamedWidget,- IWidget,- IWritable,- Serializable
INamedContainer
- 
Method SummaryModifier and TypeMethodDescriptionvoidAdd the specified widget to the container.voidAdd the specified widget to the container.voidAdd the specified widget after the refWidgetvoidaddAll(INamedContainer container) addAllvoidAdd the specified widget to the container in the first place.voidAdd the specified widget to the container in the last place.voidclear()Removes all widgets from the container.getintget Index of the widgetintget Index of the widget by keyReturns the widgets contained within the container as a list.voidRemove the specified widget from the container.intsize()sizeMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.runtime.IContainergetLayout, setLayoutMethods inherited from interface com.axemble.vdp.ui.framework.widgets.INamedWidgetgetNameMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.IWidgetaddActionListener, addChangeListener, afterInit, getCtrlTemplate, getCtrlTemplateWriter, getParam, getParentBlock, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getSysname, hasActionListeners, hasChangeListeners, isHidden, refresh, refreshWidgets, removeActionListener, removeActionListeners, removeChangeListener, removeChangeListeners, render, renderMobile, setHidden, setParentBlock, setSysname
- 
Method Details- 
addAdd the specified widget to the container.- Parameters:
- widget- the widget to add to the container.
 
- 
addAlladdAll- Parameters:
- container- the container to add to the container.
 
- 
addAfterAdd the specified widget after the refWidget- Parameters:
- newWidget- the widget to add to the container.
- refWidget- the reference widget
 
- 
addAdd the specified widget to the container.- Parameters:
- widget- the widget to add to the container.
- pos- the position
 
- 
addLastAdd the specified widget to the container in the last place.- Parameters:
- widget- the widget to add to the container.
 
- 
addFirstAdd the specified widget to the container in the first place.- Parameters:
- widget- the widget to add to the container.
 
- 
removeRemove the specified widget from the container.- Parameters:
- widget- the widget to remove from the container.
 
- 
clearvoid clear()Removes all widgets from the container.
- 
getIndexget Index of the widget- Parameters:
- widget- the widget
- Returns:
- the index of the widget
 
- 
getIndexget Index of the widget by key- Parameters:
- key- the key
- Returns:
- the index of the widget
 
- 
getWidgetsReturns the widgets contained within the container as a list.- Specified by:
- getWidgetsin interface- IContainer
- Returns:
- List the widgets contained within the container.
 
- 
getget- Parameters:
- key- the key
- Returns:
- the widget
 
- 
sizeint size()size- Returns:
- the number of widgets in the container.
 
 
-