Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.dt.flex.wizard.registration
Class FlexfieldRegistrationWizard

java.lang.Object
  extended by oracle.ide.wizard.Wizard
      extended by oracle.apps.fnd.applcore.dt.flex.wizard.registration.FlexfieldRegistrationWizard
All Implemented Interfaces:
java.io.Serializable

public class FlexfieldRegistrationWizard
extends oracle.ide.wizard.Wizard
implements java.io.Serializable

Wizard class to control the launch and navigation of the Flexfield Registration Wizard.

Since:
release specific (what release of product did this appear in)
Version:
$Header: atgpf/applcore/applications/DesignTime/DT/src/oracle/apps/fnd/applcore/dt/flex/wizard/registration/FlexfieldRegistrationWizard.java /st_atgpf_pt-11.1.1.7.0/1 2013/01/20 20:15:05 mluetchf Exp $
mluetchf
See Also:
Serialized Form

Constructor Summary
FlexfieldRegistrationWizard()
           
 
Method Summary
 javax.swing.Icon getIcon()
          Provides icon used for wizard.
 java.lang.String getLongLabel()
          Provides wizard description.
 java.lang.String getShortLabel()
          Provides wizard title.
 boolean invoke(oracle.ide.Context context)
          Invoke the wizard with a particular context.
 boolean isAvailable(oracle.ide.Context context)
          Method to determine if this wizard is available for execution.
 void launchFlexfieldBCWizard()
           
static void main(java.lang.String... args)
           
 void populateModel(java.lang.String applicationId, java.lang.String descriptiveFlexfieldCode, java.lang.String flexfieldUsageCode)
           
 void runWizard()
          Execute the wizard.
 void updateWizardPages()
           
 
Methods inherited from class oracle.ide.wizard.Wizard
getLegacyParams, getMenuSpecification, getToolTipText, setLegacyParams, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlexfieldRegistrationWizard

public FlexfieldRegistrationWizard()
Method Detail

main

public static void main(java.lang.String... args)

runWizard

public void runWizard()
Execute the wizard.


updateWizardPages

public void updateWizardPages()

populateModel

public void populateModel(java.lang.String applicationId,
                          java.lang.String descriptiveFlexfieldCode,
                          java.lang.String flexfieldUsageCode)

launchFlexfieldBCWizard

public void launchFlexfieldBCWizard()

isAvailable

public boolean isAvailable(oracle.ide.Context context)
Method to determine if this wizard is available for execution.

Specified by:
isAvailable in class oracle.ide.wizard.Wizard
Parameters:
context - context.
Returns:
boolean.

invoke

public boolean invoke(oracle.ide.Context context)
Invoke the wizard with a particular context.

Specified by:
invoke in class oracle.ide.wizard.Wizard
Parameters:
context - context.
Returns:
true if invokation successful.

getShortLabel

public java.lang.String getShortLabel()
Provides wizard title.

Specified by:
getShortLabel in class oracle.ide.wizard.Wizard
Returns:
wizard title.

getLongLabel

public java.lang.String getLongLabel()
Provides wizard description.

Overrides:
getLongLabel in class oracle.ide.wizard.Wizard
Returns:
wizard description.

getIcon

public javax.swing.Icon getIcon()
Provides icon used for wizard.

Overrides:
getIcon in class oracle.ide.wizard.Wizard
Returns:
wizard icon.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.