ariba.ui.wizard.component
Class ComponentActionTarget

java.lang.Object
  extended by ariba.ui.wizard.component.ComponentActionTarget
All Implemented Interfaces:
WizardActionTarget

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


Constructor Summary
ComponentActionTarget(Wizard wizard, AWComponent component, boolean quitWizard)
           
 
Method Summary
 AWComponent component()
           
 WizardFrame getOriginatingFrame()
          Returns the frame that is responsible for taking form values and handling actions originated from this target.
 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

ComponentActionTarget

public ComponentActionTarget(Wizard wizard,
                             AWComponent component,
                             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

component

public AWComponent component()

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.