org.geebis.books.action.navigator
Class NavigatorAction

java.lang.Object
  extended by org.geebis.books.action.navigator.NavigatorAction
All Implemented Interfaces:
Navigator

@Name(value="navigator")
public class NavigatorAction
extends java.lang.Object
implements Navigator


Constructor Summary
NavigatorAction()
           
 
Method Summary
 void destroy()
           
 NavigatorItemList getOfficeNavigatorItems()
           
 java.lang.String go()
           
 void reorder(java.lang.String orderString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigatorAction

public NavigatorAction()
Method Detail

getOfficeNavigatorItems

@Factory(value="officeNavigatorItems")
public NavigatorItemList getOfficeNavigatorItems()
Specified by:
getOfficeNavigatorItems in interface Navigator

reorder

public void reorder(java.lang.String orderString)
Specified by:
reorder in interface Navigator

go

public java.lang.String go()
Specified by:
go in interface Navigator

destroy

@Destroy
public void destroy()
Specified by:
destroy in interface Navigator