Class GridLayoutState

All Implemented Interfaces:
Serializable

@Deprecated public class GridLayoutState extends AbstractLayoutState
Deprecated.
See Also:
  • Field Details

    • 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 Set<Integer> explicitRowRatios
      Deprecated.
    • explicitColRatios

      public Set<Integer> explicitColRatios
      Deprecated.
    • childData

      public 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.
  • Constructor Details

    • GridLayoutState

      public GridLayoutState()
      Deprecated.