Java com.google.gwt.user.client.ui Accessibility fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.client.ui Accessibility fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.client.ui Accessibility.

The text is from its open source code.

Field

Method

voidremoveState(Element elem, String stateName)
Removes the state from the given element.
voidsetRole(Element elem, String roleName)
Assigns the specified element the specified role and value for that role.
voidsetState(Element elem, String stateName, String stateValue)
Assigns the specified element the specified state and value for that state.