Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


oracle.adf.model
Interface ControlBinding

All Known Subinterfaces:
AttributeBinding, AttributesBinding, OperationBinding, RangeBinding

public interface ControlBinding

Base interface for all bindings that allow binding a View component to the data accessed via a datacontrol.


Method Summary
 void release(int flags)
           
 void setListener(UpdateListener listener)
          Add a listener that should be notified when the associated attribute value changes.

 

Method Detail

release

public void release(int flags)

setListener

public void setListener(UpdateListener listener)
Add a listener that should be notified when the associated attribute value changes.

Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


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