| |
|
| java.lang.Object org.jaffa.components.navigation.NavOption
NavOption | public class NavOption (Code) | | This object represents a node in the menu structure
author: JonnyR |
TYPE_COMPONENT | final public static String TYPE_COMPONENT(Code) | | |
getChildren | public List getChildren()(Code) | | Returns a list of children (navOptions) that are under this node in the structure
List continaing navOption objects |
getComponent | public String getComponent()(Code) | | Returns the component's ID in case the URL has to be built my hand.
Returns a string that is the component's ID |
getDesktopId | public String getDesktopId()(Code) | | Returns the unique Id assigned to this desktop.
Returns a string that is the desktop's ID |
getLabel | public String getLabel()(Code) | | Method returns the String for the menu option
String that is the text to be displayed on the menu |
getParameters | public String getParameters()(Code) | | Returns a string of any parameters necessary for the URL.
Returns a string that is any paramaters necessary for the URL. |
getStrutsTileTemplate | public String getStrutsTileTemplate()(Code) | | Returns the StrutsTileTemplate
Returns the StrutsTileTemplate of menu option |
getType | public String getType()(Code) | | Returns the menu type
Returns the type of menu option |
getURL | public String getURL()(Code) | | Returns a URL that will either be complete or partial.
The String to build the URL on the HTML page. |
isComponent | public boolean isComponent()(Code) | | Returns the menu type
Returns true if this is a component action |
isDesktop | public boolean isDesktop()(Code) | | Returns the menu type
Returns true if this is a desktop |
isSubMenu | public boolean isSubMenu()(Code) | | Returns the menu type
Returns true if this is a sub menu, either in the Global or Desktop menu |
isURL | public boolean isURL()(Code) | | Returns the menu type
Returns true if this is a url action |
|
|
|