public interface UiWidgetTab extends UiWidgetSingleMutableComposite<UiWidgetRegular>, AttributeWriteLabel, AttributeWriteImage<UiWidgetImage>, UiWidgetNative
single composite widget
that represents
a single tab
. In order to
add
a something like a panel
to a
tab panel
, you need to create an
UiWidgetTab
containing
that
panel
and add it to the
tab panel
.UiWidgetTabPanel
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
PROPERTY_LABEL
getChild, getChildCount, setChild
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
setLabel
getLabel
setImage
getImage
static final String STYLE_PRIMARY
primary style
of this widget.Copyright © 2001–2016 mmm-Team. All rights reserved.