protected static class AbstractDynamicLayout.CellInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
dynamic
Is set to
true when the cell contains at least one dynamic widget |
double |
initialWidth
The max initial width of all the initial widths of the cell widgets
|
double |
left |
double |
right |
java.util.Set<AbstractDynamicLayout.TNode> |
widgets |
| Modifier | Constructor and Description |
|---|---|
protected |
CellInfo() |
public double left
public double right
public boolean dynamic
true when the cell contains at least one dynamic widgetpublic double initialWidth
public java.util.Set<AbstractDynamicLayout.TNode> widgets