CHILD
- is the generic type of the children
.public interface UiWidgetAdapterDynamicComposite<CHILD extends UiWidget> extends UiWidgetAdapterComposite<CHILD>
UiWidgetAdapter
adapting
UiWidgetDynamicComposite
.HTML_ATTRIBUTE_ID, ID_SEPARATOR, PROPERTY_ID
PROPERTY_STYLES, STYLE_PATTERN_MULTIPLE, STYLE_PATTERN_SINGLE
WAI_ARIA
Modifier and Type | Method and Description |
---|---|
void |
addChild(CHILD child,
int index)
This method adds the given
child at the given index . |
void |
removeChild(CHILD child,
int index)
This method removes the given
child from the widget . |
createAbsoluteImageUrl, createLabel, getToplevelWidget, isStyleDeltaSupported, removeFromParent, setEventSender, setMode, setParent, setVisible
setId
getId
setTooltip
getTooltip
setEnabled
isEnabled
addStyle, removeStyle
hasStyle
setStyles
getStyles
setPrimaryStyle
getPrimaryStyle
dispose
isDisposed
setLength
getLength
getHeightInPixel, getWidthInPixel
getAttribute
setAttribute
void addChild(CHILD child, int index)
child
at the given index
.child
- is the UiWidget
to add as child of this panel.index
- -1
to add the child
at the end, otherwise the index where to
insert the given child
.UiWidgetDynamicComposite.addChild(UiWidget, int)
,
List.add(int, Object)
Copyright © 2001–2016 mmm-Team. All rights reserved.