Modifier and Type | Field and Description |
---|---|
protected Map<Integer,GridCell<?>> |
cells |
protected double |
height |
Constructor and Description |
---|
BaseGridRow() |
BaseGridRow(double height) |
Modifier and Type | Method and Description |
---|---|
void |
collapse()
Collapses all cells on the row.
|
void |
expand()
Expands all cells on the row.
|
Map<Integer,GridCell<?>> |
getCells()
Returns the cells within the row.
|
double |
getHeight()
Returns the height of the row
|
boolean |
isCollapsed()
Returns whether the row contains collapsed cells
|
boolean |
isMerged()
Returns whether the row contains merged cells
|
double |
peekHeight()
Collapsed rows have zero height.
|
void |
reset()
Resets all cells on the row to a non-merged, non-collapsed state.
|
void |
setHeight(double height)
Sets the height of the row
|
public Map<Integer,GridCell<?>> getCells()
GridRow
public double getHeight()
GridRow
public void setHeight(double height)
GridRow
public double peekHeight()
GridRow
peekHeight
in interface GridRow
public boolean isMerged()
GridRow
public boolean isCollapsed()
GridRow
isCollapsed
in interface GridRow
public void collapse()
GridRow
public void expand()
GridRow
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.