com.vaadin.client.ui.aria
Interface HandlesAriaCaption

All Known Implementing Classes:
VFilterSelect, VPopupCalendar, VTextualDate, VTree

public interface HandlesAriaCaption

Some Widgets need to handle the caption handling for WAI-ARIA themselfs, as for example the required ids need to be set in a specific way. In such a case, the Widget needs to implement this interface.


Method Summary
 void bindAriaCaption(com.google.gwt.user.client.Element captionElement)
          Called to bind the provided caption (label in HTML speak) element to the main input element of the Widget.
 

Method Detail

bindAriaCaption

void bindAriaCaption(com.google.gwt.user.client.Element captionElement)
Called to bind the provided caption (label in HTML speak) element to the main input element of the Widget. Binding should be removed from the main input field when captionElement is null.

Parameters:
captionElement - Element of the caption


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.