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_HEADERHTML_ATTRIBUTE_ID, ID_SEPARATOR, PROPERTY_IDPROPERTY_STYLES, STYLE_PATTERN_MULTIPLE, STYLE_PATTERN_SINGLEWAI_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, getChildgetChildCount, getChildIndexgetContext, getParent, getSizeclearMessagesaddEventHandler, removeEventHandlersetModegetModesetModeFixedgetModeFixedsetIdgetIdsetTooltipgetTooltipgetVisibleFlag, isVisible, setVisible, setVisibleisVisibleRecursivesetEnabledisEnabledaddStyle, removeStylehasStylesetStylesgetStylessetPrimaryStylegetPrimaryStyledisposeisDisposedisModifiedgetAriaRolevalidateboolean 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.