Usages

ตามธรรมเนียม

Abstract Class

ชั้นนามธรรม

org.joget.apps.generator.model.GeneratorPlugin

Method Detail

รายละเอียดวิธีการ

Abstract Methods
วิธีการเชิงนามธรรม
generate
public abstract org.joget.apps.generator.model.GeneratorResult generate()

Execute the generator to generate/scaffolding work for app based on current working form. Please utilize GeneratorUtil in the generation logic.

เรียกใช้งาน generate/scaffolding สำหรับแอปตามรูปแบบการทำงานปัจจุบัน โปรดใช้ GeneratorUtil ในตรรกะการสร้าง

getExplanation
public abstract java.lang.String getExplanation()

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

รับคำอธิบายและการใช้งานสำหรับตัวสร้างนี้เพื่อแสดงสำหรับผู้ใช้ที่เป็นผู้ดูแลระบบ

Overridable Methods
วิธีการ overridable
isDisabled
public boolean isDisabled()
Utility Methods
วิธีการยูทิลิตี้
getFormId
public java.lang.String getFormId()

Gets the current working form id.

รับ ID รูปแบบการทำงานปัจจุบัน

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

Sets the current working form id.

ตั้งค่า id แบบฟอร์มการทำงานปัจจุบัน

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

Gets the current working App Definition

รับคำนิยาม App ของแอปที่ทำงานอยู่ในปัจจุบัน

setAppDefinition
public void setAppDefinition(org.joget.apps.app.model.AppDefinition 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

ปลั๊กอินที่เกี่ยวข้อง