Uses of Class
com.vaadin.client.VCaption

Packages that use VCaption
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
static class VTabsheet.TabCaption
           
 

Methods in com.vaadin.client.ui that return VCaption
 VCaption VAbsoluteLayout.AbsoluteWrapper.getCaption()
          Get the caption of the wrapper
 VCaption VAbsoluteLayout.getWidgetCaption(Widget child)
          Get the caption for a widget
 

Methods in com.vaadin.client.ui with parameters of type VCaption
 void VAbsoluteLayout.AbsoluteWrapper.setCaption(VCaption caption)
          Set the caption for the wrapper
 void VGridLayout.setCaption(Widget widget, VCaption caption)
          For internal use only.
 void VAbsoluteLayout.setWidgetCaption(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
 VCaption VLayoutSlot.getCaption()
           
 

Methods in com.vaadin.client.ui.layout with parameters of type VCaption
 void VLayoutSlot.setCaption(VCaption caption)
           
 void ComponentConnectorLayoutSlot.setCaption(VCaption caption)
           
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.