com.vaadin.shared.ui.orderedlayout
Class FormLayoutState

java.lang.Object
  extended by com.vaadin.shared.communication.SharedState
      extended by com.vaadin.shared.AbstractComponentState
          extended by com.vaadin.shared.ui.AbstractLayoutState
              extended by com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState
                  extended by com.vaadin.shared.ui.orderedlayout.FormLayoutState
All Implemented Interfaces:
java.io.Serializable

public class FormLayoutState
extends AbstractOrderedLayoutState

Shared state for the FormLayout component.

Since:
7.6
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState
AbstractOrderedLayoutState.ChildComponentData
 
Field Summary
 
Fields inherited from class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState
childData, marginsBitmask, spacing
 
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
 
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
 
Constructor Summary
FormLayoutState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormLayoutState

public FormLayoutState()


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