ariba.ui.wizard.core
Class UrlActionTarget
java.lang.Object
ariba.ui.wizard.core.UrlActionTarget
- All Implemented Interfaces:
- WizardActionTarget
public final class UrlActionTarget
- extends Object
- implements WizardActionTarget
An UrlActionTarget temporarily leaves the wizard and take the user
to the url specified.
UrlActionTarget
public UrlActionTarget(Wizard wizard,
String url,
boolean quitWizard)
terminatesWizard
public boolean terminatesWizard()
- Description copied from interface:
WizardActionTarget
- Returns true if this ation target should terminate the current wizard.
- Specified by:
terminatesWizard in interface WizardActionTarget
getUrl
public String getUrl()
getOriginatingFrame
public WizardFrame getOriginatingFrame()
- Description copied from interface:
WizardActionTarget
- Returns the frame that is responsible for taking form values and
handling actions originated from this target.
- Specified by:
getOriginatingFrame in interface WizardActionTarget
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.