pl.edu.agh.cast.dataview.view
Class DataViewColumn
java.lang.Object
pl.edu.agh.cast.dataview.view.DataViewColumn
public class DataViewColumn
- extends Object
Contains information about column retrieved from data view extension.
- Author:
- AGH CAST Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataViewColumn
public DataViewColumn(String caption,
DataViewColumnType type,
IColumnValueProvider provider)
- The constructor.
- Parameters:
caption
- Caption of column. Should be internationalised.type
- Type of column.provider
- Column value provider.
getType
public DataViewColumnType getType()
getValueProvider
public IColumnValueProvider getValueProvider()
getCaption
public String getCaption()
Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.