com.vaadin.shared.ui.gridlayout
Class GridLayoutState

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.gridlayout.GridLayoutState
All Implemented Interfaces:
java.io.Serializable

public class GridLayoutState
extends AbstractLayoutState

See Also:
Serialized Form

Nested Class Summary
static class GridLayoutState.ChildComponentData
           
 
Field Summary
static AlignmentInfo ALIGNMENT_DEFAULT
           
 java.util.Map<Connector,GridLayoutState.ChildComponentData> childData
           
 int columns
           
 java.util.Set<java.lang.Integer> explicitColRatios
           
 java.util.Set<java.lang.Integer> explicitRowRatios
           
 boolean hideEmptyRowsAndColumns
           
 int marginsBitmask
           
 int rows
           
 boolean 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
GridLayoutState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALIGNMENT_DEFAULT

public static AlignmentInfo ALIGNMENT_DEFAULT

spacing

public boolean spacing

rows

public int rows

columns

public int columns

marginsBitmask

public int marginsBitmask

explicitRowRatios

public java.util.Set<java.lang.Integer> explicitRowRatios

explicitColRatios

public java.util.Set<java.lang.Integer> explicitColRatios

childData

public java.util.Map<Connector,GridLayoutState.ChildComponentData> childData

hideEmptyRowsAndColumns

public boolean hideEmptyRowsAndColumns
Constructor Detail

GridLayoutState

public GridLayoutState()


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