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

E18581-01

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

java.lang.Object
  extended by oracle.adfdt.view.common.binding.creator.v2.BaseBinder2<PieGraphOptions>
      extended by oracle.adfdt.view.dvt.binding.pattern.graph.PieGraphPattern
All Implemented Interfaces:
Binder2<PieGraphOptions>, Creator2<PieGraphOptions>

public class PieGraphPattern
extends BaseBinder2<PieGraphOptions>
implements Creator2<PieGraphOptions>

Since:
release specific (what release of product did this appear in) The databinding pattern for configuring Pie graphs

Constructor Summary
PieGraphPattern()
           
 
Method Summary
 BinderResult bind(BinderParams<PieGraphOptions> params)
          To be implemented by subclasses.
 CreatorResult create(CreatorParams<PieGraphOptions> params)
          Creates nodes to be inserted into the DOM.
 PieGraphOptions createOptions(CreatorParams<PieGraphOptions> params)
          If supported by the Creator, can create an pattern options resembling the default options for this creator.
 PieGraphOptions generateOptions(BinderParams<PieGraphOptions> 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

PieGraphPattern

public PieGraphPattern()
Method Detail

create

public CreatorResult create(CreatorParams<PieGraphOptions> 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<PieGraphOptions>
Parameters:
params - See CreatorParams for listing

bind

public BinderResult bind(BinderParams<PieGraphOptions> params)
Description copied from class: BaseBinder2
To be implemented by subclasses. See Binder2 for API usage.

Specified by:
bind in interface Binder2<PieGraphOptions>
Specified by:
bind in class BaseBinder2<PieGraphOptions>
Parameters:
params - See BinderParams for a complete list
Returns:
Typically just one of the convenience classes in BinderResult

generateOptions

public PieGraphOptions generateOptions(BinderParams<PieGraphOptions> 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<PieGraphOptions>
Overrides:
generateOptions in class BaseBinder2<PieGraphOptions>
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 PieGraphOptions createOptions(CreatorParams<PieGraphOptions> 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<PieGraphOptions>
Parameters:
params - See CreatorParams for a complete list
Returns:
An instance of PatternOptions with the current options set, or null if not supported

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

E18581-01

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