Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


oracle.jbo.uicli.binding
Class JUBindingDefFactoryImpl

java.lang.Object
  extended byoracle.jbo.uicli.binding.JUBindingDefFactoryImpl

All Implemented Interfaces:
DCDefFactory, DefinitionFactory
Direct Known Subclasses:
JUDefFactoryImpl

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

Constructor Summary
JUBindingDefFactoryImpl()
           

 

Method Summary
 DCDefBase createControlDef(java.lang.String subType)
           
 DCDefBase createDefinition(oracle.jbo.mom.xml.DefElement element)
          Create definition based on element information
 java.lang.String getSubTypeForElement(org.w3c.dom.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

getSubTypeForElement

public java.lang.String getSubTypeForElement(org.w3c.dom.Element element)

createDefinition

public DCDefBase createDefinition(oracle.jbo.mom.xml.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)
Specified by:
createControlDef in interface DCDefFactory

Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


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