@KSObject(name="FormPlugin") public class KDFormPlugin<T extends IFormPlugin> extends AbstractFormPlugin
| 构造器和说明 |
|---|
KDFormPlugin() |
KDFormPlugin(T plugin)
构造方法:初始化插件
|
customPrintDataObject, flexBeforeClosed, getControl, setCollapsible, setView, traceafterCopyData, afterImportData, beforeImportData, getEntityType, initImportData, loadDataafterMoveEntryUp, beforePropertyChanged, beforeSetItemValuepublic KDFormPlugin()
public KDFormPlugin(T plugin)
plugin - @KSInsertMethod public void initialize()
IFormPlugininitialize 在接口中 IFormPlugininitialize 在类中 AbstractFormPlugin@KSInsertMethod public void registerListener(java.util.EventObject e)
IFormPluginregisterListener 在接口中 IFormPluginregisterListener 在类中 AbstractFormPlugin@KSMethod @KSInsertMethod public void addItemClickListeners(java.lang.String... key)
AbstractFormPluginaddItemClickListeners 在类中 AbstractFormPluginkey - 控件标识@KSMethod @KSInsertMethod public void addClickListeners(java.lang.String... key)
AbstractFormPluginaddClickListeners 在类中 AbstractFormPluginkey - 控件标识@KSMethod @KSInsertMethod public IFormView getView()
getView 在类中 AbstractFormPlugin@KSMethod @KSInsertMethod public IDataModel getModel()
AbstractFormPlugin@KSMethod @KSInsertMethod public IPageCache getPageCache()
AbstractFormPlugingetPageCache 在类中 AbstractFormPlugin@KSInsertMethod public void afterAddRow(AfterAddRowEventArgs e)
IDataModelChangeListener@KSInsertMethod public void afterCreateNewData(java.util.EventObject e)
e - 模型数据包创建之后的事件@KSInsertMethod public void afterDeleteEntry(AfterDeleteEntryEventArgs e)
IDataModelChangeListener@KSInsertMethod public void afterDeleteRow(AfterDeleteRowEventArgs e)
IDataModelChangeListener@KSInsertMethod public void afterMoveEntryDown(AfterMoveEntryEventArgs e)
IDataModelChangeListener@KSInsertMethod public void beforeAddRow(BeforeAddRowEventArgs e)
IDataModelChangeListener@KSInsertMethod public void beforeDeleteEntry(BeforeDeleteEntryEventArgs e)
IDataModelChangeListener@KSInsertMethod public void beforeDeleteRow(BeforeDeleteRowEventArgs e)
IDataModelChangeListener@KSInsertMethod public void createNewData(BizDataEventArgs e)
IDataModelListener@KSInsertMethod public void propertyChanged(PropertyChangedArgs e)
e - 实体中属性值改变事件,按变化的多个行批量一次触发@KSInsertMethod public void click(java.util.EventObject evt)
ClickListenerclick 在接口中 ClickListenerclick 在类中 AbstractFormPlugin@KSInsertMethod public void afterBindData(java.util.EventObject e)
IFormPluginafterBindData 在接口中 IFormPluginafterBindData 在类中 AbstractFormPlugine - 事件@KSInsertMethod public void afterDoOperation(AfterDoOperationEventArgs e)
IFormPluginafterDoOperation 在接口中 IFormPluginafterDoOperation 在类中 AbstractFormPlugine - 操作后事件@KSInsertMethod public void beforeBindData(java.util.EventObject e)
IFormPluginbeforeBindData 在接口中 IFormPluginbeforeBindData 在类中 AbstractFormPlugine - 事件@KSInsertMethod public void beforeClick(BeforeClickEvent e)
ClickListenerbeforeClick 在接口中 ClickListenerbeforeClick 在类中 AbstractFormPlugin@KSInsertMethod public void beforeClosed(BeforeClosedEvent e)
IFormPluginbeforeClosed 在接口中 IFormPluginbeforeClosed 在类中 AbstractFormPlugine - 关闭前事件@KSInsertMethod public void itemClick(ItemClickEvent e)
ItemClickListeneritemClick 在接口中 ItemClickListeneritemClick 在类中 AbstractFormPlugine - 点击事件@KSInsertMethod public void loadCustomControlMetas(LoadCustomControlMetasArgs e)
IFormPluginloadCustomControlMetas 在接口中 IFormPluginloadCustomControlMetas 在类中 AbstractFormPlugine - 事件@KSInsertMethod public void messageBoxClosed(MessageBoxClosedEvent e)
IFormPluginmessageBoxClosed 在接口中 IFormPluginmessageBoxClosed 在类中 AbstractFormPlugine - 关闭消息提示事件@KSInsertMethod public void onCreateDynamicUIMetas(OnCreateDynamicUIMetasArgs e)
IFormPluginonCreateDynamicUIMetas 在接口中 IFormPluginonCreateDynamicUIMetas 在类中 AbstractFormPlugine - 事件@KSInsertMethod public void onGetControl(OnGetControlArgs e)
IFormPluginonGetControl 在接口中 IFormPluginonGetControl 在类中 AbstractFormPlugine - 事件@KSInsertMethod public void preOpenForm(PreOpenFormEventArgs e)
IFormPluginpreOpenForm 在接口中 IFormPluginpreOpenForm 在类中 AbstractFormPlugine - 打开表单前事件@KSInsertMethod public void confirmCallBack(MessageBoxClosedEvent e)
IFormPluginconfirmCallBack 在接口中 IFormPluginconfirmCallBack 在类中 AbstractFormPlugine - 提示框关闭事件@KSInsertMethod public void closedCallBack(ClosedCallBackEvent e)
IFormPluginclosedCallBack 在接口中 ICloseCallBackclosedCallBack 在接口中 IFormPluginclosedCallBack 在类中 AbstractFormPlugine - 关闭回调事件@KSInsertMethod public void beforeDoOperation(BeforeDoOperationEventArgs e)
IFormPluginbeforeDoOperation 在接口中 IFormPluginbeforeDoOperation 在类中 AbstractFormPlugine - 操作前事件@KSInsertMethod public void contextMenuClick(ContextMenuClickEvent e)
IFormPlugincontextMenuClick 在接口中 IFormPlugincontextMenuClick 在类中 AbstractFormPlugine - 菜单点击事件@KSInsertMethod public void beforeItemClick(BeforeItemClickEvent e)
ItemClickListenere - 点击事件@KSInsertMethod public void customEvent(CustomEventArgs e)
IFormPlugin@KSInsertMethod public void TimerElapsed(TimerElapsedArgs e)
IFormPlugin@KSInsertMethod public void beforeFieldPostBack(BeforeFieldPostBackEvent e)
@KSInsertMethod public void pageRelease(java.util.EventObject e)
IFormPluginpublic void destory()
IFormPlugindestory 在接口中 IFormPlugindestory 在类中 AbstractFormPlugin@KSMethod @KSInsertMethod public java.lang.String getPluginName()
getPluginName 在接口中 IFormPlugingetPluginName 在类中 AbstractFormPluginpublic void setPluginName(java.lang.String className)
IFormPluginsetPluginName 在接口中 IFormPluginsetPluginName 在类中 AbstractFormPluginclassName - 插件名称