Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.1.0)

E18581-02

oracle.adfdt.view.common.binding.standalone
Interface BinderGui


public interface BinderGui


Method Summary
 void commit()
          Commits any changes the user has made via the gui, and binds the root as appropriate.
 javax.swing.JComponent getGui()
          Returns a gui that can be hosted in a wizard or dialog.
 void runConfigurations()
          Runs any environmental configuration necessary.
 

Method Detail

getGui

javax.swing.JComponent getGui()
Returns a gui that can be hosted in a wizard or dialog. This gui will allow the user to graphically manipulate binding options, and follows an on-demand commit model.


commit

void commit()
Commits any changes the user has made via the gui, and binds the root as appropriate.


runConfigurations

void runConfigurations()
Runs any environmental configuration necessary. While this is necessarily idempotent, it is not necessarily free in terms of performance (although this is typically the case). This is therefore handled seperate from commit. If the caller code is already configuring like Widgets, it may be possible for a call to this method to be omitted.


Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.1.0)

E18581-02

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