Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.jbo.uicli.binding
Class JUBindingDefFactoryImpl

java.lang.Object
  extended by oracle.jbo.uicli.binding.JUBindingDefFactoryImpl
All Implemented Interfaces:
DCDefFactory, DefinitionFactory
Direct Known Subclasses:
JUDefFactoryImpl

public class JUBindingDefFactoryImpl
extends java.lang.Object
implements DCDefFactory, DefinitionFactory


Nested Class Summary
static class JUBindingDefFactoryImpl.ExecutableRefreshFlag
           
 
Constructor Summary
JUBindingDefFactoryImpl()
           
 
Method Summary
protected  JUCtrlActionDef createActionBindingDef()
           
protected  JUCtrlAttrsDef createAttributeBindingDef()
           
protected  JUCtrlBoolDef createBooleanBindingDef()
           
 DCDefBase createControlDef(java.lang.String subType)
          Allows for creation of the control definition without requiring an element.
 DCDefBase createDefinition(DefElement element)
          Create definition based on element information
protected  JUCtrlListDef createListBindingDef()
           
protected  JUCtrlListDef createLovBindingDef()
           
protected  JUCtrlRangeDef createRangeBindingDef()
           
protected  JUCtrlHierDef createTreeBindingDef()
           
 DataControl.DataChangeEventPolicy getDefaultChangeEventPolicy(DCDefBase bindingDef)
          For use by faces binding factory to return default event policy of PPR in cases where the binding/component type implements auto-ppr.
 JUBindingDefFactoryImpl.ExecutableRefreshFlag getExecutableRefreshDefault()
          For use by faces binding factory to return deferred mode as default
 java.lang.String getSubTypeForElement(Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUBindingDefFactoryImpl

public JUBindingDefFactoryImpl()
Method Detail

getExecutableRefreshDefault

public JUBindingDefFactoryImpl.ExecutableRefreshFlag getExecutableRefreshDefault()
For use by faces binding factory to return deferred mode as default


getDefaultChangeEventPolicy

public DataControl.DataChangeEventPolicy getDefaultChangeEventPolicy(DCDefBase bindingDef)
For use by faces binding factory to return default event policy of PPR in cases where the binding/component type implements auto-ppr.


getSubTypeForElement

public java.lang.String getSubTypeForElement(Element element)

createDefinition

public DCDefBase createDefinition(DefElement element)
Description copied from interface: DefinitionFactory
Create definition based on element information

Specified by:
createDefinition in interface DefinitionFactory

createControlDef

public DCDefBase createControlDef(java.lang.String subType)
Description copied from interface: DefinitionFactory
Allows for creation of the control definition without requiring an element.

Specified by:
createControlDef in interface DCDefFactory
Specified by:
createControlDef in interface DefinitionFactory

createTreeBindingDef

protected JUCtrlHierDef createTreeBindingDef()

createRangeBindingDef

protected JUCtrlRangeDef createRangeBindingDef()

createListBindingDef

protected JUCtrlListDef createListBindingDef()

createLovBindingDef

protected JUCtrlListDef createLovBindingDef()

createAttributeBindingDef

protected JUCtrlAttrsDef createAttributeBindingDef()

createActionBindingDef

protected JUCtrlActionDef createActionBindingDef()

createBooleanBindingDef

protected JUCtrlBoolDef createBooleanBindingDef()

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

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