|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openswing.swing.table.columns.client.TypeController
Title: OpenSwing Framework
Description: Base class that defines the data type for each cell of the column having type MultipleTypeColumn. As default value this class manages all cells as text type.
Copyright: Copyright (C) 2006 Mauro Carniel
Constructor Summary | |
TypeController()
|
Method Summary | |
InputControl |
getAdditionalProperties(int rowNum,
java.lang.String attributeName,
GridControl grid)
Define additional properties for the specified cell. |
int |
getCellType(int rowNum,
java.lang.String attributeName,
GridControl grid)
Define the cell type for the specified row. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TypeController()
Method Detail |
public int getCellType(int rowNum, java.lang.String attributeName, GridControl grid)
rowNum
- row index in the grid that identify the cell for which define the data typeattributeName
- attribute name that identify the column in the gridgrid
- GridControl component
public InputControl getAdditionalProperties(int rowNum, java.lang.String attributeName, GridControl grid)
rowNum
- row index in the grid that identify the cell for which define these additional propertiesattributeName
- attribute name that identify the column in the gridgrid
- GridControl component
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |