public interface IlvComputedColumnInfo extends IlvDataColumnInfo
Modifier and Type | Method and Description |
---|---|
double |
computeDoubleAt(IlvTreeListModel model,
Object object)
Returns the value for the cell at
object , as a numeric
value. |
Object |
computeValueAt(IlvTreeListModel model,
Object object)
Returns the value for the cell at
object . |
addDataColumnListener, getEmptyValue, getEnumValues, getMaxValue, getMinValue, isEnumerated, removeDataColumnListener
clone, getName, getType
Object computeValueAt(IlvTreeListModel model, Object object)
object
.double computeDoubleAt(IlvTreeListModel model, Object object)
object
, as a numeric
value.
This method should only be used for columns whose type is
Double. For other types of columns, this method will do a conversion
from the object returned by getValueAt
, which may be
inefficient or inaccurate or raise exceptions.
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.