Business Components

Uses of Class
oracle.jbo.uicli.binding.JUCtrlListBinding

Packages that use.*
PackageDescription
oracle.jbo.uicli.binding Contains JClient classes that handle interaction with BC4J objects for various JClient bindings. 
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 JUCtrlListBinding in oracle.jbo.uicli.binding
 

Subclasses of JUCtrlListBinding in oracle.jbo.uicli.binding
TypeName
 class JUCtrlBoolBinding
          Implements data binding support for controls that allow only one of two values, like a checkbox.
 

Uses of JUCtrlListBinding in oracle.jbo.uicli.controls
 

Constructors in oracle.jbo.uicli.controls with parameters of type JUCtrlListBinding
TypeName
JUMultiAttrListEditor(JUCtrlListBinding binding, int attrIndex)
           
 

Uses of JUCtrlListBinding in oracle.jbo.uicli.jui
 

Subclasses of JUCtrlListBinding in oracle.jbo.uicli.jui
TypeName
 class JUButtonBinding
          Implements binding a Swing AbstractButton object with a BC4J attribute.
 class JUButtonGroupBinding
          Binds a group of buttons in a panel to an attribute in a ViewObject such that on selection of a given button, this binding works like a LOV binding, in updating selected attributes in the target ViewObject's current row, with values from the row that's represented by the selected button.
 class JUComboBoxBinding
          Implements binding a swing JComboBox to a BC4J Attribute or ViewObject or as LOV.
 class JUListSingleSelBinding
          Implements binding a swing JList (in single selection mode) to a BC4J Attribute or ViewObject or as LOV.
 class JULovButtonBinding
          Binds a JButton with an iterator such that on button action, an Lov Dialog (either a framework default dialog or an application customized one) is brought up and on the dialog close, the current row from the associated iterator is used to update values of bound attributes in a target row of a target RowIterator.
 


Business Components