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
Caption implementation for aVTabsheet.Tab
.Methods in com.vaadin.client.ui that return VCaption Modifier and Type Method Description VCaption
VAbsoluteLayout.AbsoluteWrapper. getCaption()
Get the caption of the wrapper.VCaption
VAbsoluteLayout. 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 void
VAbsoluteLayout.AbsoluteWrapper. setCaption(VCaption caption)
Set the caption for the wrapper.void
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()
Returns the caption element for this slot.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)
Sets the caption element for this slot.
-