Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.1.0)

E18581-02

Package oracle.adfdt.view.common.binding.creator.v2

Interface Summary
Binder2<O extends PatternOptions> A programmatic way of configuring binding for databinding patterns.
Creator2<O extends PatternOptions> A programmatic way of creating new nodes to be inserted into the DOM for databinding patterns.
 

Class Summary
BaseBinder2<O extends PatternOptions> A convenience class for Binders that have simple rebind checking, and do not provide an options configurator.
BaseCreator2<O extends PatternOptions> A convenience class for Creators that do not provide an options configurator.
BasePattern<O extends PatternOptions> A convenience class for cases where the creator and binder of a particular pattern share the same code.
BinderParams<O extends PatternOptions> Set of parameters that are used during a bind or rebind operation.
BinderResult Result from the Binder.
CreatorParams<O extends PatternOptions> A set of parameters that are used during a create operation.
CreatorResult The result of a create operation.
DomLocation A helper class to determine where to place nodes during insertion.
PatternOptions Marker abstract class for subclasses to provider a specific set of functional options for a given Creator or Binder.
 

Enum Summary
BinderResult.Result OK: bind operation succeeded NO_BINDER: bind operation did not occur since no Binder was present FAILED: bind operation ran into an error (check console error logs)
DomLocation.Relation BEFORE: sibling of node, appears before it in child order AFTER: sibing of node, appears after it in child order INSIDE: last child of node
 


Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.1.0)

E18581-02

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