Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.data.jbo.bind
Class BindingContext

java.lang.Object
  |
  +--oracle.cabo.data.jbo.bind.BindingContext

public abstract class BindingContext
extends java.lang.Object

Generic binding context.


Constructor Summary
BindingContext()
           
 
Method Summary
abstract  java.lang.Object getProperty(java.lang.String namespace, java.lang.Object key)
          Gets a property stored on the context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingContext

public BindingContext()
Method Detail

getProperty

public abstract java.lang.Object getProperty(java.lang.String namespace,
                                             java.lang.Object key)
Gets a property stored on the context.

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.