Java com.vaadin.client.ui.aria AriaHelper fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.client.ui.aria AriaHelper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.client.ui.aria AriaHelper.

The text is from its open source code.

Method

voidbindCaption(Widget widget, Element captionElement)
Binds a caption (label in HTML speak) to the form element as required by WAI-ARIA specification.
StringensureHasId(Element element)
Makes sure that the provided element has an id attribute.
voidhandleInputInvalid(Widget widget, boolean invalid)
Handles the required actions depending of the input Widget contains unaccepted input.
voidhandleInputInvalid(Element element, boolean invalid)
Handles the required actions depending of the input element contains unaccepted input.
voidhandleInputRequired(Widget widget, boolean required)
Handles the required actions depending of the input Widget being required or not.
voidhandleInputRequired(Element element, boolean required)
Handles the required actions depending of the input element being required or not.