Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo.uicli.controls
Interface JUPanel

All Known Subinterfaces:
JClientPanel
All Known Implementing Classes:
dataPanel

public interface JUPanel

This interface identifies a JClient Panel for JDeveloper designtime, so that the JDeveloper UI Designer can allow JClient Data Model editors to be part of the Property Inspector for the control's model property.


Method Summary
 JUPanelBinding getPanelBinding()
          Returns the PanelBinding that this Panel is bound to.

 

Method Detail

getPanelBinding

public JUPanelBinding getPanelBinding()
Returns the PanelBinding that this Panel is bound to. Applications should use this method on a JPanel object to get the panel binding and from there iterate through all the iterator bindings the panel may contain, the NavigationBars and StatusBars this Panel binding is registered with, and the BC4J ApplicationModule this Panel is bound to, etc.

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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