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.TabCaptionMethods in com.vaadin.client.ui that return VCaption Modifier and Type Method Description VCaptionVAbsoluteLayout.AbsoluteWrapper. getCaption()Get the caption of the wrapperVCaptionVAbsoluteLayout. getWidgetCaption(com.google.gwt.user.client.ui.Widget child)Get the caption for a widgetMethods 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 wrappervoidVGridLayout. 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()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)
-