JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class HiGridInternalData

java.lang.Object
  |
  +--com.klg.jclass.higrid.HiGridInternalData
All Implemented Interfaces:
Serializable

public class HiGridInternalData
extends Object
implements Serializable

A simple class to package together some internal data. This is meant only for internal use by HiGrid and is not meant to be used by applets or applications.

See Also:
Serialized Form

Field Summary
protected  com.klg.jclass.datasource.DataTableModel dataTable
           
protected  com.klg.jclass.higrid.SortData sortData
           
 
Constructor Summary
HiGridInternalData()
           
 
Method Summary
 com.klg.jclass.datasource.DataTableModel getDataTable()
          Retrieves the dataTable.
 com.klg.jclass.higrid.SortData getSortData()
          Retrieves the sort data.
 void setDataTable(com.klg.jclass.datasource.DataTableModel dataTable)
          Sets the dataTable for this object.
 void setSortData(com.klg.jclass.higrid.SortData sortData)
          Sets the sort data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataTable

protected com.klg.jclass.datasource.DataTableModel dataTable

sortData

protected com.klg.jclass.higrid.SortData sortData
Constructor Detail

HiGridInternalData

public HiGridInternalData()
Method Detail

getDataTable

public com.klg.jclass.datasource.DataTableModel getDataTable()
Retrieves the dataTable.

Returns:
The dataTable.

setDataTable

public void setDataTable(com.klg.jclass.datasource.DataTableModel dataTable)
Sets the dataTable for this object.

Parameters:
dataTable - The new dataTable.

getSortData

public com.klg.jclass.higrid.SortData getSortData()
Retrieves the sort data.

Returns:
The sort data.

setSortData

public void setSortData(com.klg.jclass.higrid.SortData sortData)
Sets the sort data.

Parameters:
sortData - The sort data.

Copyright © 2004 Quest Software Inc..
All rights reserved.