|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GridPart
A GridPart is part of a Grid and has rectangular dimensions.
Grid| Method Summary | |
|---|---|
int |
getColIndex()
Return column position in the Grid. |
int |
getColSpan()
Return the number of columns spanned. |
GridPartSize |
getHeight()
Return vertical size. |
java.lang.String |
getHtmlAttributes()
Return html attributes for TD tag. |
Region |
getRegion()
Return frame contained by GridPart. |
int |
getRowIndex()
Return row position in the Grid. |
int |
getRowSpan()
Return the number of rows spanned. |
GridPartSize |
getWidth()
Return horizontal size. |
| Method Detail |
|---|
int getRowSpan()
int getColSpan()
int getRowIndex()
int getColIndex()
GridPartSize getWidth()
GridPartSize getHeight()
java.lang.String getHtmlAttributes()
Region getRegion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||