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


oracle.jbo.uicli.jui
Class JUDefFactoryImpl

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

All Implemented Interfaces:
DCDefFactory, DefinitionFactory

public class JUDefFactoryImpl
extends JUBindingDefFactoryImpl

Constructor Summary
JUDefFactoryImpl()
           

 

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

JUDefFactoryImpl

public JUDefFactoryImpl()

Method Detail

getSubTypeForElement

public java.lang.String getSubTypeForElement(org.w3c.dom.Element element)
Overrides:
getSubTypeForElement in class JUBindingDefFactoryImpl

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
Overrides:
createDefinition in class JUBindingDefFactoryImpl

createControlDef

public DCDefBase createControlDef(java.lang.String subType)
Specified by:
createControlDef in interface DCDefFactory
Overrides:
createControlDef in class JUBindingDefFactoryImpl

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.