Class UploadJasperMediaPage
java.lang.Object
de.hybris.platform.cockpit.wizards.impl.DefaultPage
de.hybris.platform.cockpit.wizards.generic.AbstractGenericItemPage
de.hybris.platform.cockpit.wizards.generic.UploadMediaPage
de.hybris.platform.cockpit.reports.wizards.UploadJasperMediaPage
- All Implemented Interfaces:
GenericItemWizardPage,WizardPage
Wizard page for
NewJasperReportWizard, allows to upload jasper report media.-
Field Summary
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_SCLASSFields inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPage
height, title, width, wizard -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.zkoss.zk.ui.ComponentcreateEditorRow(PropertyDescriptor propertyDescriptor) org.zkoss.zk.ui.ComponentThis is an general method responsible for creating UI representation of given pageprotected List<PropertyDescriptor>voidsetDisplayedAttributes(List<String> displayedAttributes) voidsetMediaCode(String mediaCode) voidsetMediaDescription(String mediaDescription) voidsetMediaTitle(String mediaTitle) Methods inherited from class de.hybris.platform.cockpit.wizards.generic.UploadMediaPage
createRowComponent, getController, getMedia, getMediaInfoService, getMediaService, setMedia, setMediaInfoService, setMediaService, updateMediaContent, updateMediaModelMethods inherited from class de.hybris.platform.cockpit.wizards.generic.AbstractGenericItemPage
clearPageComponents, getDisplayedAttributes, getErrorContainer, getNextPageWizardId, getPageContainer, getPageContent, getWizard, handleMessages, isCauseError, setNextPageWizardIdMethods inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPage
getAttributes, getComponentURI, getCurrentController, getHeight, getId, getPageComponent, getTitle, getWidth, initView, renderView, setComponentURI, setController, setId, setPageComponent, setTitle, setWizard
-
Constructor Details
-
UploadJasperMediaPage
public UploadJasperMediaPage()
-
-
Method Details
-
createRepresentationItself
public org.zkoss.zk.ui.Component createRepresentationItself()Description copied from class:AbstractGenericItemPageThis is an general method responsible for creating UI representation of given page Note:
Here we should create graphical representation of particular page- Specified by:
createRepresentationItselfin interfaceGenericItemWizardPage- Overrides:
createRepresentationItselfin classUploadMediaPage
-
createEditorRow
-
getProperties
-
setDisplayedAttributes
- Overrides:
setDisplayedAttributesin classAbstractGenericItemPage- Parameters:
displayedAttributes- the displayedAttributes to set
-
getMediaCode
-
setMediaCode
-
getMediaTitle
-
setMediaTitle
-
getMediaDescription
-
setMediaDescription
-
getValueContainer
-