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 |
RoleButton
This interface represents the button role.
|
interface |
RoleLink
This interface represents the link role.
|
interface |
RoleMenuItem
This interface represents the menuitem role.
|
interface |
RoleMenuItemCheckbox
This interface represents the menuitemcheckbox role.
|
interface |
RoleMenuItemRadio
This interface represents the menuitemradio
role.
|
Modifier and Type | Class and Description |
---|---|
class |
RoleButtonImpl
This is the implementation of
RoleButton . |
class |
RoleLinkImpl
This is the implementation of
RoleLink . |
class |
RoleMenuItemCheckboxImpl
This is the implementation of
RoleMenuItemCheckbox . |
class |
RoleMenuItemImpl
This is the implementation of
RoleMenuItem . |
class |
RoleMenuItemRadioImpl
This is the implementation of
RoleMenuItemRadio . |
Copyright © 2001–2016 mmm-Team. All rights reserved.