Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.jdeveloper.wizard.common
Interface BaliWizardPanel

All Known Implementing Classes:
AbstractSimpleTypeBuilderPanel, AnnotationBuilderPanel, ClassBuilderPanel, EnumBuilderPanel, FileBuilderPanel, FolderBuilderPanel, PackageBuilderPanel

public interface BaliWizardPanel

Method Summary
 void initializeFromState(BaliWizardState state)
          Initializes this panel's data from the provided state object.
 boolean validateAndWriteToState(BaliWizardState state)
          To be called on NEXT, APPLY, and FINISH events.

 

Method Detail

initializeFromState

void initializeFromState(BaliWizardState state)
Initializes this panel's data from the provided state object. Called upon receipt of a SELECTIONCHANGED event. That happens immediately before this panel is made visible.

validateAndWriteToState

boolean validateAndWriteToState(BaliWizardState state)
To be called on NEXT, APPLY, and FINISH events. Validates this panel and returns true if valid, false if not. If true, this also writes the panel's data into the provided state object. Called upon receipt of a NEXT event. If this returns true, the Bali wizard proceeds to the next panel. If this returns false, the wizard cancels the event and does not proceed. Called upon receipt of a FINISH or APPLY event. If true is returned, the Bali wizard tells continues the finish or apply sequence and tells the state to commit. If false is returned, the event is canceled and nothing else happens.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.