Class AddCommentItemPage
java.lang.Object
de.hybris.platform.cockpit.wizards.impl.DefaultPage
de.hybris.platform.cockpit.wizards.comments.AddCommentItemPage
- All Implemented Interfaces:
WizardPage
-
Field Summary
Fields inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPage
height, title, width, wizard -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrenderView(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 javaMethods inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPage
getAttributes, getComponentURI, getCurrentController, getHeight, getId, getPageComponent, getTitle, getWidth, getWizard, handleMessages, initView, setComponentURI, setController, setId, setPageComponent, setTitle, setWizard
-
Constructor Details
-
AddCommentItemPage
public AddCommentItemPage()
-
-
Method Details
-
renderView
public void renderView(org.zkoss.zk.ui.Component parent) Description copied from class:DefaultPageif 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- Overrides:
renderViewin classDefaultPage
-
getController
- Specified by:
getControllerin interfaceWizardPage- Overrides:
getControllerin classDefaultPage
-