public interface GridRow
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
|
double getHeight()
void setHeight(double height)
height
- double peekHeight()
Map<Integer,GridCell<?>> getCells()
boolean isMerged()
boolean isCollapsed()
void collapse()
void expand()
void reset()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.