ariba.ui.wizard.core
Class UrlActionTarget

java.lang.Object
  extended by ariba.ui.wizard.core.UrlActionTarget
All Implemented Interfaces:
WizardActionTarget

public final class UrlActionTarget
extends java.lang.Object
implements WizardActionTarget

An UrlActionTarget temporarily leaves the wizard and take the user to the url specified.


Constructor Summary
UrlActionTarget(Wizard wizard, java.lang.String url, boolean quitWizard)
           
 
Method Summary
 WizardFrame getOriginatingFrame()
          Returns the frame that is responsible for taking form values and handling actions originated from this target.
 java.lang.String getUrl()
           
 boolean terminatesWizard()
          Returns true if this ation target should terminate the current wizard.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlActionTarget

public UrlActionTarget(Wizard wizard,
                       java.lang.String url,
                       boolean quitWizard)
Method Detail

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 java.lang.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-2014 Ariba, Inc. All Rights Reserved.