Example usage for Java com.vaadin.client VCaption fields, constructors, methods, implement or subclass
The text is from its open source code.
String | CLASSNAME |
boolean | isNeeded(ComponentConnector connector) |
void | setCaptionText(Element captionElement, AbstractComponentState state) Sets the text of the given caption element to the caption found in the state. |
void | setCaptionText(HasHTML widget, AbstractComponentState state) Sets the text of the given widget to the caption found in the state. |
boolean | shouldBePlacedAfterComponent() |
boolean | updateCaption() Updates the caption from UIDL. |