net.sf.xbus.admin.html
Class NavigationBean

java.lang.Object
  extended by net.sf.xbus.admin.html.NavigationBean

public class NavigationBean
extends java.lang.Object

The NavigationBean is critical for the compositions of navigation menu.


Constructor Summary
NavigationBean()
           
 
Method Summary
 java.lang.String getNavigationAsTableRows()
          Depending on the presence in clickedNavigateVector, getNavigationAsTableRows() composes and returnes String with the currently menu to the NavigationPage.
 void setTarget(java.lang.String newTarget)
          Allows you to set the property target and transfers this new selected command to the checkNavigateVector(String) for comparing with the presence and stores only open lines from the menu.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationBean

public NavigationBean()
Method Detail

setTarget

public void setTarget(java.lang.String newTarget)
Allows you to set the property target and transfers this new selected command to the checkNavigateVector(String) for comparing with the presence and stores only open lines from the menu.

Parameters:
newTarget - - String with the selected command.

getNavigationAsTableRows

public java.lang.String getNavigationAsTableRows()
Depending on the presence in clickedNavigateVector, getNavigationAsTableRows() composes and returnes String with the currently menu to the NavigationPage.

Returns:
String - currently menu.