|
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 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adfdt.view.common.binding.creator.v2.BaseBinder2<O>
oracle.adfdt.view.common.binding.creator.v2.BasePattern<O>
public abstract class BasePattern<O extends PatternOptions>
A convenience class for cases where the creator and binder of a particular pattern share the same code. This by default follows the same semantic characteristics of BaseBinder2 and BaseCreator2. Additional functionality can be restored by subclassing the appropriate methods.
| Constructor Summary | |
|---|---|
BasePattern()
|
|
| Method Summary | |
|---|---|
abstract CreatorResult |
create(CreatorParams<O> params)
To be implemented by subclasses. |
O |
createOptions(CreatorParams<O> 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 |
|---|
bind, canRebind, generateOptions, getSingleBindRoot |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasePattern()
| Method Detail |
|---|
public abstract CreatorResult create(CreatorParams<O> params)
create in interface Creator2<O extends PatternOptions>params - See CreatorParams for listingpublic O createOptions(CreatorParams<O> params)
createOptions in interface Creator2<O extends PatternOptions>params - See CreatorParams for a complete list
|
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 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||