Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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

Packages that use JULabelBinding
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
 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
 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
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 design time 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

 


Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

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