org.jtheque.books.view.controllers.state.book
Class ViewBookState
java.lang.Object
org.jtheque.books.view.controllers.state.book.ViewBookState
- All Implemented Interfaces:
- org.jtheque.primary.controller.able.ControllerState
public final class ViewBookState
- extends Object
- implements org.jtheque.primary.controller.able.ControllerState
The state "view" of the book view.
- Author:
- Baptiste Wicht
Method Summary |
void |
apply()
|
org.jtheque.primary.controller.able.ControllerState |
autoEdit(org.jtheque.primary.od.able.Data data)
|
org.jtheque.primary.controller.able.ControllerState |
cancel()
|
org.jtheque.primary.controller.able.ControllerState |
create()
|
org.jtheque.primary.controller.able.ControllerState |
delete()
|
org.jtheque.primary.controller.able.ControllerState |
manualEdit()
|
org.jtheque.primary.controller.able.ControllerState |
save(org.jtheque.primary.controller.able.FormBean bean)
|
org.jtheque.primary.controller.able.ControllerState |
view(org.jtheque.primary.od.able.Data data)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewBookState
public ViewBookState()
apply
public void apply()
- Specified by:
apply
in interface org.jtheque.primary.controller.able.ControllerState
autoEdit
public org.jtheque.primary.controller.able.ControllerState autoEdit(org.jtheque.primary.od.able.Data data)
- Specified by:
autoEdit
in interface org.jtheque.primary.controller.able.ControllerState
save
public org.jtheque.primary.controller.able.ControllerState save(org.jtheque.primary.controller.able.FormBean bean)
- Specified by:
save
in interface org.jtheque.primary.controller.able.ControllerState
cancel
public org.jtheque.primary.controller.able.ControllerState cancel()
- Specified by:
cancel
in interface org.jtheque.primary.controller.able.ControllerState
create
public org.jtheque.primary.controller.able.ControllerState create()
- Specified by:
create
in interface org.jtheque.primary.controller.able.ControllerState
manualEdit
public org.jtheque.primary.controller.able.ControllerState manualEdit()
- Specified by:
manualEdit
in interface org.jtheque.primary.controller.able.ControllerState
delete
public org.jtheque.primary.controller.able.ControllerState delete()
- Specified by:
delete
in interface org.jtheque.primary.controller.able.ControllerState
view
public org.jtheque.primary.controller.able.ControllerState view(org.jtheque.primary.od.able.Data data)
- Specified by:
view
in interface org.jtheque.primary.controller.able.ControllerState
Copyright © 2010 JTheque. All Rights Reserved.