Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
public java.lang.String getLinkLabel()
Descriptive name for the action
public java.lang.String getHref()
Optional link to a URL
public java.lang.String getTarget()
Optional link to a URL
public java.lang.String getHrefParam()
Name of the parameter if linked, separated by semicolon ";" if has multiple.
public java.lang.String getHrefColumn()
Name of the column to use for the param value if linked, separated by semicolon ";" if has multiple.
public java.lang.String getConfirmation()
Message for confirmation
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
public java.lang.Boolean getVisibleOnNoRecord();
Flag that decide to show an action object or not
Default to the value of property "visible".
{ label : '@@datalist.hyperlinkdatalistaction.visible@@', name : 'visible', type : 'checkbox', options : [ {'value' : 'true', 'label' : ''} ] }