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 class
VTabsheet.TabCaption
Methods in com.vaadin.client.ui that return VCaption Modifier and Type Method Description VCaption
VAbsoluteLayout.AbsoluteWrapper. getCaption()
Get the caption of the wrapperVCaption
VAbsoluteLayout. 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 void
VAbsoluteLayout.AbsoluteWrapper. setCaption(VCaption caption)
Set the caption for the wrappervoid
VGridLayout. setCaption(com.google.gwt.user.client.ui.Widget widget, VCaption caption)
For internal use only.void
VAbsoluteLayout. 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 VCaption
VLayoutSlot. getCaption()
Methods in com.vaadin.client.ui.layout with parameters of type VCaption Modifier and Type Method Description void
ComponentConnectorLayoutSlot. setCaption(VCaption caption)
void
VLayoutSlot. setCaption(VCaption caption)
-