com.vaadin.client.ui
Class VFormLayout.Caption

java.lang.Object
  extended by HTML
      extended by com.vaadin.client.ui.VFormLayout.Caption
Enclosing class:
VFormLayout

public class VFormLayout.Caption
extends HTML


Field Summary
static java.lang.String CLASSNAME
           
 
Constructor Summary
VFormLayout.Caption(ComponentConnector component)
           
 
Method Summary
 ComponentConnector getOwner()
          Returns Paintable for which this Caption belongs to.
 void updateCaption(com.vaadin.shared.AbstractComponentState state, boolean enabled)
           
 
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

VFormLayout.Caption

public VFormLayout.Caption(ComponentConnector component)
Parameters:
component - optional owner of caption. If not set, getOwner will return null
Method Detail

updateCaption

public void updateCaption(com.vaadin.shared.AbstractComponentState state,
                          boolean enabled)

getOwner

public ComponentConnector getOwner()
Returns Paintable for which this Caption belongs to.

Returns:
owner Widget


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