Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
public String getUrl()
Gets URL of this menu
public void setUrl(String url)
Sets URL of this menu
public String getKey()
Gets userview key of this menu
public void setKey(String key)
Sets userview key of this menu
public java.util.Map getRequestParameters()
...
public String getReadyJspPage()
Used by the system to retrieve the JSP file page to avoid the logic to run again. It will called the getJspPage method once to initial the value.
public String getReadyRenderPage()
Used by the system to retrieve the HTML template to avoid the logic to run again. It will called the getRenderPage method once to initial the value.
public Userview getUserview()
Gets the userview which this menu is belongs to.
public void setUserview(Userview userview)
Sets the userview which this menu is belongs to.
public void setRedirectUrl(String redirectUrl)
Set this property to force the userview to redirect to a specific URL.
public void setRedirectUrl(String redirectUrl, boolean redirectToParent)
Set this property to force the userview to redirect to a specific URL with option to redirect in the parent window.
public void setAlertMessage(String message)
Set this property to display an alert message/prompt.
...