| Modifier and Type | Class and Description |
|---|---|
class |
ConstraintsMandatoryPage |
class |
ConstraintTypeSelectorPage
Deprecated.
since 6.3
|
| Modifier and Type | Class and Description |
|---|---|
class |
FillParametersPage
Wizard page for
NewJasperReportWizard, allows to fill parameters for report (title). |
class |
JasperMediaChoosePage
Wizard page for
NewJasperReportWizard, allows to choose report. |
class |
UploadJasperMediaPage
Wizard page for
NewJasperReportWizard, allows to upload jasper report media. |
| Modifier and Type | Field and Description |
|---|---|
protected WizardPage |
Wizard.currentPage |
| Modifier and Type | Method and Description |
|---|---|
WizardPage |
Wizard.getCurrentPage() |
WizardPage |
WizardPageController.getFirstPage(Wizard wizard)
Returns the first page of the wizard.
|
WizardPage |
Wizard.getPage(java.lang.String id) |
WizardPage |
Wizard.getPreviousPage() |
WizardPage |
WizardPageController.next(Wizard wizard,
WizardPage page)
Returns for the specified wizard page the next page.
|
WizardPage |
WizardPageController.previous(Wizard wizard,
WizardPage page)
Returns for the specified wizard page the previous page.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WizardPage> |
Wizard.getPages() |
| Modifier and Type | Method and Description |
|---|---|
void |
WizardPageController.beforeBack(Wizard wizard,
WizardPage page)
This method is invoked before proceeding to the previous page.
|
void |
WizardPageController.beforeNext(Wizard wizard,
WizardPage page)
This method is invoked before proceeding to the next page.
|
void |
WizardPageController.cancel(Wizard wizard,
WizardPage page)
This method is invoked when the cancel button is pressed.
|
protected Component |
Wizard.createPageComponent(Component parent,
WizardPage page,
WizardPageController controller) |
void |
WizardPageController.done(Wizard wizard,
WizardPage page)
This method is invoked when the done button is pressed.
|
void |
WizardPageController.initPage(Wizard wizard,
WizardPage page)
This method is invoked whenever a wizard page is created.
|
WizardPage |
WizardPageController.next(Wizard wizard,
WizardPage page)
Returns for the specified wizard page the next page.
|
WizardPage |
WizardPageController.previous(Wizard wizard,
WizardPage page)
Returns for the specified wizard page the previous page.
|
protected void |
Wizard.setCurrentPage(WizardPage currentPage) |
protected void |
Wizard.setPreviousPage(WizardPage previousPage) |
boolean |
WizardPageController.validate(Wizard wizard,
WizardPage page)
This method is invoked before leaving a page.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Wizard.setPages(java.util.List<WizardPage> pages) |
| Modifier and Type | Class and Description |
|---|---|
class |
AddCommentItemPage |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGenericItemPage |
class |
AdvancedSearchPage |
class |
DecisionPage
Represents a decision page - used form cms wizards
Note:
|
class |
DefaultGenericItemPage
Represents default (empty) wizard page.
|
class |
GenericItemMandatoryPage
Represents page that displays all necessary editors for required properties in order to create an instance of
specified
ObjectTemplate. |
class |
GenericTypeSelectorPage |
class |
ResourceSelectorPage
Represents page that allows to select proper resource regarding to current configuration.
|
class |
UploadMediaPage |
| Modifier and Type | Method and Description |
|---|---|
WizardPage |
DefaultGenericItemMandatoryPageController.next(Wizard wizard,
WizardPage page) |
WizardPage |
DefaultDecisionPageController.next(Wizard wizard,
WizardPage page) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WizardPage> |
AdditionalPageMapping.getPageList(ObjectTemplate template) |
java.util.Map<java.lang.String,java.util.List<WizardPage>> |
AdditionalPageMapping.getPageMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGenericItemMandatoryPageController.beforeNext(Wizard wizard,
WizardPage page) |
protected TypedObject |
DefaultGenericItemMandatoryPageController.createItem(Wizard wizard,
WizardPage page) |
protected Component |
GenericItemWizard.createPageComponent(Component parent,
WizardPage page,
WizardPageController controller) |
void |
DefaultGenericItemMandatoryPageController.done(Wizard wizard,
WizardPage page) |
void |
DefaultAdvancedSearchPageController.done(Wizard wizard,
WizardPage page) |
void |
DefaultGenericItemMandatoryPageController.initPage(Wizard wizard,
WizardPage page) |
void |
DefaultAdvancedSearchPageController.initPage(Wizard wizard,
WizardPage page) |
WizardPage |
DefaultGenericItemMandatoryPageController.next(Wizard wizard,
WizardPage page) |
WizardPage |
DefaultDecisionPageController.next(Wizard wizard,
WizardPage page) |
boolean |
DefaultGenericItemMandatoryPageController.validate(Wizard wizard,
WizardPage page) |
boolean |
DefaultGenericTypeSelectorPageController.validate(Wizard wizard,
WizardPage page) |
boolean |
DefaultDecisionPageController.validate(Wizard wizard,
WizardPage page) |
| Modifier and Type | Method and Description |
|---|---|
void |
AdditionalPageMapping.setPageMap(java.util.Map<java.lang.String,java.util.List<WizardPage>> pageMap) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPage
This class was moved to ext/cockpit from productcockpit
|
| Modifier and Type | Method and Description |
|---|---|
WizardPage |
DefaultPageController.getFirstPage(Wizard wizard) |
WizardPage |
DefaultPageController.next(Wizard wizard,
WizardPage page) |
WizardPage |
DefaultPageController.previous(Wizard wizard,
WizardPage page) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPageController.beforeBack(Wizard wizard,
WizardPage page) |
void |
DefaultPageController.beforeNext(Wizard wizard,
WizardPage page) |
void |
DefaultPageController.cancel(Wizard wizard,
WizardPage page) |
void |
DefaultPageController.done(Wizard wizard,
WizardPage page) |
void |
DefaultPageController.initPage(Wizard wizard,
WizardPage page) |
WizardPage |
DefaultPageController.next(Wizard wizard,
WizardPage page) |
WizardPage |
DefaultPageController.previous(Wizard wizard,
WizardPage page) |
boolean |
DefaultPageController.validate(Wizard wizard,
WizardPage page) |
| Modifier and Type | Class and Description |
|---|---|
class |
AssignColumnPage
Page in Wizard for showing/hiding columns in listview
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssignColumnWizardController.done(Wizard wizard,
WizardPage page) |
| Modifier and Type | Class and Description |
|---|---|
class |
UploadMediaFirstPage
First page of wizards - contains upload new media section and select existing media section
|
| Modifier and Type | Method and Description |
|---|---|
void |
UploadMediaSecondPageController.beforeBack(Wizard wizard,
WizardPage page) |
protected MediaModel |
UploadMediaSecondPageController.createNewMedia(Wizard wizard,
WizardPage page) |
void |
UploadMediaSecondPageController.done(Wizard wizard,
WizardPage page) |
void |
UploadMediaFirstPageController.done(Wizard wizard,
WizardPage page) |
void |
UploadMediaFirstPageController.initPage(Wizard wizard,
WizardPage page) |
protected void |
UploadMediaFirstPageController.setMultipleIfPropertyDescriptorHasSingleMultiplicity(Wizard wizard,
WizardPage page) |
boolean |
UploadMediaFirstPageController.validate(Wizard wizard,
WizardPage page) |
| Modifier and Type | Class and Description |
|---|---|
class |
AssignQueryPermissionsPage |
| Modifier and Type | Method and Description |
|---|---|
void |
AssignQueryPermissionsWizardController.done(Wizard wizard,
WizardPage page) |
void |
AssignSavedQueryPermissionsWizardController.done(Wizard wizard,
WizardPage page) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResetConfigWizardController.done(Wizard wizard,
WizardPage page) |
| Modifier and Type | Class and Description |
|---|---|
class |
AssignWorkflowPage
Page for assigning right to user for workflow
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssignWorkflowWizardController.done(Wizard wizard,
WizardPage page) |
| Modifier and Type | Class and Description |
|---|---|
class |
MappingDecisionPage |
class |
MappingLoadPage |
class |
MappingTargetPage |
Copyright © 2018 SAP SE. All Rights Reserved.