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 ways of formatting column data. Please refer to Column Formatter.
Thai |
---|
ใช้เพื่อขยายวิธีการจัดรูปแบบข้อมูลคอลัมน์ โปรดอ้างอิงถึง Column Formatter |
A useable Datalist Column Formatter plugin must extends org.joget.apps.datalist.model.DataListColumnFormatDefault abstract class.
Thai |
---|
ปลั๊กอินตัวจัดรูปแบบคอลัมน์ที่เป็นประโยชน์ของ Datalist จะต้องขยาย org.joget.apps.datalist.model.DataListColumnFormatDefault คลาสนามธรรม |
Thai |
---|
ชั้นนามธรรม |
Under wflow-core module
Thai |
---|
ภายใต้โมดูล wflow-core |
Extended org.joget.plugin.base.ExtDefaultPlugin. Please refer to Plugin Base Abstract Class and Interface.
Thai |
---|
ขยาย org.joget.plugin.base.ExtDefaultPlugin โปรดอ้างอิงถึง Plugin Base Abstract Class and Interface |
Implemented org.joget.plugin.property.model.PropertyEditable. Please refer to Plugin Base Abstract Class and Interface.
Thai |
---|
ดำเนินการ org.joget.plugin.property.model.PropertyEditable โปรดอ้างอิงถึง Plugin Base Abstract Class and Interface. |
A base abstract class to develop a Datalist Column Formatter plugin.
Thai |
---|
ดำเนินการ org.joget.plugin.property.model.PropertyEditable โปรดอ้างอิงถึงระดับฐานปลั๊กอินและอินเตอร์เฟส |
Thai |
---|
รายละเอียดวิธีการ |
Thai |
---|
วิธีการเชิงนามธรรม |
Thai |
---|
รูปแบบ |
public java.lang.String format(org.joget.apps.datalist.model.DataList dataList, org.joget.apps.datalist.model.DataListColumn column, java.lang.Object row, java.lang.Object value)
Format column value
Thai |
---|
จัดรูปแบบค่าคอลัมน์ |
Thai |
---|
ตัวเลือกคุณสมบัติปลั๊กอิน |
Please refer to Plugin Properties Options for more information.
Thai |
---|
โปรดดูตัวเลือก Plugin Properties Options สำหรับข้อมูลเพิ่มเติม |
Thai |
---|
สอน |
Thai |
---|
ปลั๊กอินที่เกี่ยวข้อง |
Default Formatter
Thai |
---|
ฟอร์แมตเตอร์เริ่มต้น |
org.joget.apps.datalist.lib.DefaultFormatter (wflow-core)