|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface is used to provide a view for the specified grid cell, it allows to customize grid cells' views.
| Method Summary | |
java.awt.Color |
getCellColor(int row,
int col)
Gets the the specified grid cell color. |
LwView |
getView(int row,
int col,
java.lang.Object o)
Gets the view of the specified cell and the given data model value. |
int |
getXAlignment(int row,
int col)
Gets the horizontal alignment for the specified grid cell. |
int |
getYAlignment(int row,
int col)
Gets the vertical alignment for the specified grid cell. |
| Method Detail |
public LwView getView(int row,
int col,
java.lang.Object o)
row - the specified cell row.col - the specified cell column.o - the specified data model value.
public int getXAlignment(int row,
int col)
row - the specified cell row.col - the specified cell column.
public int getYAlignment(int row,
int col)
row - the specified cell row.col - the specified cell column.
public java.awt.Color getCellColor(int row,
int col)
null.row - the specified cell row.col - the specified cell column.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||