|
|||||||||
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.wizard.BaseWizardBean
org.alfresco.web.bean.dashboard.DashboardWizard
public class DashboardWizard
Field Summary |
---|
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
---|
browseBean, isFinished, navigator, parameters |
Constructor Summary | |
---|---|
DashboardWizard()
|
Method Summary | |
---|---|
void |
addDashlets(javax.faces.event.ActionEvent event)
Action event handler called to Add dashlets to the selection for a column |
void |
dashletDown(javax.faces.event.ActionEvent event)
Action event called to move a dashlet down the column list |
void |
dashletUp(javax.faces.event.ActionEvent event)
Action event called to move a dashlet up the column list |
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard. |
java.util.List |
getAllDashlets()
|
boolean |
getAllowGuestConfig()
|
int |
getColumn()
|
int |
getColumnCount()
|
int |
getColumnDashletCount()
|
java.util.List |
getColumnDashlets()
|
int |
getColumnMax()
|
javax.faces.model.SelectItem[] |
getColumns()
|
java.lang.String |
getLayout()
|
java.util.List |
getLayoutDescriptions()
|
java.util.List |
getLayoutIcons()
|
java.lang.String |
getSummary()
|
void |
init(java.util.Map parameters)
Initialises the dialog bean |
void |
removeDashlet(javax.faces.event.ActionEvent event)
Action handler called to Remove a dashlet from the selection for a column |
void |
setColumn(int column)
Set the index of the column being edited in the columns wizard page. |
void |
setDashboardManager(DashboardManager dashboardManager)
|
void |
setLayout(java.lang.String layout)
Set the currently selected layout ID |
Methods inherited from class org.alfresco.web.bean.wizard.BaseWizardBean |
---|
back, buildSummary, getBackButtonLabel, getDefaultCancelOutcome, getDefaultFinishOutcome, getFinishButtonLabel, getNextButtonDisabled, getNextButtonLabel, getStepDescription, getStepTitle, next |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.alfresco.web.bean.dialog.IDialogBean |
---|
cancel, finish, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getContainerDescription, getContainerSubTitle, getContainerTitle, getFinishButtonDisabled, getMoreActionsConfigId, isFinished, restored |
Constructor Detail |
---|
public DashboardWizard()
Method Detail |
---|
public void setDashboardManager(DashboardManager dashboardManager)
dashboardManager
- The dashboardManager to set.public void init(java.util.Map parameters)
IDialogBean
init
in interface IDialogBean
init
in class BaseDialogBean
parameters
- Map of parameters for the dialogBaseDialogBean.init(java.util.Map)
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
BaseDialogBean.finishImpl(javax.faces.context.FacesContext, java.lang.String)
public java.lang.String getSummary()
public boolean getAllowGuestConfig()
public java.lang.String getLayout()
public void setLayout(java.lang.String layout)
public int getColumnCount()
public int getColumnMax()
public javax.faces.model.SelectItem[] getColumns()
public int getColumn()
public void setColumn(int column)
column
- Column indexpublic java.util.List getAllDashlets()
public java.util.List getColumnDashlets()
public int getColumnDashletCount()
public java.util.List getLayoutDescriptions()
public java.util.List getLayoutIcons()
public void addDashlets(javax.faces.event.ActionEvent event)
public void removeDashlet(javax.faces.event.ActionEvent event)
public void dashletUp(javax.faces.event.ActionEvent event)
public void dashletDown(javax.faces.event.ActionEvent event)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |