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 loading data for a Datalist. Please refer to Datalis Builder - Source.
Thai |
---|
ใช้เพื่อขยายวิธีการโหลดข้อมูลสำหรับ Datalist โปรดอ้างอิงถึง Datalis Builder - Source. |
A useable Datalist Binder plugin must extends org.joget.apps.datalist.model.DataListBinderDefault abstract class.
Thai |
---|
ปลั๊กอิน Datalist Binder ที่ใช้งานได้จะต้องขยายคลาสนามธรรม org.joget.apps.datalist.model.DataListBinderDefault |
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 Binder Plugin.
Thai |
---|
คลาสนามธรรมพื้นฐานเพื่อพัฒนาปลั๊กอิน Binder ของ Datalist |
Thai |
---|
รายละเอียดของฟิลด์ |
Thai |
---|
ค่าคงที่ |
public static final String USERVIEW_KEY_SYNTAX = "#userviewKey#";
Not using by system. Can be use as a syntax to replace it with userview key value.
Thai |
---|
ไม่ได้ใช้โดยระบบ สามารถใช้เป็นไวยากรณ์เพื่อแทนที่ด้วยค่าคีย์ userview |
Thai |
---|
รายละเอียดวิธีการ |
Thai |
---|
วิธีการเชิงนามธรรม |
public org.joget.apps.datalist.model.DataListColumn[] getColumns()
Columns meta returned by the binder. Field "name", "label" and "sortable" are needed by system.
Thai |
---|
คอลัมน์ส่งกลับโดย binder ระบบต้องการฟิลด์ "name", "label" และ "sortable" |
public java.lang.String getPrimaryKeyColumnName()
The primary key / identifier column for the data
Thai |
---|
คอลัมน์คีย์ / ตัวระบุหลักสำหรับข้อมูล |
public org.joget.apps.datalist.model.DataListCollection getData(org.joget.apps.datalist.model.DataList dataList, java.util.Map properties, org.joget.apps.datalist.model.DataListFilterQueryObject[] filterQueryObjects, java.lang.String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows)
The data rows returned by the binder based on the current filter.
Thai |
---|
แถวข้อมูลที่ส่งคืนโดย binder ขึ้นอยู่กับตัวกรองปัจจุบัน |
public int getDataTotalRowCount(org.joget.apps.datalist.model.DataList dataList, java.util.Map properties, org.joget.apps.datalist.model.DataListFilterQueryObject[] filterQueryObjects)
Total number of rows returned based on the current filter.
Thai |
---|
จำนวนแถวทั้งหมดที่ส่งคืนตามตัวกรองปัจจุบัน |
Thai |
---|
วิธีการ Overridable |
public java.lang.String getColumnName(java.lang.String name)
To get the actual column name
Thai |
---|
เพื่อรับชื่อคอลัมน์จริง |
...
Construct filter conditions
Thai |
---|
สร้างเงื่อนไขตัวกรอง |
Thai |
---|
ตัวเลือกคุณสมบัติปลั๊กอิน |
Please refer to Plugin Properties Options for more information.
Thai |
---|
โปรดดูตัวเลือก Plugin Properties Options สำหรับข้อมูลเพิ่มเติม |
Thai |
---|
สอน |
Thai |
---|
ปลั๊กอินที่เกี่ยวข้อง |
Thai |
---|
Binder แบบฟอร์มข้อมูล |
...