|
|||||||||
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.categories.EditCategoryDialog
public class EditCategoryDialog
Field Summary | |
---|---|
protected UIRichList |
categoriesRichList
Component references |
protected org.alfresco.service.cmr.search.CategoryService |
categoryService
|
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
---|
browseBean, isFinished, navigator, parameters |
Constructor Summary | |
---|---|
EditCategoryDialog()
|
Method Summary | |
---|---|
protected java.lang.String |
doPostCommitProcessing(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs any post commit processing subclasses may want to provide |
java.lang.String |
finishEdit()
|
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard. |
Node |
getActionCategory()
|
UIRichList |
getCategoriesRichList()
|
Node |
getCategory()
|
java.lang.String |
getContainerTitle()
Returns the title to be used for the dialog |
java.lang.String |
getDescription()
|
boolean |
getFinishButtonDisabled()
Determines whether the finish button on the dialog should be disabled |
java.lang.String |
getFinishButtonLabel()
Returns the label to use for the finish button |
java.util.List |
getLocation()
|
java.util.Collection |
getMembers()
|
java.lang.String |
getName()
|
void |
init(java.util.Map parameters)
Initialises the dialog bean |
void |
setActionCategory(Node node)
|
void |
setCategoriesRichList(UIRichList categoriesRichList)
|
void |
setCategory(Node category)
|
void |
setCategoryService(org.alfresco.service.cmr.search.CategoryService categoryService)
|
void |
setDescription(java.lang.String description)
|
void |
setLocation(java.util.List location)
|
void |
setMembers(java.util.Collection members)
|
void |
setName(java.lang.String name)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected transient org.alfresco.service.cmr.search.CategoryService categoryService
protected UIRichList categoriesRichList
Constructor Detail |
---|
public EditCategoryDialog()
Method Detail |
---|
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 doPostCommitProcessing(javax.faces.context.FacesContext context, java.lang.String outcome)
BaseDialogBean
doPostCommitProcessing
in class BaseDialogBean
context
- FacesContextoutcome
- The default outcome
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public UIRichList getCategoriesRichList()
public void setCategoriesRichList(UIRichList categoriesRichList)
public void setCategoryService(org.alfresco.service.cmr.search.CategoryService categoryService)
public Node getCategory()
public void setCategory(Node category)
public java.util.Collection getMembers()
public void setMembers(java.util.Collection members)
public void setActionCategory(Node node)
public Node getActionCategory()
public boolean getFinishButtonDisabled()
IDialogBean
getFinishButtonDisabled
in interface IDialogBean
getFinishButtonDisabled
in class BaseDialogBean
protected 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 getFinishButtonLabel()
IDialogBean
getFinishButtonLabel
in interface IDialogBean
getFinishButtonLabel
in class BaseDialogBean
public void setLocation(java.util.List location)
public java.util.List getLocation()
public java.lang.String finishEdit()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |