com.vaadin.client.ui.aria
Interface HandlesAriaInvalid
- All Known Implementing Classes:
- VCheckBox, VFilterSelect, VPopupCalendar, VTextualDate
public interface HandlesAriaInvalid
Some 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 |
void |
setAriaInvalid(boolean invalid)
Called to set the element, typically an input element, as invalid. |
setAriaInvalid
void setAriaInvalid(boolean invalid)
- Called to set the element, typically an input element, as invalid.
- Parameters:
invalid - boolean, true when the element should be marked invalid, false
otherwise
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.