ITEM
- is the generic type of a row in the list.public interface UiWidgetAbstractDataSet<ITEM> extends UiWidgetWithSelectedValue<ITEM>, UiFeatureSelectedValue<ITEM>, AttributeWriteSummary, AttributeWriteStringTitle, AttributeWriteTitleVisible, AttributeWriteEditable
regular widget
that is used to present complex data sets. There are the following variants of this widget:
The common aspects of a data set widget (one of the above widgets) are:
One or multiple
of these items
can be selected programmatically
or by the end-user.summary
that is not visible but is honored by assistive technology
(screen-readers) for Accessibility
.title
that describes the content of the widget briefly. It should always
be set
for Accessibility
even if you do
not want to show
it.STYLE_HEADER
HTML_ATTRIBUTE_ID, ID_SEPARATOR, PROPERTY_ID
PROPERTY_STYLES, STYLE_PATTERN_MULTIPLE, STYLE_PATTERN_SINGLE
WAI_ARIA
PROPERTY_SUMMARY
PROPERTY_TITLE
Modifier and Type | Method and Description |
---|---|
String |
getTitle()
This method gets the title of this object.
|
void |
setTitle(String title)
This method sets the title of this object.
|
asFeatureSelectedValue
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
addSelectionHandler, isSelected, removeSelectionHandler, setSelection
setSelectedValue, setSelectedValues
getSelectedValue, getSelectedValues, getSelectionCount, hasSelectedValue
setSelectionMode
getSelectionMode
setSummary
getSummary
setTitleVisible
isTitleVisible
setEditable
isEditable
String getTitle()
getTitle
in interface AttributeReadStringTitle
getTitle
in interface AttributeReadTitle<String>
void setTitle(String title)
setTitle
in interface AttributeWriteStringTitle
setTitle
in interface AttributeWriteTitle<String>
title
- is the new title.AttributeWriteTitleVisible.setTitleVisible(boolean)
Copyright © 2001–2016 mmm-Team. All rights reserved.