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.common.binding.creator.v2
Class PatternOptions

java.lang.Object
  extended by oracle.adfdt.view.common.binding.creator.v2.PatternOptions

Direct Known Subclasses:
FormOptions, GoLinkPattern.GoLinkOptions, GraphOptions, TableOptions

public abstract class PatternOptions
extends java.lang.Object

Marker abstract class for subclasses to provider a specific set of functional options for a given Creator or Binder.


Constructor Summary
PatternOptions()
           

 

Method Summary
 void merge(PatternOptions baseOptions)
          In cases where a pattern has a default set of options, and the user chooses to specific additional options, there may be two sets of options in play.

 

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

 

Constructor Detail

PatternOptions

public PatternOptions()

Method Detail

merge

public void merge(PatternOptions baseOptions)
In cases where a pattern has a default set of options, and the user chooses to specific additional options, there may be two sets of options in play. In that case, the new set of options will be merged with the default set of options through this call. By default, this does nothing.

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.