AriaControlProperties
AriaControlProperties is one these types:
AriaControlPropertiesArticleControl
AsideControl
AudioControl
BasicBlockControl
BootstrapContainerControl
CanvasControl
FooterControl
HeaderControl
HeadingControl
HorizontalMenuControl
HyperlinkControl
ImageControl
ListControl
ListHyperlinkControl
ListItemControl
ListPanelControl
MainControl
MenuControl
MultimediaControlProperties
NavControl
PanelControl
RepeatingTableControl
RepeatingTableListControl
RepeatingTableListRowControl
RepeatingTableRowControl
SectionControl
TabSetControl
VerticalMenuControl
VideoControl
AriaControlProperties Functions
addAriaCustomAttribute | AriaControlProperties.addAriaCustomAttribute( name , value ) | Add an ARIA custom attribute with a specified name and value. |
getAriaCustomAttributes | AriaControlProperties.getAriaCustomAttributes( ) | Returns a comma separated list of the ARIA custom attributes for the control. |
setAriaCustomAttributes | AriaControlProperties.setAriaCustomAttributes( ariaCustomAttributes ) | Sets the ARIA custom attributes as a comma separated list associated with the control property and overrides the aria custom attributes value. |
getAriaDescribedBy | AriaControlProperties.getAriaDescribedBy( ) | Returns the ARIA described-by element ID for the control. |
getAriaLabelledBy | AriaControlProperties.getAriaLabelledBy( ) | Returns the ARIA labelled-by element ID for the control. |
getAriaLabelText | AriaControlProperties.getAriaLabelText( ) | Returns the com.ebasetech.xi.api.Text object for the ARIA label text. |
getAriaRole | AriaControlProperties.getAriaRole( ) | Returns the ARIA role for the control. |
setAriaRole | AriaControlProperties.setAriaRole( role ) | Sets the ARIA role for the control. |
removeAriaCustomAttribute | AriaControlProperties.removeAriaCustomAttribute( name ) | Remove an ARIA custom attribute specified by name. |