|
Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components 11g Release 2 (11.1.2.3.0) E18581-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.adfdt.view.common.binding.creator.v2.BaseCreator2<O>
public abstract class BaseCreator2<O extends PatternOptions>
A convenience class for Creators that do not provide an options configurator.
| Constructor Summary | |
|---|---|
BaseCreator2() |
|
| 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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseCreator2()
| 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.3.0) E18581-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||