Usages

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

Abstract Class

ชั้นนามธรรม

org.joget.apps.datalist.model.DataListActionDefault

Method Detail

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

Abstract Methods
วิธีการเชิงนามธรรม
getLinkLabel
public java.lang.String getLinkLabel()

Descriptive name for the action

ชื่อที่สื่อความหมายสำหรับการกระทำ

getHref
public java.lang.String getHref()

Optional link to a URL

ลิงค์ตัวเลือกไปยัง URL

getTarget
public java.lang.String getTarget()

Optional link to a URL

ลิงค์ตัวเลือกไปยัง URL

getHrefParam
public java.lang.String getHrefParam()

Name of the parameter if linked, separated by semicolon ";" if has multiple.

ชื่อของพารามิเตอร์หากเชื่อมโยงคั่นด้วยเครื่องหมายอัฒภาค ";" ถ้ามีหลายค่า

getHrefColumn
public java.lang.String getHrefColumn()

Name of the column to use for the param value if linked, separated by semicolon ";" if has multiple.

ชื่อของคอลัมน์ที่จะใช้สำหรับค่าพารามิเตอร์หากเชื่อมโยงคั่นด้วยเครื่องหมายอัฒภาค ";" ถ้ามีหลายค่า

getConfirmation
public java.lang.String getConfirmation()

Message for confirmation

ข้อความยืนยัน

executeAction
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

วิธีการดำเนินการกับแถวที่เลือก

Overridable Methods
วิธีการ Overridable 
getVisibleOnNoRecord
public java.lang.Boolean getVisibleOnNoRecord();

Flag that decide to show an action object or not

Default to the value of property "visible".

ค่าเริ่มต้นเป็นค่าของคุณสมบัติ "visible"

Plugin Properties Options

ตัวเลือกคุณสมบัติปลั๊กอิน

Predefined Property  

คุณสมบัติที่กำหนดไว้ล่วงหน้า

visible

มองเห็นได้

    {
        label : '@@datalist.hyperlinkdatalistaction.visible@@',
        name : 'visible',
        type : 'checkbox',
        options : [
            {'value' : 'true', 'label' : ''}
        ]
    }

Tutorials

สอน

Related Community Plugins

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