Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile
11g Release 2 (11.1.2.4.0)

E27204-03


oracle.adfmf.bindings
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 containerInitialized(BindingContainer container)
          Called when the initialization of the container is complete.
 java.util.Map getBindings()
          Collection of bindings that are contained within or associated with this binding.
 oracle.adfmf.util.XmlAnyDefinition getMetadataDefinition()
          Get the metadata definition object for this binding object
 java.lang.String getName()
          Return name that identifies this binding uniquely in its container.
 void release()
          Releases this ControlBinding.

 

Method Detail

release

void release()
Releases this ControlBinding. This method is called when the view component has finished using this ControlBinding.

getName

java.lang.String getName()
Return name that identifies this binding uniquely in its container.

containerInitialized

void containerInitialized(BindingContainer container)
Called when the initialization of the container is complete. Any initialization operations on a binding that require the container to be populated with all of its bindings and iterators should be performed here.
Since:
ADFMF

getBindings

java.util.Map getBindings()
Collection of bindings that are contained within or associated with this binding.
Since:
ADFMF

getMetadataDefinition

oracle.adfmf.util.XmlAnyDefinition getMetadataDefinition()
Get the metadata definition object for this binding object
Since:
ADFMF

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile
11g Release 2 (11.1.2.4.0)

E27204-03


Copyright © 2012, 2013 Oracle. All Rights Reserved.