Package | Description |
---|---|
com.google.gwt.aria.client |
Modifier and Type | Field and Description |
---|---|
static Attribute<Id> |
Property.ACTIVEDESCENDANT |
static Attribute<Id> |
Property.CONTROLS |
static Attribute<Id> |
Property.DESCRIBEDBY |
static Attribute<Id> |
Property.FLOWTO |
static Attribute<Id> |
Property.LABELLEDBY |
static Attribute<Id> |
Property.OWNS |
Modifier and Type | Method and Description |
---|---|
static Id |
Id.of(Element element)
Creates an Id instance for the
element by getting
the element 'id' attribute. |
static Id |
Id.of(String elementId)
Creates an Id instance from the
elementId . |
Modifier and Type | Method and Description |
---|---|
void |
TextboxRole.setAriaActivedescendantProperty(Element element,
Id value)
|
void |
GroupRole.setAriaActivedescendantProperty(Element element,
Id value)
|
void |
CompositeRole.setAriaActivedescendantProperty(Element element,
Id value)
|
void |
Role.setAriaControlsProperty(Element element,
Id... value)
|
void |
Role.setAriaDescribedbyProperty(Element element,
Id... value)
|
void |
Role.setAriaFlowtoProperty(Element element,
Id... value)
|
void |
Role.setAriaLabelledbyProperty(Element element,
Id... value)
|
void |
Role.setAriaOwnsProperty(Element element,
Id... value)
|
Copyright © 2018. All rights reserved.