|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.xbus.admin.html.NavigationBean
public class NavigationBean
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 |
---|
public NavigationBean()
Method Detail |
---|
public void setTarget(java.lang.String newTarget)
checkNavigateVector(String)
for comparing with the presence and stores only open lines from the menu.
newTarget
- - String with the selected command.public java.lang.String getNavigationAsTableRows()
clickedNavigateVector
,
getNavigationAsTableRows()
composes and returnes String
with the currently menu to the NavigationPage
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |