public class DashboardWizard extends BaseWizardBean
browseBean, isFinished, navigator, parameters
Constructor and Description |
---|
DashboardWizard() |
Modifier and Type | Method and Description |
---|---|
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
|
back, buildSummary, getBackButtonLabel, getDefaultCancelOutcome, getDefaultFinishOutcome, getFinishButtonLabel, getNextButtonDisabled, getNextButtonLabel, getStepDescription, getStepTitle, next
cancel, doPostCommitProcessing, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getContainerTitle, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getFinishButtonDisabled, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, isFinished, restored, setBrowseBean, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator, setNodeService, setSearchService
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cancel, finish, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getContainerDescription, getContainerSubTitle, getContainerTitle, getFinishButtonDisabled, getMoreActionsConfigId, isFinished, restored
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 outcomejava.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)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.