Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Usages

...

用法

抽象类

org.joget.apps.generator.model.GeneratorPlugin

Method Detail

Abstract Methods
generate

方法细节

抽象方法
生成
public abstract org.joget.apps.generator.model.GeneratorResult generate()generate()

根据当前工作表单执行生成器生成/脚手架工作。请在生成逻辑中使用GeneratorUtilExecute the generator to generate/scaffolding work for app based on current working form. Please utilize GeneratorUtil in the generation logic.

getExplanation
public abstract java.lang.String getExplanation()

Gets the explanation and usage for this generator to display for admin user

Overridable Methods
isDisabled
getExplanation()

获取该生成器的说明和用法以显示给管理员用户

可重写的方法
被禁用
public boolean isDisabled()

...

isDisabled()
效用方法
getFormId
public javapublic java.lang.String getFormId()getFormId()

获取当前的工作表单ID。Gets the current working form id.

setFormId
public void setFormId(javasetFormId(java.lang.String formId)formId)

设置当前工作表单ID。Sets the current working form id.

getAppDefinition
public org.joget.apps.app.model.AppDefinition getAppDefinition()getAppDefinition()

获取当前工作的应用程序定义Gets the current working App Definition

setAppDefinition
public void setAppDefinition(orgsetAppDefinition(org.joget.apps.app.model.AppDefinition appDef)appDef)

设置当前工作的应用程序定义Sets the current working App Definition

getDefaultPropertyValues
public java.lang.String getDefaultPropertyValues()

Convenience method to get default properties from Plugin Properties Options

Plugin Properties Options

Tutorials

Related Community Plugins

getDefaultPropertyValues()

便捷方法从插件属性选项中获取默认属性

插件属性选项

教程

相关的社区插件

  • 不可用Not available