Package | Description |
---|---|
net.sf.mmm.client.ui.api.aria.role |
Contains interfaces for WAI-ARIA roles.
|
net.sf.mmm.client.ui.base.aria.role |
Contains abstract base implementation of ARIA roles.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RoleGrid
This interface represents the composite role.
|
interface |
RoleHeading
This interface represents the heading role.
|
interface |
RoleListItem
This interface represents the listitem role.
|
interface |
RoleRow
This interface represents the row role.
|
interface |
RoleTabList
This interface represents the tablist role.
|
interface |
RoleTreeGrid
This interface represents the treegrid role.
|
interface |
RoleTreeItem
This interface represents the treeitem role.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRoleOption
This is the abstract base implementation of
RoleOption . |
class |
AbstractRoleRange
This is the implementation of
RoleRange . |
class |
AbstractRoleWithCommonAttributes
This class extends
AbstractRoleWithAttributeExpanded with various common ARIA attributes to avoid
java multi-inheritance problems. |
class |
AbstractRoleWithCommonAttributesAndAutocomplete
This class extends
AbstractRoleWithCommonAttributes with AttributeWriteAriaAutocomplete . |
class |
AbstractRoleWithCommonAttributesAndMultiSelectable
This class extends
AbstractRoleWithCommonAttributes with AttributeWriteAriaMultiSelectable . |
class |
RoleComboboxImpl
This is the implementation of
RoleCombobox . |
class |
RoleGridImpl
This is the implementation of
RoleGrid . |
class |
RoleHeadingImpl
This is the implementation of
RoleHeading . |
class |
RoleListboxImpl
This is the implementation of
RoleListbox . |
class |
RoleListItemImpl
This is the implementation or
RoleListItem . |
class |
RoleMenuItemRadioImpl
This is the implementation of
RoleMenuItemRadio . |
class |
RoleOptionImpl
This interface represents the option role.
|
class |
RoleProgressBarImpl
This is the implementation of
RoleProgressBar . |
class |
RoleRadioGroupImpl
This is the implementation of
RoleRadioGroup . |
class |
RoleRadioImpl
This is the implementation of
RoleRadio . |
class |
RoleRowImpl
This is the implementation of
RoleRow . |
class |
RoleScrollbarImpl
This is the implementation of
RoleScrollbar . |
class |
RoleSeparatorImpl
This is the implementation of
RoleSeparator . |
class |
RoleSliderImpl
This is the implementation of
RoleSlider . |
class |
RoleSpinButtonImpl
This is the implementation of
RoleSpinButton . |
class |
RoleTabListImpl
This is the implementation of
RoleTabList . |
class |
RoleTextboxImpl
This is the implementation of
RoleTextbox . |
class |
RoleTreeGridImpl
This is the implementation of
RoleTreeGrid . |
class |
RoleTreeImpl
This is the implementation of
RoleTree . |
class |
RoleTreeItemImpl
This is the implementation of
RoleTreeItem . |
Copyright © 2001–2016 mmm-Team. All rights reserved.