GWT 2.7.0

Uses of Class
com.google.gwt.aria.client.Id

Packages that use Id
com.google.gwt.aria.client   
 

Uses of Id in com.google.gwt.aria.client
 

Fields in com.google.gwt.aria.client with type parameters of type Id
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
           
 

Methods in com.google.gwt.aria.client that return Id
static Id Id.of(Element element)
          Creates an Id instance for the element by getting the element 'id' attribute.
static Id Id.of(java.lang.String elementId)
          Creates an Id instance from the elementId.
 

Methods in com.google.gwt.aria.client with parameters of type Id
 void TreegridRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void TreeRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void ToolbarRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void TextboxRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void TextboxRole.setAriaActivedescendantProperty(Element element, Id value)
          Sets the aria-activedescendant attribute for the element to the given value.
 void TablistRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void RowgroupRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void RowRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void RadiogroupRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void MenubarRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void MenuRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void ListboxRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void GroupRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void GroupRole.setAriaActivedescendantProperty(Element element, Id value)
          Sets the aria-activedescendant attribute for the element to the given value.
 void GridRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void CompositeRole.setAriaActivedescendantProperty(Element element, Id value)
          Sets the aria-activedescendant attribute for the element to the given value.
 void ComboboxRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void ScrollbarRoleImpl.setAriaControlsProperty(Element element, Id... value)
           
 void RoleImpl.setAriaControlsProperty(Element element, Id... value)
           
 void Role.setAriaControlsProperty(Element element, Id... value)
          Sets the aria-controls attribute for the element to the given value.
 void RoleImpl.setAriaDescribedbyProperty(Element element, Id... value)
           
 void Role.setAriaDescribedbyProperty(Element element, Id... value)
          Sets the aria-describedby attribute for the element to the given value.
 void RoleImpl.setAriaFlowtoProperty(Element element, Id... value)
           
 void Role.setAriaFlowtoProperty(Element element, Id... value)
          Sets the aria-flowto attribute for the element to the given value.
 void RoleImpl.setAriaLabelledbyProperty(Element element, Id... value)
           
 void Role.setAriaLabelledbyProperty(Element element, Id... value)
          Sets the aria-labelledby attribute for the element to the given value.
 void RoleImpl.setAriaOwnsProperty(Element element, Id... value)
           
 void Role.setAriaOwnsProperty(Element element, Id... value)
          Sets the aria-owns attribute for the element to the given value.
 


GWT 2.7.0