ilog.ds
Class IlTableCellInfo
java.lang.Object
|
+--ilog.ds.IlTableCellInfo
- public class IlTableCellInfo
- extends java.lang.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 java.lang.Object NO_UPDATE
_colNumber
protected int _colNumber
_value
protected java.lang.Object _value
_properties
protected java.util.Map _properties
IlTableCellInfo
public IlTableCellInfo(int colNumber,
java.lang.Object value)
- Parameters:
colNumber - the column numbervalue - The value- See Also:
IlTableDataSource
IlTableCellInfo
public IlTableCellInfo(int colNumber,
java.util.Map properties)
- Parameters:
colNumber - The column numberproperties - The properties of the cell- See Also:
IlTableDataSource
IlTableCellInfo
public IlTableCellInfo(int colNumber,
java.lang.Object value,
java.util.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 java.lang.Object getValue()
- Returns:
- the value
setValue
public void setValue(java.lang.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 java.util.Map getProperties()
- Returns:
- all the properties