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 |
AttributeWriteAriaHidden
This interface gives read and write access to the
hidden attribute of an object. |
Modifier and Type | Interface and Description |
---|---|
interface |
Role
This interface represents the abstract
Accessibility.WAI_ARIA roletype. |
interface |
RoleAlert
This interface represents the alert role.
|
interface |
RoleAlertDialog
This interface represents the alertdialog
role.
|
interface |
RoleApplication
This interface represents the application
role.
|
interface |
RoleArticle
This interface represents the article role.
|
interface |
RoleBanner
This interface represents the banner role.
|
interface |
RoleButton
This interface represents the button role.
|
interface |
RoleCheckbox
This interface represents the checkbox role.
|
interface |
RoleColumnHeader
This interface represents the columnheader
role.
|
interface |
RoleCombobox
This interface represents the combobox role.
|
interface |
RoleCommand
This interface represents the abstract command
role.
|
interface |
RoleComplementary
This interface represents the complementary
role.
|
interface |
RoleComposite
This interface represents the composite role.
|
interface |
RoleContentInfo
This interface represents the contentinfo
role.
|
interface |
RoleDefinition
This interface represents the definition role.
|
interface |
RoleDialog
This interface represents the dialog role.
|
interface |
RoleDirectory
This interface represents the composite role.
|
interface |
RoleDocument
This interface represents the document role.
|
interface |
RoleForm
This interface represents the form role.
|
interface |
RoleGrid
This interface represents the composite role.
|
interface |
RoleGridCell
This interface represents the gridcell role.
|
interface |
RoleGroup
This interface represents the group role.
|
interface |
RoleHeading
This interface represents the heading role.
|
interface |
RoleImg
This interface represents the img (image) role.
|
interface |
RoleInput
This interface represents the abstract input role.
|
interface |
RoleLandmark
This interface represents the abstract landmark
role.
|
interface |
RoleLink
This interface represents the link role.
|
interface |
RoleList
This interface represents the list role.
|
interface |
RoleListbox
This interface represents the listbox role.
|
interface |
RoleListItem
This interface represents the listitem role.
|
interface |
RoleLog
This interface represents the log role.
|
interface |
RoleMain
This interface represents the main role.
|
interface |
RoleMarquee
This interface represents the marquee role.
|
interface |
RoleMath
This interface represents the math role.
|
interface |
RoleMenu
This interface represents the menu role.
|
interface |
RoleMenuBar
This interface represents the menubar 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.
|
interface |
RoleNavigation
This interface represents the navigation role.
|
interface |
RoleNote
This interface represents the note role.
|
interface |
RoleOption
This interface represents the option role.
|
interface |
RolePresentation
This interface represents the presentation
role.
|
interface |
RoleProgressBar
This interface represents the progressbar
role.
|
interface |
RoleRadio
This interface represents the radio role.
|
interface |
RoleRadioGroup
This interface represents the radiogroup role.
|
interface |
RoleRange
This interface represents the abstract range role.
|
interface |
RoleRegion
This interface represents the region role.
|
interface |
RoleRow
This interface represents the row role.
|
interface |
RoleRowGroup
This interface represents the rowgroup role.
|
interface |
RoleRowHeader
This interface represents the rowheader role.
|
interface |
RoleScrollbar
This interface represents the scrollbar role.
|
interface |
RoleSearch
This interface represents the search role.
|
interface |
RoleSection
This interface represents the abstract section
role.
|
interface |
RoleSectionHead
This interface represents the abstract sectionhead role.
|
interface |
RoleSelect
This interface represents the abstract select
role.
|
interface |
RoleSeparator
This interface represents the separator role.
|
interface |
RoleSlider
This interface represents the slider role.
|
interface |
RoleSpinButton
This interface represents the spinbutton role.
|
interface |
RoleStatus
This interface represents the status role.
|
interface |
RoleStructure
This interface represents the abstract structure role.
|
interface |
RoleTab
This interface represents the tab role.
|
interface |
RoleTabList
This interface represents the tablist role.
|
interface |
RoleTabPanel
This interface represents the tabpanel role.
|
interface |
RoleTextbox
This interface represents the textbox role.
|
interface |
RoleTimer
This interface represents the timer role.
|
interface |
RoleToolbar
This interface represents the toolbar role.
|
interface |
RoleTooltip
This interface represents the tooltip role.
|
interface |
RoleTree
This interface represents the tree role.
|
interface |
RoleTreeGrid
This interface represents the treegrid role.
|
interface |
RoleTreeItem
This interface represents the treeitem role.
|
interface |
RoleWidget
This interface represents the abstract widget
role.
|
interface |
RoleWindow
This interface represents the abstract window
role.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRole
This is the implementation of
Role . |
class |
AbstractRoleComposite
This is the abstract base implementation of
RoleComposite . |
class |
AbstractRoleGridCell
This is the abstract base implementation of
RoleGridCell . |
class |
AbstractRoleGridCellHeader
This class extends
AbstractRoleGridCell with AttributeWriteAriaSort . |
class |
AbstractRoleGroup
This is the abstract base implementation of
RoleGroup . |
class |
AbstractRoleOption
This is the abstract base implementation of
RoleOption . |
class |
AbstractRoleRange
This is the implementation of
RoleRange . |
class |
AbstractRoleWithAttributeChecked
This is the implementation of
AbstractRoleWithAttributeChecked . |
class |
AbstractRoleWithAttributeExpanded
This class extends
AbstractRole with AttributeWriteAriaExpanded . |
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 |
RoleAlertDialogImpl
This is the implementation of
RoleAlertDialog . |
class |
RoleAlertImpl
This is the implementation of
RoleAlert . |
class |
RoleApplicationImpl
This is the implementation of
RoleApplication . |
class |
RoleArticleImpl
This is the implementation of
RoleArticle . |
class |
RoleBannerImpl
This is the implementation of
RoleBanner . |
class |
RoleButtonImpl
This is the implementation of
RoleButton . |
class |
RoleCheckboxImpl
This is the implementation of
RoleCheckboxImpl . |
class |
RoleColumnHeaderImpl
This is the implementation of
RoleColumnHeader . |
class |
RoleComboboxImpl
This is the implementation of
RoleCombobox . |
class |
RoleComplementaryImpl
This is the implementation of
RoleComplementary . |
class |
RoleCompositeImpl
This is the implementation of
RoleComposite . |
class |
RoleContentInfoImpl
This is the implementation of
RoleContentInfo . |
class |
RoleDefinitionImpl
This is the implementation of
RoleDefinition . |
class |
RoleDialogImpl
This is the implementation of
RoleDialog . |
class |
RoleDirectoryImpl
This is the implementation of
RoleDirectory . |
class |
RoleDocumentImpl
This is the implementation of
RoleDocument . |
class |
RoleFormImpl
This is the implementation of
RoleForm . |
class |
RoleGridCellImpl
This is the implementation of
RoleGridCell . |
class |
RoleGridImpl
This is the implementation of
RoleGrid . |
class |
RoleGroupImpl
This is the implementation of
RoleGroup . |
class |
RoleHeadingImpl
This is the implementation of
RoleHeading . |
class |
RoleImgImpl
This is the implementation of
RoleImg . |
class |
RoleLinkImpl
This is the implementation of
RoleLink . |
class |
RoleListboxImpl
This is the implementation of
RoleListbox . |
class |
RoleListImpl
This is the implementation of
RoleList . |
class |
RoleListItemImpl
This is the implementation or
RoleListItem . |
class |
RoleLogImpl
This is the implementation of
RoleLog . |
class |
RoleMainImpl
This is the implementation of
RoleMain . |
class |
RoleMarqueeImpl
This is the implementation of
RoleMarquee . |
class |
RoleMathImpl
This is the implementation of
RoleMath . |
class |
RoleMenuBarImpl
This is the implementation of
RoleMenuBar . |
class |
RoleMenuImpl
This is the implementation of
RoleMenu . |
class |
RoleMenuItemCheckboxImpl
This is the implementation of
RoleMenuItemCheckbox . |
class |
RoleMenuItemImpl
This is the implementation of
RoleMenuItem . |
class |
RoleMenuItemRadioImpl
This is the implementation of
RoleMenuItemRadio . |
class |
RoleNavigationImpl
This is the implementation of
RoleNavigation . |
class |
RoleNoteImpl
This is the implementation of
RoleNote . |
class |
RoleOptionImpl
This interface represents the option role.
|
class |
RolePresentationImpl
This is the implementation of
RolePresentation . |
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 |
RoleRegionImpl
This is the implementation of
RoleRegion . |
class |
RoleRowGroupImpl
This is the implementation of
RoleRowGroup . |
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 |
RoleSearchImpl
This is the implementation of
RoleSearch . |
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 |
RoleStatusImpl
This is the implementation of
RoleStatus . |
class |
RoleTabImpl
This is the implementation of
RoleTab . |
class |
RoleTabListImpl
This is the implementation of
RoleTabList . |
class |
RoleTabPanelImpl
This is the implementation of
RoleTabPanel . |
class |
RoleTextboxImpl
This is the implementation of
RoleTextbox . |
class |
RoleTimerImpl
This is the implementation of
RoleTimer . |
class |
RoleToolbarImpl
This is the implementation of
RoleToolbar . |
class |
RoleTooltipImpl
This is the implementation of
RoleTooltip . |
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.