Class JasperMediaChoosePage
- java.lang.Object
-
- de.hybris.platform.cockpit.wizards.impl.DefaultPage
-
- de.hybris.platform.cockpit.wizards.generic.AbstractGenericItemPage
-
- de.hybris.platform.cockpit.reports.wizards.JasperMediaChoosePage
-
- All Implemented Interfaces:
GenericItemWizardPage
,WizardPage
public class JasperMediaChoosePage extends AbstractGenericItemPage
Wizard page forNewJasperReportWizard
, allows to choose report.
-
-
Field Summary
Fields Modifier and Type Field Description protected TypedObject
chosenReference
static java.lang.String
DEFAULT_ELEMENT_IMAGE
protected static java.lang.String
SCLASS_ELEMENT_BOX
protected static java.lang.String
SCLASS_ELEMENT_IMAGE
protected static java.lang.String
SCLASS_ELEMENT_NAME
protected static java.lang.String
TYPE_SELECTOR_CMSWIZARD_PAGE_SCLASS
protected static java.lang.String
TYPE_SELECTOR_CMSWIZARD_ROW_SCLASS
-
Fields inherited from class de.hybris.platform.cockpit.wizards.generic.AbstractGenericItemPage
CONTENT_ELEMENT_CONFIG, ERROR_SCLASS_ELEMENT_BOX_EDITOR, ERROR_SCLASS_WIZARD_CNT, errorContainer, INFO_SCLASS_ELEMENT_BOX_EDITOR, INFO_SCLASS_WIZARD_CNT, pageContainer, pageContent, SCLASS_ELEMENT_BOX_EDITOR, WARNING_SCLASS_ELEMENT_BOX_EDITOR, WARNING_SCLASS_WIZARD_CNT, WIZARD_ERROR_CNT_SCLASS, WIZARD_PAGE_CNT_SCLASS, WIZARD_PAGE_CONTENT_CNT_SCLASS
-
Fields inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPage
height, title, width, wizard
-
-
Constructor Summary
Constructors Constructor Description JasperMediaChoosePage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.zkoss.zk.ui.Component
createRepresentationItself()
This is an general method responsible for creating UI representation of given pageTypedObject
getChosenReference()
-
Methods inherited from class de.hybris.platform.cockpit.wizards.generic.AbstractGenericItemPage
clearPageComponents, getDisplayedAttributes, getErrorContainer, getNextPageWizardId, getPageContainer, getPageContent, getWizard, handleMessages, isCauseError, setDisplayedAttributes, setNextPageWizardId
-
Methods inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPage
getAttributes, getComponentURI, getController, getCurrentController, getHeight, getId, getPageComponent, getTitle, getWidth, initView, renderView, setComponentURI, setController, setId, setPageComponent, setTitle, setWizard
-
-
-
-
Field Detail
-
DEFAULT_ELEMENT_IMAGE
public static final java.lang.String DEFAULT_ELEMENT_IMAGE
- See Also:
- Constant Field Values
-
SCLASS_ELEMENT_BOX
protected static final java.lang.String SCLASS_ELEMENT_BOX
- See Also:
- Constant Field Values
-
SCLASS_ELEMENT_IMAGE
protected static final java.lang.String SCLASS_ELEMENT_IMAGE
- See Also:
- Constant Field Values
-
SCLASS_ELEMENT_NAME
protected static final java.lang.String SCLASS_ELEMENT_NAME
- See Also:
- Constant Field Values
-
TYPE_SELECTOR_CMSWIZARD_PAGE_SCLASS
protected static final java.lang.String TYPE_SELECTOR_CMSWIZARD_PAGE_SCLASS
- See Also:
- Constant Field Values
-
TYPE_SELECTOR_CMSWIZARD_ROW_SCLASS
protected static final java.lang.String TYPE_SELECTOR_CMSWIZARD_ROW_SCLASS
- See Also:
- Constant Field Values
-
chosenReference
protected TypedObject chosenReference
-
-
Method Detail
-
getChosenReference
public TypedObject getChosenReference()
- Returns:
- the chosenReference
-
createRepresentationItself
public org.zkoss.zk.ui.Component createRepresentationItself()
Description copied from class:AbstractGenericItemPage
This is an general method responsible for creating UI representation of given page Note:
Here we should create graphical representation of particular page- Specified by:
createRepresentationItself
in interfaceGenericItemWizardPage
- Specified by:
createRepresentationItself
in classAbstractGenericItemPage
-
-