Business Components

Uses of Class
oracle.jbo.uicli.jui.JUDefaultControlBinding

Packages that use.*
PackageDescription
oracle.jbo.uicli.controls Contains classes that implement JClient controls  
oracle.jbo.uicli.jui Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 
 

Uses of JUDefaultControlBinding in oracle.jbo.uicli.controls
 

Methods in oracle.jbo.uicli.controls that return JUDefaultControlBinding
TypeName
 JUDefaultControlBinding JUImageControl.getModel()
          Returns the bindName and provides the hook into property editors/customizers.
 

Methods in oracle.jbo.uicli.controls with parameters of type JUDefaultControlBinding
TypeName
 void JUImageControl.setModel(JUDefaultControlBinding binding)
          Binds the control to the infobus and implements lazy loading, by using the DACRTManager, to lookup the RowSet and DataItemName.
 

Uses of JUDefaultControlBinding in oracle.jbo.uicli.jui
 

Methods in oracle.jbo.uicli.jui that return JUDefaultControlBinding
TypeName
static JUDefaultControlBinding JUDefaultControlBinding.createAttributeBinding(JUFormBinding formBinding, JUDefaultControlInterface control, java.lang.String voInstanceName, java.lang.String voIterName, java.lang.String voIterBindingName, java.lang.String attrName)
          Creates an instance of this binding as per the given binding information.
static JUDefaultControlBinding JUDefaultControlBinding.getInstance(JUFormBinding formBinding, JUDefaultControlInterface control, java.lang.String voInstanceName, java.lang.String voIterName, java.lang.String voIterBindingName, java.lang.String attrName)
          Deprecated. since 9.0.2 use createAttributeBinding() instead.
 


Business Components