com.vaadin.client.ui.aria.

Interface HandlesAriaCaption

    • Method Summary

      All Methods
      Modifier and Type Method Description
      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