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 LineGraphPattern

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

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

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

Constructor Summary
LineGraphPattern()
           

 

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

LineGraphPattern

public LineGraphPattern()

Method Detail

create

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

bind

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

generateOptions

public LineGraphOptions generateOptions(BinderParams<LineGraphOptions> 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<LineGraphOptions>
Overrides:
generateOptions in class BaseBinder2<LineGraphOptions>
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 LineGraphOptions createOptions(CreatorParams<LineGraphOptions> 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<LineGraphOptions>
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.