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:
Serializable
Deprecated.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic AlignmentInfoDeprecated.Map<com.vaadin.flow.component.Component,GridLayoutState.ChildComponentData> Deprecated.float[]Deprecated.intDeprecated.Deprecated.Deprecated.booleanDeprecated.intDeprecated.float[]Deprecated.intDeprecated.booleanDeprecated.Fields inherited from class com.vaadin.classic.v8.shared.AbstractComponentState
caption, captionAsHtml, description, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, styles, widthFields inherited from class com.vaadin.classic.v8.shared.communication.SharedState
enabled, registeredEventListeners, resources -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ALIGNMENT_DEFAULT
Deprecated. -
spacing
public boolean spacingDeprecated. -
rows
public int rowsDeprecated. -
columns
public int columnsDeprecated. -
marginsBitmask
public int marginsBitmaskDeprecated. -
explicitRowRatios
Deprecated. -
explicitColRatios
Deprecated. -
childData
Deprecated. -
hideEmptyRowsAndColumns
public boolean hideEmptyRowsAndColumnsDeprecated. -
rowExpand
public float[] rowExpandDeprecated. -
colExpand
public float[] colExpandDeprecated.
-
-
Constructor Details
-
GridLayoutState
public GridLayoutState()Deprecated.
-