Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Table of Contents |
---|
...
public abstract org.joget.apps.generator.model.GeneratorResult generate()generate()
根据当前工作表单执行生成器生成/脚手架工作。请在生成逻辑中使用GeneratorUtil。Execute the generator to generate/scaffolding work for app based on current working form. Please utilize GeneratorUtil in the generation logic.
public abstract java.lang.String getExplanation()
Gets the explanation and usage for this generator to display for admin user
getExplanation()
获取该生成器的说明和用法以显示给管理员用户
public boolean isDisabled()
...
isDisabled()
public javapublic java.lang.String getFormId()getFormId()
获取当前的工作表单ID。Gets the current working form id.
public void setFormId(javasetFormId(java.lang.String formId)formId)
设置当前工作表单ID。Sets the current working form id.
public org.joget.apps.app.model.AppDefinition getAppDefinition()getAppDefinition()
获取当前工作的应用程序定义Gets the current working App Definition
public void setAppDefinition(orgsetAppDefinition(org.joget.apps.app.model.AppDefinition appDef)appDef)
设置当前工作的应用程序定义Sets the current working App Definition
public java.lang.String getDefaultPropertyValues()
Convenience method to get default properties from Plugin Properties Options
getDefaultPropertyValues()
便捷方法从插件属性选项中获取默认属性