Package com.vaadin.client.ui.aria
Interface HandlesAriaInvalid
-
- All Known Implementing Classes:
VAbstractPopupCalendar,VAbstractTextualDate,VCheckBox,VComboBox,VListSelect,VNativeSelect,VPopupCalendar,VPopupTimeCalendar
public interface HandlesAriaInvalidSome Widgets need to handle the required handling for WAI-ARIA themselfs, as this attribute needs to be set to the input element itself. In such a case, the Widget needs to implement this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetAriaInvalid(boolean invalid)Called to set the element, typically an input element, as invalid.
-