Java com.vaadin.client VCaption fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.client VCaption fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.client VCaption.

The text is from its open source code.

Subclass

com.vaadin.client.VCaption has subclasses.
Click this link to see all its subclasses.

Field

StringCLASSNAME

Method

booleanisNeeded(ComponentConnector connector)
voidsetCaptionText(Element captionElement, AbstractComponentState state)
Sets the text of the given caption element to the caption found in the state.
voidsetCaptionText(HasHTML widget, AbstractComponentState state)
Sets the text of the given widget to the caption found in the state.
booleanshouldBePlacedAfterComponent()
booleanupdateCaption()
Updates the caption from UIDL.