|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ewc.workflow.AbstractItemViewerCtx.FlowHandler
This class handles the AbstractItemViewerCtx
default flow. You
can override some methods to change the default flow handling.
Constructor Summary | |
AbstractItemViewerCtx.FlowHandler()
|
Method Summary | |
java.lang.String |
getEditItemPath()
Returns the default "editItem" path |
protected java.lang.String |
getGoBackPath()
Returns the default "goBack" path |
protected boolean |
onEdit(java.lang.Object itemToEdit)
Callback method that is called when the user throws AbstractItemViewerCtx.editItem() . |
protected boolean |
onGoBack()
Callback method that is called when the user throws AbstractItemViewerCtx.goBack() . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractItemViewerCtx.FlowHandler()
Method Detail |
protected boolean onGoBack()
AbstractItemViewerCtx.goBack()
. Should return true to continue. By default
returns true.
protected java.lang.String getGoBackPath()
protected boolean onEdit(java.lang.Object itemToEdit)
AbstractItemViewerCtx.editItem()
. Should return true to continue to the new
object edition. By default returns true.
public java.lang.String getEditItemPath()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |