Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

public abstract String getCategory()

Category to be displayed in Userview Builder palette 

getIcon
public abstract String getIcon()

Icon path to be displayed in Userview Builder palette

getRenderPage
public abstract String getRenderPage()

Get render HTML template for UI

isHomePageSupported
public abstract boolean isHomePageSupported()

Used to determine this menu item can used as home page or not.

getDecoratedMenu
public abstract String getDecoratedMenu()

Get Decorated menu HTML for rendering.

Overridable Methods
getMenu
public String getMenu()

Get menu html for rendering. It will call getDecoratedMenu method to retrieve the menu HTML. If empty value is return, a default menu HTML will be generated based on getURL method and "label" property.

getJspPage
public String getJspPage()

Get path of JSP file to render the HTML template. If this value is not NULL, value returned by getRenderPage will be ignored.

It is used to use the system predefined template for rendering. Options are as following:

- userview/plugin/datalist.jsp

- userview/plugin/form.jsp

- userview/plugin/runProcess.jsp

- userview/plugin/unauthorized.jsp

Utility Methods
getUrl
public String getUrl()

...