com.vaadin.client.ui
Class VFormLayout.VFormLayoutTable
java.lang.Object
FlexTable
com.vaadin.client.ui.VFormLayout.VFormLayoutTable
- Enclosing class:
- VFormLayout
public class VFormLayout.VFormLayoutTable
- extends FlexTable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VFormLayout.VFormLayoutTable
public VFormLayout.VFormLayoutTable()
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.