public interface UiWidgetAbstractComposite extends UiWidget
UiWidget
that is a composite. Composite means that
is may have children
.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 |
---|---|
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, 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
int 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.