public class DefaultPage extends Object implements WizardPage
| Modifier and Type | Field and Description |
|---|---|
protected String |
height |
protected String |
title |
protected String |
width |
protected Wizard |
wizard |
| Constructor and Description |
|---|
DefaultPage() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAttributes() |
String |
getComponentURI() |
WizardPageController |
getController() |
WizardPageController |
getCurrentController() |
String |
getHeight() |
String |
getId() |
Component |
getPageComponent() |
String |
getTitle() |
String |
getWidth() |
Wizard |
getWizard() |
protected void |
handleMessages(List<Message> messages) |
void |
initView(Wizard wizard,
Component comp) |
void |
renderView(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
|
void |
setComponentURI(String componentURI) |
void |
setController(WizardPageController controller) |
void |
setId(String id) |
protected void |
setPageComponent(Component pageComponent) |
void |
setTitle(String i3key)
Sets the i3 key for title
|
void |
setWizard(Wizard wizard) |
protected String title
protected Wizard wizard
protected String width
protected String height
public String getWidth()
getWidth in interface WizardPagepublic String getHeight()
getHeight in interface WizardPagepublic String getComponentURI()
getComponentURI in interface WizardPagepublic void setComponentURI(String componentURI)
public void setTitle(String i3key)
i3key - the i3 key for the titlepublic String getTitle()
getTitle in interface WizardPagepublic WizardPageController getController()
getController in interface WizardPagepublic void setController(WizardPageController controller)
public String getId()
getId in interface WizardPagepublic void setId(String id)
public Wizard getWizard()
public Component getPageComponent()
public WizardPageController getCurrentController()
public void initView(Wizard wizard, Component comp)
initView in interface WizardPagepublic void setWizard(Wizard wizard)
protected void setPageComponent(Component pageComponent)
public Map<String,Object> getAttributes()
getAttributes in interface WizardPagepublic void renderView(Component parent)
Copyright © 2017 SAP SE. All Rights Reserved.