|
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<TableOptions>
oracle.adfdt.view.rich.binding.pattern.table.TablePattern
public class TablePattern
The pattern responsible for creation and binding an ADF table. This pattern has three uses: 1. It can be used to create a table. 2. It can be used to determine the characteristics of an existing table. 3. It can be used to rebind an existing table. See the APIs on Creator2 and Binder2 for more details on these use cases.
| Constructor Summary | |
|---|---|
TablePattern()
|
|
| Method Summary | |
|---|---|
BinderResult |
bind(BinderParams<TableOptions> params)
Binds or rebinds a table. |
CreatorResult |
create(CreatorParams<TableOptions> params)
Creates a table. |
TableOptions |
createOptions(CreatorParams<TableOptions> params)
Returns a TableOptions class that is populated with the default options for sorting, filtering, selection, etc. |
TableOptions |
generateOptions(BinderParams<TableOptions> params)
Returns a TableOptions class that is prepopulated with state to match the existing table. |
| 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 |
|---|
public TablePattern()
| Method Detail |
|---|
public CreatorResult create(CreatorParams<TableOptions> params)
create in interface Creator2<TableOptions>create in class BasePattern<TableOptions>params - See CreatorParams for listingpublic BinderResult bind(BinderParams<TableOptions> params)
bind in interface Binder2<TableOptions>bind in class BaseBinder2<TableOptions>params - See BinderParams for a complete list
public TableOptions createOptions(CreatorParams<TableOptions> params)
createOptions in interface Creator2<TableOptions>createOptions in class BasePattern<TableOptions>params - See CreatorParams for a complete list
public TableOptions generateOptions(BinderParams<TableOptions> params)
generateOptions in interface Binder2<TableOptions>generateOptions in class BaseBinder2<TableOptions>params - See BinderParams 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 | ||||||||