public interface UiWidgetSlot extends UiWidgetSingleMutableComposite<UiWidgetRegular>, UiWidgetRegular, UiWidgetNative
single composite widget
that represents
a slot
. A slot is a placeholder for any sub-dialog that may be embedded at this position. The
widget itself will have no visual effect than showing its child
(if
set
).Modifier and Type | Field and Description |
---|---|
static String |
STYLE_PRIMARY
The default
primary style of this widget. |
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 |
---|---|
void |
setChild(UiWidgetRegular child)
This method sets the single
child of this widget. |
getChild, getChildCount
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
static final String STYLE_PRIMARY
primary style
of this widget.void setChild(UiWidgetRegular child)
child
of this widget. The current child
will be replaced (and is therefore removed from the UI).setChild
in interface UiWidgetSingleMutableComposite<UiWidgetRegular>
child
- is the new child to set.Copyright © 2001–2016 mmm-Team. All rights reserved.