|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.dialog.BaseDialogBean
org.alfresco.web.bean.workflow.ManageTaskDialog
org.alfresco.web.bean.workflow.ViewCompletedTaskDialog
public class ViewCompletedTaskDialog
Bean implementation for the "View Completed Task" dialog.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.alfresco.web.bean.workflow.ManageTaskDialog |
---|
ManageTaskDialog.TaskCompleteResolver |
Field Summary |
---|
Fields inherited from class org.alfresco.web.bean.workflow.ManageTaskDialog |
---|
CLIENT_ID_PREFIX, completeResolver, ID_PREFIX, isItemBeingAdded, itemsToAdd, packageItemsRichList, packageItemsToAdd, packageItemsToRemove, resources, taskNode, workflowPackage |
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
---|
browseBean, isFinished, navigator, parameters |
Constructor Summary | |
---|---|
ViewCompletedTaskDialog()
|
Method Summary | |
---|---|
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard. |
java.util.List |
getAdditionalButtons()
Returns a list of additional buttons to display in the dialog. |
java.lang.String |
getCancelButtonLabel()
Returns the label to use for the cancel button |
java.lang.String |
getContainerTitle()
Returns the title to be used for the dialog |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewCompletedTaskDialog()
Method Detail |
---|
protected java.lang.String finishImpl(javax.faces.context.FacesContext context, java.lang.String outcome) throws java.lang.Exception
BaseDialogBean
finishImpl
in class ManageTaskDialog
context
- FacesContextoutcome
- The default outcome
java.lang.Exception
public java.lang.String getCancelButtonLabel()
IDialogBean
getCancelButtonLabel
in interface IDialogBean
getCancelButtonLabel
in class BaseDialogBean
public java.util.List getAdditionalButtons()
IDialogBean
getAdditionalButtons
in interface IDialogBean
getAdditionalButtons
in class ManageTaskDialog
public java.lang.String getContainerTitle()
IDialogBean
If this returns null the DialogManager will lookup the title via the dialog configuration
getContainerTitle
in interface IDialogBean
getContainerTitle
in class ManageTaskDialog
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |