Class NewJasperReportWizard
- java.lang.Object
-
- de.hybris.platform.cockpit.reports.wizards.NewJasperReportWizard
-
public class NewJasperReportWizard extends java.lang.ObjectWizard to create new jasper widget. Contains three pages:FillParametersPage,JasperMediaChoosePage,UploadJasperMediaPage
-
-
Field Summary
Fields Modifier and Type Field Description protected BrowserModelbrowserModelprotected static java.lang.StringCMSITEM_UID_PREFIXprotected CreateContextcreateContextprotected ObjectTemplatecurrentTypeprotected static java.lang.StringDEFAULT_ELEMENT_IMAGEprotected static java.lang.StringDEFAULT_WIZARD_FRAMEprotected org.zkoss.zk.ui.Componentparentprotected UIConfigurationServiceuiConfigurationServiceprotected static java.lang.StringWIZARD_CONFIG
-
Constructor Summary
Constructors Constructor Description NewJasperReportWizard(ObjectTemplate currentType, org.zkoss.zk.ui.Component parent, BrowserModel browserModel)NewJasperReportWizard(org.zkoss.zk.ui.Component parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WidgetParameterModelcreateRefreshParameter()voiddoAfterDone(AbstractGenericItemPage page)TypeServicegetTypeService()protected UIConfigurationServicegetUIConfigurationService()protected WizardConfigurationgetWizardConfiguration()voidsetCreateContext(CreateContext createContext)Wizardstart()
-
-
-
Field Detail
-
WIZARD_CONFIG
protected static final java.lang.String WIZARD_CONFIG
- See Also:
- Constant Field Values
-
DEFAULT_WIZARD_FRAME
protected static final java.lang.String DEFAULT_WIZARD_FRAME
- See Also:
- Constant Field Values
-
CMSITEM_UID_PREFIX
protected static final java.lang.String CMSITEM_UID_PREFIX
- See Also:
- Constant Field Values
-
DEFAULT_ELEMENT_IMAGE
protected static final java.lang.String DEFAULT_ELEMENT_IMAGE
- See Also:
- Constant Field Values
-
parent
protected org.zkoss.zk.ui.Component parent
-
currentType
protected ObjectTemplate currentType
-
browserModel
protected BrowserModel browserModel
-
createContext
protected CreateContext createContext
-
uiConfigurationService
protected UIConfigurationService uiConfigurationService
-
-
Constructor Detail
-
NewJasperReportWizard
public NewJasperReportWizard(ObjectTemplate currentType, org.zkoss.zk.ui.Component parent, BrowserModel browserModel)
-
NewJasperReportWizard
public NewJasperReportWizard(org.zkoss.zk.ui.Component parent)
-
-
Method Detail
-
setCreateContext
public void setCreateContext(CreateContext createContext)
-
getWizardConfiguration
protected WizardConfiguration getWizardConfiguration()
-
start
public Wizard start()
-
getUIConfigurationService
protected UIConfigurationService getUIConfigurationService()
-
doAfterDone
public void doAfterDone(AbstractGenericItemPage page)
-
createRefreshParameter
protected WidgetParameterModel createRefreshParameter()
-
getTypeService
public TypeService getTypeService()
-
-