CHILD
- is the generic type of the children
.public interface UiWidgetMultiComposite<CHILD extends UiWidget> extends UiWidgetComposite<CHILD>
composite widget
that can contain
multiple
children
and allows to #re.STYLE_HEADER
HTML_ATTRIBUTE_ID, ID_SEPARATOR, PROPERTY_ID
PROPERTY_STYLES, STYLE_PATTERN_MULTIPLE, STYLE_PATTERN_SINGLE
WAI_ARIA
Modifier and Type | Method and Description |
---|---|
boolean |
removeChild(CHILD child)
This method removes the given
child from this panel. |
CHILD |
removeChild(int index)
This method removes the child at the given
index from this panel. |
getChild, getChild
getChildCount, getChildIndex
getContext, getParent, getSize
clearMessages
addEventHandler, removeEventHandler
setMode
getMode
setModeFixed
getModeFixed
setId
getId
setTooltip
getTooltip
getVisibleFlag, isVisible, setVisible, setVisible
isVisibleRecursive
setEnabled
isEnabled
addStyle, removeStyle
hasStyle
setStyles
getStyles
setPrimaryStyle
getPrimaryStyle
dispose
isDisposed
isModified
getAriaRole
validate
boolean removeChild(CHILD child)
child
from this panel.child
- is the UiWidget
to remove from this panel.true
if the given child
has been removed successfully,
false
otherwise (it has NOT been previously added).List.remove(Object)
CHILD removeChild(int index)
index
from this panel.index
- is the index
of the child to remove. It has to be in the range from
0
to UiWidgetAbstractComposite.getChildCount()
- 1
.index
.List.remove(int)
Copyright © 2001–2016 mmm-Team. All rights reserved.