public class ScriptedDataSetEventAdapter extends DataSetEventAdapter implements IScriptedDataSetEventHandler
| 构造器和说明 |
|---|
ScriptedDataSetEventAdapter() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close(IDataSetInstance dataSet)
Handle the close event
|
boolean |
describe(IDataSetInstance dataSet,
IScriptedDataSetMetaData metaData)
Method for Script Data Set to return dynamically generated data set
metadata.
|
boolean |
fetch(IDataSetInstance dataSet,
IUpdatableDataSetRow row)
Handle the fetch event.
|
void |
open(IDataSetInstance dataSet)
Handle the open event
|
afterClose, afterOpen, beforeClose, beforeOpen, onFetchclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterClose, afterOpen, beforeClose, beforeOpen, onFetchpublic void open(IDataSetInstance dataSet) throws ScriptException
IScriptedDataSetEventHandleropen 在接口中 IScriptedDataSetEventHandlerScriptExceptionpublic boolean fetch(IDataSetInstance dataSet, IUpdatableDataSetRow row) throws ScriptException
IScriptedDataSetEventHandlerfetch 在接口中 IScriptedDataSetEventHandlerScriptExceptionpublic void close(IDataSetInstance dataSet) throws ScriptException
IScriptedDataSetEventHandlerclose 在接口中 IScriptedDataSetEventHandlerScriptExceptionpublic boolean describe(IDataSetInstance dataSet, IScriptedDataSetMetaData metaData) throws ScriptException
IScriptedDataSetEventHandlerdescribe 在接口中 IScriptedDataSetEventHandlerScriptExceptionCopyright © 2008 Actuate Corp. All rights reserved.