Uses of Class
com.vaadin.client.VCaption
-
Packages that use VCaption Package Description com.vaadin.client.ui com.vaadin.client.ui.layout -
-
Uses of VCaption in com.vaadin.client.ui
Subclasses of VCaption in com.vaadin.client.ui Modifier and Type Class Description static classVTabsheet.TabCaptionCaption implementation for aVTabsheet.Tab.Methods in com.vaadin.client.ui that return VCaption Modifier and Type Method Description VCaptionVAbsoluteLayout.AbsoluteWrapper. getCaption()Get the caption of the wrapper.VCaptionVAbsoluteLayout. getWidgetCaption(com.google.gwt.user.client.ui.Widget child)Get the caption for a widget.Methods in com.vaadin.client.ui with parameters of type VCaption Modifier and Type Method Description voidVAbsoluteLayout.AbsoluteWrapper. setCaption(VCaption caption)Set the caption for the wrapper.voidVGridLayout. setCaption(com.google.gwt.user.client.ui.Widget widget, VCaption caption)For internal use only.voidVAbsoluteLayout. setWidgetCaption(com.google.gwt.user.client.ui.Widget child, VCaption caption)Sets a caption for a contained widget. -
Uses of VCaption in com.vaadin.client.ui.layout
Methods in com.vaadin.client.ui.layout that return VCaption Modifier and Type Method Description VCaptionVLayoutSlot. getCaption()Returns the caption element for this slot.Methods in com.vaadin.client.ui.layout with parameters of type VCaption Modifier and Type Method Description voidComponentConnectorLayoutSlot. setCaption(VCaption caption)voidVLayoutSlot. setCaption(VCaption caption)Sets the caption element for this slot.
-