public interface IlvDataColumnInfo extends IlvStaticColumnInfo
IlvAbstractDataColumnInfo
,
IlvDefaultDataColumnInfo
Modifier and Type | Method and Description |
---|---|
void |
addDataColumnListener(DataColumnListener listener)
Adds a listener.
|
Object |
getEmptyValue()
Returns the replacement value when a record has no value
for this column.
|
List |
getEnumValues()
Returns the list of possible values if this column is enumerated.
|
Object |
getMaxValue()
Returns the theoretical maximum value of this column.
|
Object |
getMinValue()
Returns the theoretical minimum value of this column.
|
boolean |
isEnumerated()
Returns
true if this column stores enumerated values,
meaning that there are only a few possible values. |
void |
removeDataColumnListener(DataColumnListener listener)
Removes a listener.
|
clone, getName, getType
Object getEmptyValue()
getType()
class.boolean isEnumerated()
true
if this column stores enumerated values,
meaning that there are only a few possible values.List getEnumValues()
getType()
class, or null
if the
possible values are not fixed but depend on the contents of the
model, or null
if isEnumerated()
is
false
.Object getMinValue()
getType()
class,
or null
when there is no theoretical minimum.Object getMaxValue()
getType()
class,
or null
when there is no theoretical maximum.void addDataColumnListener(DataColumnListener listener)
void removeDataColumnListener(DataColumnListener listener)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.