| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.components.navigation.NavOption
This object represents a node in the menu structure
| Field Summary | |
| static String | TYPE_COMPONENT | 
| static String | TYPE_DESKTOP | 
| static String | TYPE_SUB_MENU | 
| static String | TYPE_URL | 
| Constructor Summary | |
| NavOption(NavAccessor nav,
                   MenuOption mOpt)Creates a new instance of NavOption from a menu option. | |
| Method Summary | |
|  List | getChildren()Returns a list of children (navOptions) that are under this node in the structure | 
|  String | getComponent()Returns the component's ID in case the URL has to be built my hand. | 
|  String | getDesktopId()Returns the unique Id assigned to this desktop. | 
|  String | getLabel()Method returns the String for the menu option | 
|  String | getParameters()Returns a string of any parameters necessary for the URL. | 
|  String | getStrutsTileTemplate()Returns the StrutsTileTemplate | 
|  String | getType()Returns the menu type | 
|  String | getURL()Returns a URL that will either be complete or partial. | 
|  boolean | isComponent()Returns the menu type | 
|  boolean | isDesktop()Returns the menu type | 
|  boolean | isSubMenu()Returns the menu type | 
|  boolean | isURL()Returns the menu type | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static final String TYPE_COMPONENT
public static final String TYPE_DESKTOP
public static final String TYPE_URL
public static final String TYPE_SUB_MENU
| Constructor Detail | 
public NavOption(NavAccessor nav,
                 MenuOption mOpt)
          throws SecurityException
SecurityException - if the user should not have access to this option| Method Detail | 
public List getChildren()
public String getLabel()
public String getURL()
public String getParameters()
public String getComponent()
public String getDesktopId()
public String getType()
public String getStrutsTileTemplate()
public boolean isDesktop()
public boolean isSubMenu()
public boolean isComponent()
public boolean isURL()
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||