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 |
RoleCombobox
This interface represents the combobox role.
|
interface |
RoleListbox
This interface represents the listbox role.
|
interface |
RoleMenu
This interface represents the menu role.
|
interface |
RoleMenuBar
This interface represents the menubar role.
|
interface |
RoleRadioGroup
This interface represents the radiogroup role.
|
interface |
RoleRow
This interface represents the row role.
|
interface |
RoleRowGroup
This interface represents the rowgroup role.
|
interface |
RoleSelect
This interface represents the abstract select
role.
|
interface |
RoleToolbar
This interface represents the toolbar role.
|
interface |
RoleTree
This interface represents the tree role.
|
interface |
RoleTreeGrid
This interface represents the treegrid role.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRoleGroup
This is the abstract base implementation of
RoleGroup . |
class |
RoleComboboxImpl
This is the implementation of
RoleCombobox . |
class |
RoleGroupImpl
This is the implementation of
RoleGroup . |
class |
RoleListboxImpl
This is the implementation of
RoleListbox . |
class |
RoleMenuBarImpl
This is the implementation of
RoleMenuBar . |
class |
RoleMenuImpl
This is the implementation of
RoleMenu . |
class |
RoleRadioGroupImpl
This is the implementation of
RoleRadioGroup . |
class |
RoleRowGroupImpl
This is the implementation of
RoleRowGroup . |
class |
RoleRowImpl
This is the implementation of
RoleRow . |
class |
RoleToolbarImpl
This is the implementation of
RoleToolbar . |
class |
RoleTreeGridImpl
This is the implementation of
RoleTreeGrid . |
class |
RoleTreeImpl
This is the implementation of
RoleTree . |
Modifier and Type | Method and Description |
---|---|
Class<RoleGroup> |
RoleGroupImpl.getRoleInterface() |
Copyright © 2001–2016 mmm-Team. All rights reserved.