Package | Description |
---|---|
net.sf.mmm.client.ui.api.aria.attribute |
Contains abstract interfaces for attributes of ARIA roles.
|
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 |
AttributeWriteAriaSelected
This interface gives read and write access to the
selected attribute of an object. |
Modifier and Type | Interface and Description |
---|---|
interface |
RoleColumnHeader
This interface represents the columnheader
role.
|
interface |
RoleGridCell
This interface represents the gridcell role.
|
interface |
RoleMenuItemRadio
This interface represents the menuitemradio
role.
|
interface |
RoleOption
This interface represents the option role.
|
interface |
RoleRadio
This interface represents the radio role.
|
interface |
RoleRow
This interface represents the row role.
|
interface |
RoleRowHeader
This interface represents the rowheader role.
|
interface |
RoleTab
This interface represents the tab role.
|
interface |
RoleTreeItem
This interface represents the treeitem role.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRoleGridCell
This is the abstract base implementation of
RoleGridCell . |
class |
AbstractRoleGridCellHeader
This class extends
AbstractRoleGridCell with AttributeWriteAriaSort . |
class |
AbstractRoleOption
This is the abstract base implementation of
RoleOption . |
class |
AbstractRoleRange
This is the implementation of
RoleRange . |
class |
AbstractRoleWithAttributeExpandedAndSelected
This class extends
AbstractRoleWithAttributeExpanded with AttributeWriteAriaSelected . |
class |
AbstractRoleWithBaseAttributes
This class extends
AbstractRoleWithAttributeExpandedAndSelected with
AttributeWriteAriaReadOnly and AttributeWriteAriaRequired . |
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 |
RoleColumnHeaderImpl
This is the implementation of
RoleColumnHeader . |
class |
RoleComboboxImpl
This is the implementation of
RoleCombobox . |
class |
RoleGridCellImpl
This is the implementation of
RoleGridCell . |
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 |
RoleRowHeaderImpl
This is the implementation of
RoleRowHeader . |
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 |
RoleTabImpl
This is the implementation of
RoleTab . |
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.