Business Components

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

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 JULabelBinding in oracle.jbo.uicli.controls
 

Methods in oracle.jbo.uicli.controls that return JULabelBinding
TypeName
 JULabelBinding JULabel.getModel()
          Returns the attribute-binding model that this control is bound to.
 

Methods in oracle.jbo.uicli.controls with parameters of type JULabelBinding
TypeName
 void JULabel.setModel(JULabelBinding binding)
          Binds this label control with an attribute in a ViewObject.
 

Uses of JULabelBinding in oracle.jbo.uicli.jui
 

Methods in oracle.jbo.uicli.jui that return JULabelBinding
TypeName
static JULabelBinding JULabelBinding.createAttributeBinding(JUFormBinding formBinding, javax.swing.JLabel control, java.lang.String voInstanceName, java.lang.String voIterName, java.lang.String voIterBindingName, java.lang.String attrName)
          This method is used by the JDeveloper designtime wizards for binding a label with an attribute of rows of a ViewObject/RowIterator.
static JULabelBinding JULabelBinding.getInstance(JUFormBinding formBinding, javax.swing.JLabel control, java.lang.String voInstanceName, java.lang.String voIterName, java.lang.String voIterBindingName, java.lang.String attrName)
          Deprecated. since JDeveloper 9.0.2, use createAttributeBinding instead
 


Business Components