CHILD
- is the generic type of the child
.public interface UiWidgetSingleComposite<CHILD extends UiWidget> extends UiWidgetComposite<CHILD>
composite widget
that contains a single
child
.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()
This method gets the single
child of this composite. |
int |
getChildCount()
This method gets the number of children in this composite.
|
getChild, getChild
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()
child
of this composite.null
if not set.int getChildCount()
getChildCount
in interface UiWidgetAbstractComposite
0
if getChild()
will return null
, 1
otherwise.Copyright © 2001–2016 mmm-Team. All rights reserved.