public interface AttributeWriteAriaRole extends AttributeReadAriaRole
ARIA role
of an object.WAI_ARIA
Modifier and Type | Method and Description |
---|---|
<ROLE extends Role> |
setAriaRole(Class<ROLE> roleInterface)
This method sets the
ARIA role of this object. |
getAriaRole
<ROLE extends Role> ROLE setAriaRole(Class<ROLE> roleInterface)
ARIA role
of this object. UiWidget
) the roles are automatically set for according
widgets. There is no need to e.g. manually set RoleCombobox
to
a UiWidgetComboBox
. Therefore, you only need to set roles explicitly for specific custom
features. ATTENTION:Role
is given.ROLE
- is the generic type of the new Role
.roleInterface
- is the interface of the new ARIA role
. Must not be an
abstract Role
interface.Role
that is connected to this object.AttributeReadAriaRole.getAriaRole()
,
Accessibility
Copyright © 2001–2016 mmm-Team. All rights reserved.