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 String |
finishImpl(javax.faces.context.FacesContext context,
String outcome)
Performs the actual processing for the wizard.
|
List<javax.faces.model.SelectItem> |
getAllDashlets() |
boolean |
getAllowGuestConfig() |
int |
getColumn() |
int |
getColumnCount() |
int |
getColumnDashletCount() |
List<javax.faces.model.SelectItem> |
getColumnDashlets() |
int |
getColumnMax() |
javax.faces.model.SelectItem[] |
getColumns() |
String |
getLayout() |
List<UIDescription> |
getLayoutDescriptions() |
List<UIListItem> |
getLayoutIcons() |
String |
getSummary() |
void |
init(Map<String,String> 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(String layout)
Set the currently selected layout ID
|
back, buildSummary, getBackButtonLabel, getDefaultCancelOutcome, getDefaultFinishOutcome, getFinishButtonLabel, getNextButtonDisabled, getNextButtonLabel, getStepDescription, getStepTitle, nextcancel, 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, setSearchServiceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancel, finish, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getContainerDescription, getContainerSubTitle, getContainerTitle, getFinishButtonDisabled, getMoreActionsConfigId, isFinished, restoredpublic void setDashboardManager(DashboardManager dashboardManager)
dashboardManager - The dashboardManager to set.public void init(Map<String,String> parameters)
IDialogBeaninit in interface IDialogBeaninit in class BaseDialogBeanparameters - Map of parameters for the dialogBaseDialogBean.init(java.util.Map)protected String finishImpl(javax.faces.context.FacesContext context, String outcome) throws Exception
BaseDialogBeanfinishImpl in class BaseDialogBeancontext - FacesContextoutcome - The default outcomeExceptionBaseDialogBean.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 javax.faces.model.SelectItem[] getColumns()
public int getColumn()
public void setColumn(int column)
column - Column indexpublic List<javax.faces.model.SelectItem> getAllDashlets()
public List<javax.faces.model.SelectItem> getColumnDashlets()
public int getColumnDashletCount()
public List<UIDescription> getLayoutDescriptions()
public List<UIListItem> 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–2018 Alfresco Software. All rights reserved.