public class GridLayoutState extends AbstractLayoutState
| Modifier and Type | Class and Description |
|---|---|
static class |
GridLayoutState.ChildComponentData |
| Modifier and Type | Field and Description |
|---|---|
static AlignmentInfo |
ALIGNMENT_DEFAULT |
Map<Connector,GridLayoutState.ChildComponentData> |
childData |
float[] |
colExpand |
int |
columns |
Set<Integer> |
explicitColRatios |
Set<Integer> |
explicitRowRatios |
boolean |
hideEmptyRowsAndColumns |
int |
marginsBitmask |
float[] |
rowExpand |
int |
rows |
boolean |
spacing |
caption, captionAsHtml, description, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, styles, widthenabled, registeredEventListeners, resources| Constructor and Description |
|---|
GridLayoutState() |
public static AlignmentInfo ALIGNMENT_DEFAULT
public boolean spacing
public int rows
public int columns
public int marginsBitmask
public Map<Connector,GridLayoutState.ChildComponentData> childData
public boolean hideEmptyRowsAndColumns
public float[] rowExpand
public float[] colExpand
Copyright © 2021 Vaadin Ltd. All rights reserved.