Table of Contents |
---|
Usages
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 คลาสนามธรรม
Abstract Class
Thai |
---|
ชั้นนามธรรม |
org.joget.apps.datalist.model.DataListColumnFormatDefault
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 โปรดอ้างอิงถึงระดับฐานปลั๊กอินและอินเตอร์เฟส
Method Detail
Thai |
---|
รายละเอียดวิธีการ |
Abstract Methods
Thai |
---|
วิธีการเชิงนามธรรม |
format
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 |
---|
จัดรูปแบบค่าคอลัมน์ |
Plugin Properties Options
Thai |
---|
ตัวเลือกคุณสมบัติปลั๊กอิน |
Please refer to Plugin Properties Options for more information.
Thai โปรดดูตัวเลือก Plugin Properties Options สำหรับข้อมูลเพิ่มเติม
Tutorials
Thai |
---|
สอน |
Related Community Plugins
Thai |
---|
ปลั๊กอินที่เกี่ยวข้อง |
Default Formatter
Thai ฟอร์แมตเตอร์เริ่มต้น
org.joget.apps.datalist.lib.DefaultFormatter (wflow-core)