Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.0)

E10653-08

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

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

E10653-08

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