Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.1.0)

E17483-02

oracle.jbo.uicli.controls
Interface JUPanel

All Known Subinterfaces:
JClientPanel, JURegionPanel
All Known Implementing Classes:
dataPanel, JUShuttlePanel

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

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 Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.1.0)

E17483-02

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