public interface IlvStaticColumnInfo extends Cloneable
IlvDataColumnInfo
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Returns a copy of this object.
|
String |
getName()
Returns the name of the column.
|
Class |
getType()
Returns the value type of the column.
|
String getName()
The name is used in the chart display. It is used for accessing
the column data only in some implementation of
IlvModelWithColumns
(such as IlvFlatListModel
or IlvTreeListModel
).
Class getType()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.