com.vaadin.client.ui
Class VFormLayout.VFormLayoutTable

java.lang.Object
  extended by FlexTable
      extended by com.vaadin.client.ui.VFormLayout.VFormLayoutTable
Enclosing class:
VFormLayout

public class VFormLayout.VFormLayoutTable
extends FlexTable


Field Summary
static int COLUMN_WIDGET
           
 
Constructor Summary
VFormLayout.VFormLayoutTable()
           
 
Method Summary
 void cleanReferences(Widget oldChildWidget)
           
 VFormLayout.Caption getCaption(Widget childWidget)
           
 VFormLayout.ErrorFlag getError(Widget childWidget)
           
 void onClick(ClickEvent event)
           
 void setChild(int rowNr, Widget childWidget, VFormLayout.Caption caption, VFormLayout.ErrorFlag error)
           
 void setMargins(com.vaadin.shared.ui.MarginInfo margins)
           
 void setRowCount(int rowNr)
           
 void setSpacing(boolean spacing)
           
 void updateCaption(Widget widget, com.vaadin.shared.AbstractComponentState state, boolean enabled)
           
 void updateError(Widget widget, java.lang.String errorMessage, boolean hideErrors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLUMN_WIDGET

public static final int COLUMN_WIDGET
See Also:
Constant Field Values
Constructor Detail

VFormLayout.VFormLayoutTable

public VFormLayout.VFormLayoutTable()
Method Detail

onClick

public void onClick(ClickEvent event)

setMargins

public void setMargins(com.vaadin.shared.ui.MarginInfo margins)

setSpacing

public void setSpacing(boolean spacing)

setRowCount

public void setRowCount(int rowNr)

setChild

public void setChild(int rowNr,
                     Widget childWidget,
                     VFormLayout.Caption caption,
                     VFormLayout.ErrorFlag error)

getCaption

public VFormLayout.Caption getCaption(Widget childWidget)

getError

public VFormLayout.ErrorFlag getError(Widget childWidget)

cleanReferences

public void cleanReferences(Widget oldChildWidget)

updateCaption

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

updateError

public void updateError(Widget widget,
                        java.lang.String errorMessage,
                        boolean hideErrors)


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