com.evolveum.midpoint.web.controller.util
Class WizardPage
java.lang.Object
com.evolveum.midpoint.web.controller.util.WizardPage
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ResourceConfigurationController, ResourceCreateController, ResourceSynchronizationController, SchemaHandlingController, SchemaReviewController
public abstract class WizardPage
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- lazyman
- See Also:
- Serialized Form
Constructor Summary |
WizardPage(java.lang.String pageUrl)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WizardPage
public WizardPage(java.lang.String pageUrl)
getPageUrl
public java.lang.String getPageUrl()
isShowCancel
public boolean isShowCancel()
isShowFinish
public boolean isShowFinish()
getCancelPage
public java.lang.String getCancelPage()
getFinishPage
public java.lang.String getFinishPage()
finish
public java.lang.String finish()
cancel
public java.lang.String cancel()
back
public void back()
next
public void next()
cleanController
public abstract void cleanController()
Copyright © 2012 evolveum. All Rights Reserved.