com.vaadin.client
Class VCaptionWrapper

java.lang.Object
  extended by FlowPanel
      extended by com.vaadin.client.VCaptionWrapper

public class VCaptionWrapper
extends FlowPanel


Field Summary
static java.lang.String CLASSNAME
           
 
Constructor Summary
VCaptionWrapper(ComponentConnector toBeWrapped, ApplicationConnection client)
          Creates a new caption wrapper panel.
 
Method Summary
 ComponentConnector getWrappedConnector()
           
 void updateCaption()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASSNAME

public static final java.lang.String CLASSNAME
See Also:
Constant Field Values
Constructor Detail

VCaptionWrapper

public VCaptionWrapper(ComponentConnector toBeWrapped,
                       ApplicationConnection client)
Creates a new caption wrapper panel.

Parameters:
toBeWrapped - paintable that the caption is associated with, not null
client - ApplicationConnection
Method Detail

updateCaption

public void updateCaption()

getWrappedConnector

public ComponentConnector getWrappedConnector()


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