ilog.ds
Class IlTableCellInfo
java.lang.Object
|
+--ilog.ds.IlTableCellInfo
- public class IlTableCellInfo
- extends Object
Class representing a cell (column number and value and/or properties) for a
TableDataSource
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_UPDATE
public static final Object NO_UPDATE
_colNumber
protected int _colNumber
_value
protected Object _value
_properties
protected Map _properties
IlTableCellInfo
public IlTableCellInfo(int colNumber,
Object value)
- Parameters:
colNumber
- the column numbervalue
- The value- See Also:
IlTableDataSource
IlTableCellInfo
public IlTableCellInfo(int colNumber,
Map properties)
- Parameters:
colNumber
- The column numberproperties
- The properties of the cell- See Also:
IlTableDataSource
IlTableCellInfo
public IlTableCellInfo(int colNumber,
Object value,
Map properties)
- Parameters:
colNumber
- The column numbervalue
- The valueproperties
- The properties of the cell- See Also:
IlTableDataSource
getColNumber
public int getColNumber()
- Returns:
- the column number
getValue
public Object getValue()
- Returns:
- the value
setValue
public void setValue(Object value)
- set the value of the cell update, use
NO_UPDATE
to only
update properties.
- Parameters:
value
- the value of the cell.
getProperties
public Map getProperties()
- Returns:
- all the properties