@KSObject(name="FormPlugin") public class FormPlugin extends java.lang.Object implements IFormPlugin
| 构造器和说明 |
|---|
FormPlugin(IFormPlugin plugin) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterBindData() |
IDataModel |
getModel() |
void |
loadCustomControlMetas() |
void |
method1() |
void |
method2() |
void |
method3() |
public FormPlugin(IFormPlugin plugin)
@KSMethod public void method1()
@KSMethod public void method2()
@KSMethod public void method3()
@KSMethod public IDataModel getModel()
getModel 在接口中 IFormPlugin@KSMethod public void afterBindData()
afterBindData 在接口中 IFormPlugin@KSMethod public void loadCustomControlMetas()
loadCustomControlMetas 在接口中 IFormPlugin