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 JUCtrlSearchDef | 
createSearchBindingDef()  | 
protected oracle.jbo.uicli.binding.JUCtrlSearchHierDef | 
createSearchTreeBindingDef()  | 
protected JUCtrlHierDef | 
createTreeBindingDef()  | 
boolean | 
disableForceIterToFirst()
Returns  
false if all iterator binding defs should attempt to
 navigate to the first row when iterator is made visible (default behavior). | 
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(org.w3c.dom.Element element)  | 
public JUBindingDefFactoryImpl.ExecutableRefreshFlag getExecutableRefreshDefault()
public DataControl.DataChangeEventPolicy getDefaultChangeEventPolicy(DCDefBase bindingDef)
public java.lang.String getSubTypeForElement(org.w3c.dom.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 JUCtrlSearchDef createSearchBindingDef()
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()
public boolean disableForceIterToFirst()
false if all iterator binding defs should attempt to
 navigate to the first row when iterator is made visible (default behavior).
 If true, navigation will be deferred until the current row is
 requested.false if all iterator binding defs should attempt to
         navigate to first row