com.vaadin.client.ui
Class VFormLayout

java.lang.Object
  extended by SimplePanel
      extended by com.vaadin.client.ui.VFormLayout

public class VFormLayout
extends SimplePanel

Two col Layout that places caption on left col and field on right col


Nested Class Summary
 class VFormLayout.Caption
           
 class VFormLayout.ErrorFlag
          For internal use only.
 class VFormLayout.VFormLayoutTable
           
 
Field Summary
 VFormLayout.VFormLayoutTable table
          For internal use only.
 
Constructor Summary
VFormLayout()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

table

public VFormLayout.VFormLayoutTable table
For internal use only. May be removed or replaced in the future.

Constructor Detail

VFormLayout

public VFormLayout()


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