Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.1.0)

E18581-02

oracle.adfdt.view.rich.binding.pattern.form
Class FormPattern

java.lang.Object
  extended by oracle.adfdt.view.common.binding.creator.v2.BaseCreator2<FormOptions>
      extended by oracle.adfdt.view.rich.binding.pattern.form.FormPattern
All Implemented Interfaces:
Creator2<FormOptions>

public class FormPattern
extends BaseCreator2<FormOptions>

Pattern responsible for building ADF forms with customizable fields. This pattern only supports creation, and at the moment does not support rebinding. It can therefore not be used with a widget's bind method, nor can it generate FormOptions given a root subtree to bind.


Constructor Summary
FormPattern()
           
 
Method Summary
 CreatorResult create(CreatorParams<FormOptions> params)
          Creates the form with the given parameters and options.
 FormOptions createOptions(CreatorParams<FormOptions> params)
          Returns a FormOptions class representing the default options for creating the form.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormPattern

public FormPattern()
Method Detail

create

public CreatorResult create(CreatorParams<FormOptions> params)
Creates the form with the given parameters and options. To customize the form, you must pass in a FormOptions class to the form parameters.

Specified by:
create in interface Creator2<FormOptions>
Specified by:
create in class BaseCreator2<FormOptions>
Parameters:
params - See CreatorParams for listing

createOptions

public FormOptions createOptions(CreatorParams<FormOptions> params)
Returns a FormOptions class representing the default options for creating the form.

Specified by:
createOptions in interface Creator2<FormOptions>
Overrides:
createOptions in class BaseCreator2<FormOptions>
Parameters:
params - See CreatorParams for a complete list
Returns:
An instance of PatternOptions with the current options set, or null if not supported

Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.1.0)

E18581-02

Copyright © 1997, 2011, Oracle. All rights reserved.