Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Business Component Browser
11g Release 1 (11.1.1.7.3)

E10758-11


oracle.jbo.jbotester.app
Class FieldFactory

java.lang.Object
  extended by oracle.jbo.jbotester.app.BaseFieldFactory
      extended by oracle.jbo.jbotester.app.FieldFactory


public final class FieldFactory
extends oracle.jbo.jbotester.app.BaseFieldFactory

This class instantiates the individual swing components that are used to represent the data. An internal wrapper class is used to return the swing component together with the data field and the associated label.


Nested Class Summary
 class FieldFactory.Field
          A simple wrapper to pass the related field objects back to the caller.

 

Method Summary
 FieldFactory.Field createField(oracle.jbo.uicli.binding.JUIteratorBinding iterBinding, oracle.adf.model.binding.DCBindingContainer container, oracle.jbo.StructureDef structureDef, oracle.jbo.AttributeDef attrDef)
           
 FieldFactory.Field createField(oracle.jbo.uicli.binding.JUIteratorBinding iterBinding, oracle.jbo.StructureDef structureDef, oracle.jbo.AttributeDef attrDef)
          Create a Field using databinding
 oracle.jbo.uicli.controls.JULabel createLabel(oracle.jbo.uicli.binding.JUIteratorBinding iterBinding, oracle.jbo.uicli.binding.JUCtrlValueBinding fieldBinding, oracle.jbo.AttributeDef attrDef)
           
static FieldFactory getFieldFactory()
          Provides a factory to create fields

 

Methods inherited from class oracle.jbo.jbotester.app.BaseFieldFactory
createAttrBinding, createBinding, createLabel, isAttributeDisplayable

 

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

 

Method Detail

getFieldFactory

public static FieldFactory getFieldFactory()
Provides a factory to create fields
Returns:
The FieldFactory for the locale.

createField

public FieldFactory.Field createField(oracle.jbo.uicli.binding.JUIteratorBinding iterBinding,
                                      oracle.jbo.StructureDef structureDef,
                                      oracle.jbo.AttributeDef attrDef)
Create a Field using databinding
Parameters:
iterBinding - the iterator binding
attrDef - the attribute representing the field
Returns:
a field wrapper

createField

public FieldFactory.Field createField(oracle.jbo.uicli.binding.JUIteratorBinding iterBinding,
                                      oracle.adf.model.binding.DCBindingContainer container,
                                      oracle.jbo.StructureDef structureDef,
                                      oracle.jbo.AttributeDef attrDef)

createLabel

public oracle.jbo.uicli.controls.JULabel createLabel(oracle.jbo.uicli.binding.JUIteratorBinding iterBinding,
                                                     oracle.jbo.uicli.binding.JUCtrlValueBinding fieldBinding,
                                                     oracle.jbo.AttributeDef attrDef)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Business Component Browser
11g Release 1 (11.1.1.7.3)

E10758-11


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