CHILD
- is the generic type of the children
.public interface UiWidgetComposite<CHILD extends UiWidget> extends UiWidgetAbstractComposite
UiWidget
that is a composite.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 |
---|---|
CHILD |
getChild(int index)
This method gets the child at the given index.
|
CHILD |
getChild(String id)
This method gets the child with the given
id . |
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
CHILD getChild(int index) throws IndexOutOfBoundsException
getChild
in interface UiWidgetAbstractComposite
index
- is the index of the requested child. Has to be in the range from 0
to
UiWidgetAbstractComposite.getChildCount()
- 1
.IndexOutOfBoundsException
- if the given index
is out of bounds.List.get(int)
Copyright © 2001–2016 mmm-Team. All rights reserved.