|
|||||||||
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.wcm.EditAvmFileDialog
public class EditAvmFileDialog
Field Summary | |
---|---|
protected AVMBrowseBean |
avmBrowseBean
AVM Browse Bean reference |
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
---|
browseBean, isFinished, navigator, parameters |
Constructor Summary | |
---|---|
EditAvmFileDialog()
|
Method Summary | |
---|---|
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard. |
AVMNode |
getAvmNode()
|
protected org.alfresco.service.cmr.avm.AVMService |
getAvmService()
|
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 |
java.lang.String |
getFileType32()
|
java.lang.String |
getUrl()
|
void |
init(java.util.Map parameters)
Initialises the dialog bean |
void |
setAvmBrowseBean(AVMBrowseBean avmBrowseBean)
|
void |
setAvmService(org.alfresco.service.cmr.avm.AVMService avmService)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AVMBrowseBean avmBrowseBean
Constructor Detail |
---|
public EditAvmFileDialog()
Method Detail |
---|
public void setAvmService(org.alfresco.service.cmr.avm.AVMService avmService)
avmService
- The avmService to set.protected org.alfresco.service.cmr.avm.AVMService getAvmService()
public void setAvmBrowseBean(AVMBrowseBean avmBrowseBean)
avmBrowseBean
- The AVMBrowseBean to set.public AVMNode getAvmNode()
public java.lang.String getFileType32()
public java.lang.String getUrl()
public void init(java.util.Map parameters)
IDialogBean
init
in interface IDialogBean
init
in class BaseDialogBean
parameters
- Map of parameters for the dialogprotected java.lang.String finishImpl(javax.faces.context.FacesContext context, java.lang.String outcome) throws java.lang.Exception
BaseDialogBean
finishImpl
in class BaseDialogBean
context
- FacesContextoutcome
- The default outcome
java.lang.Exception
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 BaseDialogBean
public java.lang.String getCancelButtonLabel()
IDialogBean
getCancelButtonLabel
in interface IDialogBean
getCancelButtonLabel
in class BaseDialogBean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |