|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.klg.jclass.higrid.HiGridInternalData
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.
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 |
protected com.klg.jclass.datasource.DataTableModel dataTable
protected com.klg.jclass.higrid.SortData sortData
Constructor Detail |
public HiGridInternalData()
Method Detail |
public com.klg.jclass.datasource.DataTableModel getDataTable()
public void setDataTable(com.klg.jclass.datasource.DataTableModel dataTable)
dataTable
- The new dataTable.public com.klg.jclass.higrid.SortData getSortData()
public void setSortData(com.klg.jclass.higrid.SortData sortData)
sortData
- The sort data.
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |