You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Usages

Abstract Class

org.joget.apps.userview.model.UserviewMenu

Field Detail

Constants
REDIRECT_URL_PROPERTY
public static final String REDIRECT_URL_PROPERTY = "userviewRedirectUrl";

Property key to set a url for redirection.

REDIRECT_PARENT_PROPERTY
public static final String REDIRECT_PARENT_PROPERTY = "userviewRedirectParent";

Property key to set the redirection target to parent window. The property expecting "true" or "false" as value.

ALERT_MESSAGE_PROPERTY
public static final String ALERT_MESSAGE_PROPERTY = "userviewAlertMessage";

Property key to set a alert message to show when a page loaded.

Method Detail

Abstract Methods
getCategory
getIcon
getRenderPage
isHomePageSupported
getDecoratedMenu
Overridable Methods
getMenu
getJspPage
Utility Methods
getReadyJspPage
getReadyRenderPage
getUserview
setUserview
public void setUserview(Userview userview)
setRedirectUrl
public void setRedirectUrl(String redirectUrl)
setRedirectUrl
public void setRedirectUrl(String redirectUrl, boolean redirectToParent)
setAlertMessage
public void setAlertMessage(String message)

Plugin Properties Options

Tutorials

  • Not available right now

Related Community Plugins

  • Not available right now
  • No labels