Class GridLayoutState
- java.lang.Object
-
- com.vaadin.classic.v8.shared.communication.SharedState
-
- com.vaadin.classic.v8.shared.AbstractComponentState
-
- com.vaadin.classic.v8.shared.ui.AbstractComponentContainerState
-
- com.vaadin.classic.v8.shared.ui.AbstractLayoutState
-
- com.vaadin.classic.v8.shared.ui.gridlayout.GridLayoutState
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class GridLayoutState extends AbstractLayoutState
Deprecated.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGridLayoutState.ChildComponentDataDeprecated.
-
Field Summary
Fields Modifier and Type Field Description static AlignmentInfoALIGNMENT_DEFAULTDeprecated.java.util.Map<com.vaadin.flow.component.Component,GridLayoutState.ChildComponentData>childDataDeprecated.float[]colExpandDeprecated.intcolumnsDeprecated.java.util.Set<java.lang.Integer>explicitColRatiosDeprecated.java.util.Set<java.lang.Integer>explicitRowRatiosDeprecated.booleanhideEmptyRowsAndColumnsDeprecated.intmarginsBitmaskDeprecated.float[]rowExpandDeprecated.introwsDeprecated.booleanspacingDeprecated.-
Fields inherited from class com.vaadin.classic.v8.shared.AbstractComponentState
caption, captionAsHtml, description, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, styles, width
-
Fields inherited from class com.vaadin.classic.v8.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
-
Constructor Summary
Constructors Constructor Description GridLayoutState()Deprecated.
-
-
-
Field Detail
-
ALIGNMENT_DEFAULT
public static AlignmentInfo ALIGNMENT_DEFAULT
Deprecated.
-
spacing
public boolean spacing
Deprecated.
-
rows
public int rows
Deprecated.
-
columns
public int columns
Deprecated.
-
marginsBitmask
public int marginsBitmask
Deprecated.
-
explicitRowRatios
public java.util.Set<java.lang.Integer> explicitRowRatios
Deprecated.
-
explicitColRatios
public java.util.Set<java.lang.Integer> explicitColRatios
Deprecated.
-
childData
public java.util.Map<com.vaadin.flow.component.Component,GridLayoutState.ChildComponentData> childData
Deprecated.
-
hideEmptyRowsAndColumns
public boolean hideEmptyRowsAndColumns
Deprecated.
-
rowExpand
public float[] rowExpand
Deprecated.
-
colExpand
public float[] colExpand
Deprecated.
-
-