com.logicaldoc.web.navigation
Class NavigationBean

java.lang.Object
  extended by com.logicaldoc.web.navigation.NavigationBean
Direct Known Subclasses:
DocumentNavigation

public class NavigationBean
extends java.lang.Object

The NavigationBean class is responsible for storing the state of the panel stacks which display dynamic content.

Since:
3.0
Author:
Marco Meschieri, Alessandro Gasparini - Logical Objects

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

NavigationBean

public NavigationBean()
Method Detail

getSelectedPanel

public PageContentBean getSelectedPanel()
Gets the currently selected content panel.

Returns:
currently selected content panel.

setSelectedPanel

public void setSelectedPanel(PageContentBean content)
Sets the selected panel to the specified content.

Parameters:
content - a not null page content bean.

back

public java.lang.String back()
Handles back button


getHistorySize

public int getHistorySize()


Copyright © 2008-2010 Logical Objects. All Rights Reserved.