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

E10653-04

oracle.jbo.uicli.controls
Interface JURegionPanel

All Superinterfaces:
JUPanel

public interface JURegionPanel
extends JUPanel

This interface identifies a panel that can be used as a region in a table. The table definition defines the table region, which will instantiate the region panel.

Since:
11

Method Summary
 void setBindingContext(BindingContext bindingCtx)
          Set the binding context for the panel, which initializes the panel's controls.
 
Methods inherited from interface oracle.jbo.uicli.controls.JUPanel
getPanelBinding
 

Method Detail

setBindingContext

void setBindingContext(BindingContext bindingCtx)
Set the binding context for the panel, which initializes the panel's controls.

Parameters:
bindingCtx - the binding context for the panel.

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

E10653-04

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