public class DashboardWizard extends BaseWizardBean
browseBean, isFinished, navigator, parameters
Constructor and Description |
---|
DashboardWizard() |
Modifier and Type | Method and Description |
---|---|
void |
addDashlets(ActionEvent event)
Action event handler called to Add dashlets to the selection for a column
|
void |
dashletDown(ActionEvent event)
Action event called to move a dashlet down the column list
|
void |
dashletUp(ActionEvent event)
Action event called to move a dashlet up the column list
|
protected String |
finishImpl(FacesContext context,
String outcome)
Performs the actual processing for the wizard.
|
List<SelectItem> |
getAllDashlets() |
boolean |
getAllowGuestConfig() |
int |
getColumn() |
int |
getColumnCount() |
int |
getColumnDashletCount() |
List<SelectItem> |
getColumnDashlets() |
int |
getColumnMax() |
SelectItem[] |
getColumns() |
String |
getLayout() |
List<UIDescription> |
getLayoutDescriptions() |
List<UIListItem> |
getLayoutIcons() |
String |
getSummary() |
void |
init(Map<String,String> parameters)
Initialises the dialog bean
|
void |
removeDashlet(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(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(Map<String,String> parameters)
IDialogBean
init
in interface IDialogBean
init
in class BaseDialogBean
parameters
- Map of parameters for the dialogBaseDialogBean.init(java.util.Map)
protected String finishImpl(FacesContext context, String outcome) throws Exception
BaseDialogBean
finishImpl
in class BaseDialogBean
context
- FacesContextoutcome
- The default outcomeException
BaseDialogBean.finishImpl(javax.faces.context.FacesContext, java.lang.String)
public String getSummary()
public boolean getAllowGuestConfig()
public String getLayout()
public void setLayout(String layout)
public int getColumnCount()
public int getColumnMax()
public SelectItem[] getColumns()
public int getColumn()
public void setColumn(int column)
column
- Column indexpublic List<SelectItem> getAllDashlets()
public List<SelectItem> getColumnDashlets()
public int getColumnDashletCount()
public List<UIDescription> getLayoutDescriptions()
public List<UIListItem> getLayoutIcons()
public void addDashlets(ActionEvent event)
public void removeDashlet(ActionEvent event)
public void dashletUp(ActionEvent event)
public void dashletDown(ActionEvent event)
Copyright © 2005–2017 Alfresco Software. All rights reserved.