Skip navigation links

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

E18581-03


oracle.adfdt.view.dvt.binding.pattern.graph
Class AreaGraphPattern

java.lang.Object
  extended by oracle.adfdt.view.common.binding.creator.v2.BaseBinder2<AreaGraphOptions>
      extended by oracle.adfdt.view.dvt.binding.pattern.graph.AreaGraphPattern

All Implemented Interfaces:
Binder2<AreaGraphOptions>, Creator2<AreaGraphOptions>

public class AreaGraphPattern
extends BaseBinder2<AreaGraphOptions>
implements Creator2<AreaGraphOptions>
Since:
release specific (what release of product did this appear in) The databinding pattern for configuring Area graphs

Constructor Summary
AreaGraphPattern()
           

 

Method Summary
 BinderResult bind(BinderParams<AreaGraphOptions> params)
          To be implemented by subclasses.
 CreatorResult create(CreatorParams<AreaGraphOptions> params)
          Creates nodes to be inserted into the DOM.
 AreaGraphOptions createOptions(CreatorParams<AreaGraphOptions> params)
          If supported by the Creator, can create an pattern options resembling the default options for this creator.
 AreaGraphOptions generateOptions(BinderParams<AreaGraphOptions> params)
          Binders can provide an options class that can be used to configure the environment based on what is already there.

 

Methods inherited from class oracle.adfdt.view.common.binding.creator.v2.BaseBinder2
canRebind, getSingleBindRoot

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AreaGraphPattern

public AreaGraphPattern()

Method Detail

create

public CreatorResult create(CreatorParams<AreaGraphOptions> params)
Description copied from interface: Creator2
Creates nodes to be inserted into the DOM. See CreatorResult for other return options.
Specified by:
create in interface Creator2<AreaGraphOptions>
Parameters:
params - See CreatorParams for listing

bind

public BinderResult bind(BinderParams<AreaGraphOptions> params)
Description copied from class: BaseBinder2
To be implemented by subclasses. See Binder2 for API usage.
Specified by:
bind in interface Binder2<AreaGraphOptions>
Specified by:
bind in class BaseBinder2<AreaGraphOptions>
Parameters:
params - See BinderParams for a complete list
Returns:
Typically just one of the convenience classes in BinderResult

generateOptions

public AreaGraphOptions generateOptions(BinderParams<AreaGraphOptions> params)
Description copied from class: BaseBinder2
Binders can provide an options class that can be used to configure the environment based on what is already there. Most binders do not support this however. The framework will never call this method.
Specified by:
generateOptions in interface Binder2<AreaGraphOptions>
Overrides:
generateOptions in class BaseBinder2<AreaGraphOptions>
Parameters:
params - See BinderParams for a complete list
Returns:
An instance of PatternOptions with the current options set, or null if not supported

createOptions

public AreaGraphOptions createOptions(CreatorParams<AreaGraphOptions> params)
Description copied from interface: Creator2
If supported by the Creator, can create an pattern options resembling the default options for this creator.
Specified by:
createOptions in interface Creator2<AreaGraphOptions>
Parameters:
params - See CreatorParams for a complete list
Returns:
An instance of PatternOptions with the current options set, or null if not supported

Skip navigation links

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

E18581-03


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