|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.logicaldoc.web.navigation.NavigationBean
public class NavigationBean
The NavigationBean class is responsible for storing the state of the panel stacks which display dynamic content.
Constructor Summary | |
---|---|
NavigationBean()
|
Method Summary | |
---|---|
java.lang.String |
back()
Handles back button |
int |
getHistorySize()
|
PageContentBean |
getSelectedPanel()
Gets the currently selected content panel. |
void |
setSelectedPanel(PageContentBean content)
Sets the selected panel to the specified content. |
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 PageContentBean getSelectedPanel()
public void setSelectedPanel(PageContentBean content)
content
- a not null page content bean.public java.lang.String back()
public int getHistorySize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |