public class JUBindingDefFactoryImpl extends java.lang.Object implements DCDefFactory, DefinitionFactory
| Modifier and Type | Class and Description | 
|---|---|
| static class  | JUBindingDefFactoryImpl.ExecutableRefreshFlag | 
| Constructor and Description | 
|---|
| JUBindingDefFactoryImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 oracle.jbo.uicli.binding.JUCtrlSearchHierDef | createSearchTreeBindingDef() | 
| 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) | 
public JUBindingDefFactoryImpl.ExecutableRefreshFlag getExecutableRefreshDefault()
public DataControl.DataChangeEventPolicy getDefaultChangeEventPolicy(DCDefBase bindingDef)
public java.lang.String getSubTypeForElement(Element element)
public DCDefBase createDefinition(DefElement element)
DefinitionFactorycreateDefinition in interface DefinitionFactorypublic DCDefBase createControlDef(java.lang.String subType)
DefinitionFactorycreateControlDef in interface DCDefFactorycreateControlDef in interface DefinitionFactoryprotected JUCtrlHierDef createTreeBindingDef()
protected oracle.jbo.uicli.binding.JUCtrlSearchHierDef createSearchTreeBindingDef()
protected JUCtrlRangeDef createRangeBindingDef()
protected JUCtrlListDef createListBindingDef()
protected JUCtrlListDef createLovBindingDef()
protected JUCtrlAttrsDef createAttributeBindingDef()
protected JUCtrlActionDef createActionBindingDef()
protected JUCtrlBoolDef createBooleanBindingDef()