Class NewJasperReportWizard
- java.lang.Object
-
- de.hybris.platform.cockpit.reports.wizards.NewJasperReportWizard
-
public class NewJasperReportWizard extends java.lang.Object
Wizard to create new jasper widget. Contains three pages:FillParametersPage
,JasperMediaChoosePage
,UploadJasperMediaPage
-
-
Field Summary
Fields Modifier and Type Field Description protected BrowserModel
browserModel
protected static java.lang.String
CMSITEM_UID_PREFIX
protected CreateContext
createContext
protected ObjectTemplate
currentType
protected static java.lang.String
DEFAULT_ELEMENT_IMAGE
protected static java.lang.String
DEFAULT_WIZARD_FRAME
protected org.zkoss.zk.ui.Component
parent
protected UIConfigurationService
uiConfigurationService
protected static java.lang.String
WIZARD_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 WidgetParameterModel
createRefreshParameter()
void
doAfterDone(AbstractGenericItemPage page)
TypeService
getTypeService()
protected UIConfigurationService
getUIConfigurationService()
protected WizardConfiguration
getWizardConfiguration()
void
setCreateContext(CreateContext createContext)
Wizard
start()
-
-
-
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()
-
-