com.vaadin.terminal.gwt.client.ui.form
Class FormState

java.lang.Object
  extended by com.vaadin.terminal.gwt.client.communication.SharedState
      extended by com.vaadin.terminal.gwt.client.ComponentState
          extended by com.vaadin.terminal.gwt.client.AbstractFieldState
              extended by com.vaadin.terminal.gwt.client.ui.form.FormState
All Implemented Interfaces:
TabIndexState, Serializable

public class FormState
extends AbstractFieldState

See Also:
Serialized Form

Constructor Summary
FormState()
           
 
Method Summary
 Connector getFooter()
           
 Connector getLayout()
           
 void setFooter(Connector footer)
           
 void setLayout(Connector layout)
           
 
Methods inherited from class com.vaadin.terminal.gwt.client.AbstractFieldState
getTabIndex, isHideErrors, isModified, isPropertyReadOnly, isRequired, setHideErrors, setModified, setPropertyReadOnly, setRequired, setTabIndex
 
Methods inherited from class com.vaadin.terminal.gwt.client.ComponentState
addRegisteredEventListener, getCaption, getDebugId, getDescription, getErrorMessage, getHeight, getIcon, getRegisteredEventListeners, getStyles, getWidth, hasDescription, hasStyles, isImmediate, isReadOnly, isUndefinedHeight, isUndefinedWidth, isVisible, removeRegisteredEventListener, setCaption, setDebugId, setDescription, setErrorMessage, setHeight, setIcon, setImmediate, setReadOnly, setRegisteredEventListeners, setStyles, setVisible, setWidth
 
Methods inherited from class com.vaadin.terminal.gwt.client.communication.SharedState
isEnabled, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormState

public FormState()
Method Detail

getLayout

public Connector getLayout()

setLayout

public void setLayout(Connector layout)

getFooter

public Connector getFooter()

setFooter

public void setFooter(Connector footer)


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