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 |
---|
Thai |
---|
ตามธรรมเนียม |
Used to extend methods of executing an action on list item. E.g. Delete a record
Thai |
---|
ใช้เพื่อขยายวิธีการดำเนินการกับรายการ เช่น. ลบบันทึก |
Datalist Action Plugin can be used as Datalist row action as single record action or as whole list action for multiple records. It also can use in individual column by configure it in Column - Action Mapping.
Thai |
---|
ปลั๊กอินการกระทำดาต้าลิสต์สามารถใช้เป็นแอคชั่นแถวดาต้าลิสต์เป็นการกระทำแบบเรคคอร์ดเดี่ยวหรือการกระทำแบบรายการทั้งหมดสำหรับหลาย ๆ นอกจากนี้ยังสามารถใช้ในแต่ละคอลัมน์โดยกำหนดค่าใน Column - Action Mapping. |
A useable Datalist Action Element plugin must extends org.joget.apps.form.model.Element abstract class.
Thai |
---|
ปลั๊กอินองค์ประกอบ Datalist ที่ใช้งานได้จะต้องขยายคลาสนามธรรม org.joget.apps.form.model.Element |
...
Descriptive name for the action
Thai |
---|
ชื่อที่สื่อความหมายสำหรับการกระทำ |
public java.lang.String getHref()
Optional link to a URL
Thai |
---|
ลิงค์ตัวเลือกไปยัง URL |
public java.lang.String getTarget()
Optional link to a URL
Thai |
---|
ลิงค์ตัวเลือกไปยัง URL |
public java.lang.String getHrefParam()
Name of the parameter if linked, separated by semicolon ";" if has multiple.
Thai |
---|
ชื่อของพารามิเตอร์หากเชื่อมโยงคั่นด้วยเครื่องหมายอัฒภาค ";" ถ้ามีหลายค่า |
public java.lang.String getHrefColumn()
Name of the column to use for the param value if linked, separated by semicolon ";" if has multiple.
Thai |
---|
ชื่อของคอลัมน์ที่จะใช้สำหรับค่าพารามิเตอร์หากเชื่อมโยงคั่นด้วยเครื่องหมายอัฒภาค ";" ถ้ามีหลายค่า |
public java.lang.String getConfirmation()
Message for confirmation
Thai |
---|
ข้อความยืนยัน |
public org.joget.apps.datalist.model.DataListActionResult executeAction(org.joget.apps.datalist.model.DataList dataList,java.lang.String[] rowKeys)
Method to perform the action on selected rows
Thai |
---|
วิธีการดำเนินการกับแถวที่เลือก |
Thai |
---|
วิธีการ Overridable |
public java.lang.Boolean getVisibleOnNoRecord();
...
Default to the value of property "visible".
Thai |
---|
ค่าเริ่มต้นเป็นค่าของคุณสมบัติ "visible" |
...
Thai |
---|
ปลั๊กอินที่เกี่ยวข้อง |
Form Row Delete Action
Thai |
---|
การกระทำลบแบบฟอร์มแถว |
org.joget.apps.datalist.lib.FormRowDeleteDataListAction (wflow-core)
Data List Hyperlink Action
Thai |
---|
รายการข้อมูลการกระทำเชื่อมโยงหลายมิติ |
org.joget.apps.datalist.lib.HyperlinkDataListAction (wflow-core)