|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the interface for derived columns which can be added to DataSource. DataSource will call this interface's single method to determine what value to show in this cell.
Method Summary | |
Object |
getResultData(com.klg.jclass.datasource.DataTableModel dtm,
long bookmark)
Return the value to be displayed in the cell |
Method Detail |
public Object getResultData(com.klg.jclass.datasource.DataTableModel dtm, long bookmark) throws DataModelException
bookmark
- a unique long representing a row
DataModelException
- If getResultData fails.
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |