| 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()
GridRowpublic double getHeight()
GridRowpublic void setHeight(double height)
GridRowpublic double peekHeight()
GridRowpeekHeight in interface GridRowpublic boolean isMerged()
GridRowpublic boolean isCollapsed()
GridRowisCollapsed in interface GridRowpublic void collapse()
GridRowpublic void expand()
GridRowCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.