oracle.jbo.uicli.controls
Interface JUPanel
- 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.
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.