pl.edu.agh.cast.dataview.view
Class DataViewColumn

java.lang.Object
  extended by 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

Constructor Summary
DataViewColumn(String caption, DataViewColumnType type, IColumnValueProvider provider)
          The constructor.
 
Method Summary
 String getCaption()
           
 DataViewColumnType getType()
           
 IColumnValueProvider getValueProvider()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

getType

public DataViewColumnType getType()

getValueProvider

public IColumnValueProvider getValueProvider()

getCaption

public String getCaption()


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.