| Package | Description | 
|---|---|
| oracle.jbo.uicli.controls | Contains classes that implement ADF Swing controls | 
| oracle.jbo.uicli.jui | Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JULovPanel | 
| Modifier and Type | Method and Description | 
|---|---|
| int | JULovDialog. getListCount(JULovPanelInterface panel) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected JULovPanelInterface | JULovButtonBinding. mLovPanelPanel that displays LOV data. | 
| protected JULovPanelInterface | JUComboBoxLovEditBinding. mLovPanel | 
| Modifier and Type | Method and Description | 
|---|---|
| JULovPanelInterface | JULovButtonBinding. getLovPanelInterface() | 
| JULovPanelInterface | JUComboBoxLovEditBinding. getLovPanelInterface() | 
| Modifier and Type | Method and Description | 
|---|---|
| static javax.swing.ButtonModel | JULovButtonBinding. createLovBinding(JUFormBinding formBinding,
                javax.swing.AbstractButton control,
                java.lang.String voInstanceName,
                java.lang.String voIterName,
                java.lang.String voIterBindingName,
                java.lang.String[] voAttrNames,
                java.lang.String lovVOInstanceName,
                java.lang.String lovVOIterName,
                java.lang.String lovVOIterBindingName,
                java.lang.String[] lovVOAttrNames,
                java.lang.String[] lovVODisplayedAttrNames,
                JULovPanelInterface lovPanel)This method should be used to create a JULovButtonBinding and bind it to a JButton control. | 
| Constructor and Description | 
|---|
| JULovButtonBinding(java.lang.Object control,
                  JUIteratorBinding iterBinding,
                  java.lang.String[] targetAttrs,
                  RowSetIterator lovRsi,
                  java.lang.String[] listAttrNames,
                  java.lang.String[] lovVODisplayedAttrNames,
                  JULovPanelInterface lovPanel) |