public interface UiWidgetAbstractComposite extends UiWidget
UiWidget that is a composite. Composite means that
is may have children.STYLE_HEADERHTML_ATTRIBUTE_ID, ID_SEPARATOR, PROPERTY_IDPROPERTY_STYLES, STYLE_PATTERN_MULTIPLE, STYLE_PATTERN_SINGLEWAI_ARIA| Modifier and Type | Method and Description |
|---|---|
UiWidget |
getChild(int index)
This method gets the child at the given index.
|
UiWidget |
getChild(String childId)
This method gets the child with the given
id. |
int |
getChildCount()
This method gets the number of children in this composite.
|
int |
getChildIndex(UiWidget child)
This method determines the index of the given
child in the list of children of this composite. |
getContext, getParent, getSizeclearMessagesaddEventHandler, removeEventHandlersetModegetModesetModeFixedgetModeFixedsetIdgetIdsetTooltipgetTooltipgetVisibleFlag, isVisible, setVisible, setVisibleisVisibleRecursivesetEnabledisEnabledaddStyle, removeStylehasStylesetStylesgetStylessetPrimaryStylegetPrimaryStyledisposeisDisposedisModifiedgetAriaRolevalidateint getChildIndex(UiWidget child)
child in the list of children of this composite. child - is the potential child.index of the given child or -1 if it is NOT
a child of this composite.List.indexOf(Object)UiWidget getChild(int index) throws IndexOutOfBoundsException
index - is the index of the requested child. Has to be in the range from 0 to
getChildCount() - 1.IndexOutOfBoundsException - if the given index is out of bounds.List.get(int)int getChildCount()
Copyright © 2001–2016 mmm-Team. All rights reserved.