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.


Field Summary
protected  int _colNumber
           
protected  Map _properties
           
protected  Object _value
           
static Object NO_UPDATE
           
 
Constructor Summary
IlTableCellInfo(int colNumber, Map properties)
           
IlTableCellInfo(int colNumber, Object value)
           
IlTableCellInfo(int colNumber, Object value, Map properties)
           
 
Method Summary
 int getColNumber()
           
 Map getProperties()
           
 Object getValue()
           
 void setValue(Object value)
          set the value of the cell update, use NO_UPDATE to only update properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_UPDATE

public static final Object NO_UPDATE

_colNumber

protected int _colNumber

_value

protected Object _value

_properties

protected Map _properties
Constructor Detail

IlTableCellInfo

public IlTableCellInfo(int colNumber,
                       Object value)
Parameters:
colNumber - the column number
value - The value
See Also:
IlTableDataSource

IlTableCellInfo

public IlTableCellInfo(int colNumber,
                       Map properties)
Parameters:
colNumber - The column number
properties - The properties of the cell
See Also:
IlTableDataSource

IlTableCellInfo

public IlTableCellInfo(int colNumber,
                       Object value,
                       Map properties)
Parameters:
colNumber - The column number
value - The value
properties - The properties of the cell
See Also:
IlTableDataSource
Method Detail

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