Class DefaultPage
- java.lang.Object
-
- de.hybris.platform.cockpit.wizards.impl.DefaultPage
-
- All Implemented Interfaces:
WizardPage
- Direct Known Subclasses:
AbstractGenericItemPage,AddCommentItemPage
public class DefaultPage extends java.lang.Object implements WizardPage
This class was moved to ext/cockpit from productcockpit
-
-
Constructor Summary
Constructors Constructor Description DefaultPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>getAttributes()java.lang.StringgetComponentURI()WizardPageControllergetController()WizardPageControllergetCurrentController()java.lang.StringgetHeight()java.lang.StringgetId()org.zkoss.zk.ui.ComponentgetPageComponent()java.lang.StringgetTitle()java.lang.StringgetWidth()WizardgetWizard()protected voidhandleMessages(java.util.List<Message> messages)voidinitView(Wizard wizard, org.zkoss.zk.ui.Component comp)voidrenderView(org.zkoss.zk.ui.Component parent)if you don't want to specify a zul-file for your view, you can override this method and create your view components here in javavoidsetComponentURI(java.lang.String componentURI)voidsetController(WizardPageController controller)voidsetId(java.lang.String id)protected voidsetPageComponent(org.zkoss.zk.ui.Component pageComponent)voidsetTitle(java.lang.String i3key)Sets the i3 key for titlevoidsetWizard(Wizard wizard)
-
-
-
Field Detail
-
title
protected java.lang.String title
-
wizard
protected Wizard wizard
-
width
protected java.lang.String width
-
height
protected java.lang.String height
-
-
Method Detail
-
getWidth
public java.lang.String getWidth()
- Specified by:
getWidthin interfaceWizardPage- Returns:
- the width
-
getHeight
public java.lang.String getHeight()
- Specified by:
getHeightin interfaceWizardPage- Returns:
- the height
-
getComponentURI
public java.lang.String getComponentURI()
- Specified by:
getComponentURIin interfaceWizardPage
-
setComponentURI
public void setComponentURI(java.lang.String componentURI)
-
setTitle
public void setTitle(java.lang.String i3key)
Sets the i3 key for title- Parameters:
i3key- the i3 key for the title
-
getTitle
public java.lang.String getTitle()
- Specified by:
getTitlein interfaceWizardPage
-
getController
public WizardPageController getController()
- Specified by:
getControllerin interfaceWizardPage
-
setController
public void setController(WizardPageController controller)
-
getId
public java.lang.String getId()
- Specified by:
getIdin interfaceWizardPage
-
setId
public void setId(java.lang.String id)
-
getWizard
public Wizard getWizard()
-
getPageComponent
public org.zkoss.zk.ui.Component getPageComponent()
-
getCurrentController
public WizardPageController getCurrentController()
-
initView
public void initView(Wizard wizard, org.zkoss.zk.ui.Component comp)
- Specified by:
initViewin interfaceWizardPage
-
setWizard
public void setWizard(Wizard wizard)
-
setPageComponent
protected void setPageComponent(org.zkoss.zk.ui.Component pageComponent)
-
getAttributes
public java.util.Map<java.lang.String,java.lang.Object> getAttributes()
- Specified by:
getAttributesin interfaceWizardPage
-
handleMessages
protected void handleMessages(java.util.List<Message> messages)
-
renderView
public void renderView(org.zkoss.zk.ui.Component parent)
if you don't want to specify a zul-file for your view, you can override this method and create your view components here in java
-
-