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


oracle.jbo.uicli.controls
Interface JClientPanel

All Superinterfaces:
JUPanel
All Known Implementing Classes:
dataPanel

public interface JClientPanel
extends 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
 void setPanelBinding(JUPanelBinding binding)
          Sets the PanelBinding that this Panel is bound to.

 

Methods inherited from interface oracle.jbo.uicli.controls.JUPanel
getPanelBinding

 

Method Detail

setPanelBinding

public void setPanelBinding(JUPanelBinding binding)
Sets the PanelBinding that this Panel is bound to. Applications should use this method on a JPanel object to implement late panel binding

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


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