public interface UiWidgetSection extends UiWidgetRegular, AttributeWriteLabel, UiWidgetNative
regular widget
that represents a section. A
section is a widget that displays a short text in a single line. The text is supposed to be a title that
explains the content below. This is an alternative approach to a
UiWidgetBorderPanel
.Modifier and Type | Field and Description |
---|---|
static String |
STYLE_PRIMARY
The default
primary style of this widget. |
PROPERTY_LABEL
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 |
---|---|
RoleHeading |
getAriaRole()
This method gets the
Accessibility.WAI_ARIA role of this object. |
setLabel
getLabel
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
validate
static final String STYLE_PRIMARY
primary style
of this widget.RoleHeading getAriaRole()
Accessibility.WAI_ARIA
role
of this object. UiWidget
) is supposed to provide high-level
widgets and support setting the according Role
and their attributes automatically. Therefore
users should only use this for special situations e.g. for setting aria-hidden
intentionally for a visible object.getAriaRole
in interface AttributeReadAriaRole
Role
or null
if NOT set.Accessibility
Copyright © 2001–2016 mmm-Team. All rights reserved.