|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Grid
Representation of a Grid. A page presentation consists of a table or frame based layout with page parts.
| Method Summary | |
|---|---|
GridPart[] |
getGridParts(int rowIndex)
Return all the GridParts in a particular row. |
GridPart[][] |
getGridRows()
Return all the GridParts in a twodimensional array that corresponds to the rows and columns. |
int |
getHeight()
Return height of the Grid in pixels. |
GridPartSize[] |
getHeights()
Return row heights. |
int |
getNrOfRows()
Return number of rows in the Grid. |
int |
getWidth()
Return width of the Grid in pixels. |
GridPartSize[] |
getWidths()
Return column widths. |
boolean |
isFullHeight()
Return true if the height of the Grid is 100%. |
boolean |
isFullWidth()
Return true if the width of this Grid is 100%. |
| Method Detail |
|---|
GridPart[] getGridParts(int rowIndex)
rowIndex -
GridPart[][] getGridRows()
int getNrOfRows()
GridPartSize[] getWidths()
GridPartSizeGridPartSize[] getHeights()
GridPartSizeboolean isFullWidth()
boolean isFullHeight()
int getWidth()
int getHeight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||