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


oracle.jbo.uicli.jui
Class JUButtonGroupBinding

java.lang.Object
  extended byjava.util.AbstractMap
      extended byoracle.jbo.common.JboAbstractMap
          extended byoracle.adf.model.binding.DCControlBinding
              extended byoracle.jbo.uicli.binding.JUControlBinding
                  extended byoracle.jbo.uicli.binding.JUCtrlValueBinding
                      extended byoracle.jbo.uicli.binding.JUCtrlAttrsBinding
                          extended byoracle.jbo.uicli.binding.JUCtrlListBinding
                              extended byoracle.jbo.uicli.jui.JUButtonGroupBinding

All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, JUCtrlInputValueHandler, java.util.Map, RowNavigationListener, RowSetListener, RowSetManagementListener, StructureDef

public class JUButtonGroupBinding
extends JUCtrlListBinding
implements java.awt.event.ActionListener

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 or used to display an enumerated list for update. When used like an LOV, it will update selected attributes in the target ViewObject's current row with values from the row that is represented by the selected button.

When the binding is used to display an enumerated list of values in a set of buttons grouped together, it will update a value in one of the attributes of the current row in a target ViewObject. This behaves like the attribute binding in a list control with a static list of values.


Nested Class Summary

Nested classes inherited from class java.util.Map
java.util.Map.Entry

Field Summary

Fields inherited from class oracle.jbo.uicli.binding.JUCtrlListBinding
DH_CONTROL_TYPE, DH_DISPLAY_HEIGHT, DH_DISPLAY_HINT, DH_DISPLAY_WIDTH, DH_FORMAT, DH_LABEL, DH_TOOLTIP, LIST_OPER_NAVIGATE, LIST_OPER_SET_ATTRIBUTE, LISTITEM_DisplayValues, LISTITEM_Index, LISTITEM_Prompt, LISTITEM_Selected, LISTITEM_SelectedIndex, mFirstDisplayAttr, mListAttrNames, mListDisplayAttrNames, mListIterBinding, mSingleAttrList, mStaticList, mValueList

Fields inherited from class oracle.jbo.uicli.binding.JUCtrlValueBinding
ATTR_ATTRIBUTE, ATTR_ATTRIBUTE_DEF, ATTR_ATTRIBUTE_DEFS, ATTR_ATTRIBUTE_VALUE, ATTR_ATTRIBUTE_VALUES, ATTR_ATTRIBUTES, ATTR_DISPLAY_HINT, ATTR_INPUT_VALUE, ATTR_LABEL, ATTR_LABELS, ATTR_LABELSET, ATTR_MANDATORY, ATTR_TOOLTIP, ATTR_UPDATEABLE, mHasInputVal, mInputVal, SEP_LIST_DISPLAY

Fields inherited from class oracle.adf.model.binding.DCControlBinding
ATTR_CURRENTROW, ATTR_DEF, ATTR_ERROR, ATTR_ERRORS, ATTR_FULLNAME, ATTR_ITER, ATTR_NAME, mInternalGet_KeyResolved, ROW_KEY_STR

Constructor Summary
JUButtonGroupBinding(javax.swing.AbstractButton[] buttons, JUIteratorBinding iterBinding, java.lang.String attrName, java.lang.Object[] valueList)
Use this constructor to setup an enumerated list of values and bind them to an attribute in a ViewObject (like a static list of values bound to an attribute in a ListBox or a ComboBox).
JUButtonGroupBinding(JUButtonGroupControlInterface control, DCIteratorBinding iterBinding, java.lang.String[] attrNames, int listOperMode)
JUButtonGroupBinding(JUButtonGroupControlInterface control, DCIteratorBinding iterBinding, java.lang.String[] attrNames, JUIteratorBinding listIterBinding, java.lang.String[] listAttrNames, java.lang.String[] listDisplayAttrNames)
JUButtonGroupBinding(JUButtonGroupControlInterface control, DCIteratorBinding iterBinding, java.lang.String[] attrNames, java.lang.Object[] valueList)
Use this constructor to setup an enumerated list of values and bind them to an attribute in a ViewObject (like a static list of values bound to an attribute in a ListBox or a ComboBox).
JUButtonGroupBinding(JUButtonGroupControlInterface control, JUIteratorBinding iterBinding, java.lang.String[] attrNames, JUIteratorBinding listIterBinding, java.lang.String[] listAttrNames, java.lang.String listDisplayAttrName)
Use this constructor to bind a set of group buttons (created by the given control in createButtons method) based on values as returned from the given LOV viewobject.

Method Summary
void actionPerformed(java.awt.event.ActionEvent e)
void addControlToPanel(java.lang.Object panel, java.lang.Object layoutObject, java.lang.Object layoutCons)
*** For internal framework use only ***
static JUButtonGroupBinding createEnumerationBinding(JUFormBinding formBinding, javax.swing.AbstractButton[] buttons, java.lang.String voInstanceName, java.lang.String voIterName, java.lang.String voIterBindingName, java.lang.String attrName, java.lang.Object[] valueList)
Given a list of buttons (that display the values for the given valueList) bind to an attribute of a ViewObject, such that on selection of one of the buttons in the list, the value of the selected attribute in the current row of the ViewObject is updated with the equivalent value in the valueList array.
static JUButtonGroupBinding createLovBinding(JUFormBinding formBinding, JUButtonGroupControlInterface control, java.lang.String voInstanceName, java.lang.String voIterName, java.lang.String voIterBindingName, java.lang.String[] voAttrNames, java.lang.String lovVOInstanceName, java.lang.String[] lovVOAttrNames, java.lang.String lovVODisplayedAttrName)
This method should be used to create a JUButtonGroupBinding and bind it to a control.
javax.swing.AbstractButton[] getButtons()
java.lang.Object getControlModel(java.lang.Object control)
Gets the associated View's model object.
AttributeDef[] getDisplayAttributeDefs()
static JUButtonGroupBinding getInstance(JUFormBinding formBinding, javax.swing.AbstractButton[] buttons, java.lang.String voInstanceName, java.lang.String voIterName, java.lang.String voIterBindingName, java.lang.String attrName, java.lang.Object[] valueList)
Deprecated. since 9.0.2 use createLovBinding() or createEnumerationBinding instead
static JUButtonGroupBinding getInstance(JUFormBinding formBinding, JUButtonGroupControlInterface control, java.lang.String voInstanceName, java.lang.String voIterName, java.lang.String voIterBindingName, java.lang.String attrName, java.lang.String listVOInstanceName, java.lang.String listVOAttrName)
Deprecated. since 9.0.2 use createLovBinding() or createEnumerationBinding instead
protected boolean isViewInitialized()
void refreshControl()
*** For internal framework use only ***
void setDataValueAt(java.lang.Object value, int attrIndex)
Sets the button with the given value as selected in the control as well as update the target attribute with the selected value.
void setSelectedIndex(int indx)
Sets the button at the given index as selected in the control as well as update the target attribute with the selected value.
protected void setupListItems(boolean clean, boolean keepSelection)
Sets up the list of values that are displayed by the associated control.
void setValueAt(java.lang.Object value, int attrIndex)
Matches the given value to a button in the associated control and sets it as selected.

Methods inherited from class oracle.jbo.uicli.binding.JUCtrlListBinding
convertValueList, findListIndex, findMatchingListValue, findValue, getDisplayData, getDisplayHints, getDisplayListIterator, getInputValue, getListDisplayAttrNames, getListIterBinding, getListOperMode, getSelectedIndex, getSelectedIndexValue, getSelectedValue, getValueAt, getValueFromList, getValueList, internalGet, isControlQueriable, isSingleAttrList, iteratorClosed, iteratorReset, matchTargetWithLov, navigated, processNewInputValue, put, rangeRefreshed, rangeScrolled, release, rowDeleted, rowInserted, rowUpdated, setAttributeFromValueList, setInputValue, setListOperMode, setListValueAsSelected, setSelectedIndexValue, setSingleAttrList, setStaticList, setTargetAttrsFromLovRow, setValueList, toString, updateTargetFromSelectedValue, updateValuesFromRow

Methods inherited from class oracle.jbo.uicli.binding.JUCtrlAttrsBinding
createAttributeBinding, setControlEnabled, updateNavigated, updateRangeScrolled, updateValuesFromRows

Methods inherited from class oracle.jbo.uicli.binding.JUCtrlValueBinding
compareAndSetAttribute, displayInShortForm, findAttributeDef, getAttribute, getAttribute, getAttribute, getAttributeCount, getAttributeDef, getAttributeDef, getAttributeDefs, getAttributeFromRow, getAttributeFromRow, getAttributeFromRow, getAttributeFromRow, getAttributeFromRow, getAttributeIndexOf, getAttributeNames, getAttributes, getAttributes, getAttributeUIHelper, getAttributeValidators, getAttributeValidators, getAttributeValue, getAttributeValue, getAttributeValueFromRow, getAttributeValues, getAttributeValues, getControlType, getDisplayHeight, getDisplayHint, getDisplayWidth, getError, getErrors, getHint, getHint, getLabel, getLabel, getLabels, getLabelSet, getLocaleContext, getMergedAttributeValues, getPath, getTooltip, getTooltip, hasFormatInformation, internalGetRow, isArrayIteratorType, isAttributeMandatory, isAttributeUpdateable, isMandatory, isNewInputValue, isUpdateable, lookupAttributeDef, processInputException, resetInputState, setArrayIteratorType, setAttribute, setAttribute, setAttributeInRow, setAttributeInRow, setAttributeInRow, setAttributeInRow, setAttributeInRow, setAttributeInRow, setAttributeValue, setError, setInputValue, setInputValueHandler, stopEditing, updateRowDeleted, updateRowInserted

Methods inherited from class oracle.jbo.uicli.binding.JUControlBinding
getFormBinding, getIteratorBinding, reportException, setFormBinding

Methods inherited from class oracle.adf.model.binding.DCControlBinding
addToDCExceptions, executeQuery, executeQueryIfNeeded, get, getAllRowsInRange, getApplicationModule, getBindingContainer, getControl, getCurrentRow, getDCIteratorBinding, getDef, getDefFullName, getDefName, getFullName, getLayoutObject, getName, getRowAtRangeIndex, getRowIterator, getTransaction, getViewObject, hashCode, internalSetName, needsEstimatedRowCount, removeFromDCExceptions, reportException, resetAttributeExceptionInRow, setBindingContainer, setControl, setName

Methods inherited from class oracle.jbo.common.JboAbstractMap
entrySet, equals

Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, isEmpty, keySet, putAll, remove, size, values

Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait

Methods inherited from interface oracle.jbo.StructureDef
getDefFullName, getDefName, getFullName, getName

Constructor Detail

JUButtonGroupBinding

public JUButtonGroupBinding(javax.swing.AbstractButton[] buttons,
                            JUIteratorBinding iterBinding,
                            java.lang.String attrName,
                            java.lang.Object[] valueList)
Use this constructor to setup an enumerated list of values and bind them to an attribute in a ViewObject (like a static list of values bound to an attribute in a ListBox or a ComboBox). For example, say an attriute may contain only two values M/F. RadioButtons grouped together could be used to display Male/Female in the UI, while upon selection of either, the corresponding attribute value is updated with M/F. This kind of usage can be bound via this constructor.

JUButtonGroupBinding

public JUButtonGroupBinding(JUButtonGroupControlInterface control,
                            DCIteratorBinding iterBinding,
                            java.lang.String[] attrNames,
                            int listOperMode)

JUButtonGroupBinding

public JUButtonGroupBinding(JUButtonGroupControlInterface control,
                            DCIteratorBinding iterBinding,
                            java.lang.String[] attrNames,
                            java.lang.Object[] valueList)
Use this constructor to setup an enumerated list of values and bind them to an attribute in a ViewObject (like a static list of values bound to an attribute in a ListBox or a ComboBox). For example, say an attriute may contain only two values M/F. RadioButtons grouped together could be used to display Male/Female in the UI, while upon selection of either, the corresponding attribute value is updated with M/F. This kind of usage can be bound via this constructor.

JUButtonGroupBinding

public JUButtonGroupBinding(JUButtonGroupControlInterface control,
                            DCIteratorBinding iterBinding,
                            java.lang.String[] attrNames,
                            JUIteratorBinding listIterBinding,
                            java.lang.String[] listAttrNames,
                            java.lang.String[] listDisplayAttrNames)

JUButtonGroupBinding

public JUButtonGroupBinding(JUButtonGroupControlInterface control,
                            JUIteratorBinding iterBinding,
                            java.lang.String[] attrNames,
                            JUIteratorBinding listIterBinding,
                            java.lang.String[] listAttrNames,
                            java.lang.String listDisplayAttrName)
Use this constructor to bind a set of group buttons (created by the given control in createButtons method) based on values as returned from the given LOV viewobject. This constructor creates an LOV binding.

Method Detail

createLovBinding

public static JUButtonGroupBinding createLovBinding(JUFormBinding formBinding,
                                                    JUButtonGroupControlInterface control,
                                                    java.lang.String voInstanceName,
                                                    java.lang.String voIterName,
                                                    java.lang.String voIterBindingName,
                                                    java.lang.String[] voAttrNames,
                                                    java.lang.String lovVOInstanceName,
                                                    java.lang.String[] lovVOAttrNames,
                                                    java.lang.String lovVODisplayedAttrName)
This method should be used to create a JUButtonGroupBinding and bind it to a control.
Parameters:
formBinding - The containing JUPanelBinding in which the given iterator binding would be found/created.
control - The control instance to bind to a ViewObject's attribute.
voInstanceName - Name of the instance of the ViewObject in a BC4J ApplicationModule.
voIterName - Runtime instance name of the iterator in the ViewObject (optional).
voIterBindingName - Instance name of the iterator binding that uniquely identifies an iterator binding object used to read/write data in this given JUPanelBinding instance.
voAttrNames - The names of the attributes of the target ViewObject rows that are updated when a Lov row is selected.
lovVOInstanceName - Name of the instance of the ViewObject in BC4J application module to use for LOV display and selection.
lovVOAttrNames - Names of the attributes that are used to update the target ViewObject attributes.

getInstance

public static JUButtonGroupBinding getInstance(JUFormBinding formBinding,
                                               JUButtonGroupControlInterface control,
                                               java.lang.String voInstanceName,
                                               java.lang.String voIterName,
                                               java.lang.String voIterBindingName,
                                               java.lang.String attrName,
                                               java.lang.String listVOInstanceName,
                                               java.lang.String listVOAttrName)
Deprecated. since 9.0.2 use createLovBinding() or createEnumerationBinding instead

createEnumerationBinding

public static JUButtonGroupBinding createEnumerationBinding(JUFormBinding formBinding,
                                                            javax.swing.AbstractButton[] buttons,
                                                            java.lang.String voInstanceName,
                                                            java.lang.String voIterName,
                                                            java.lang.String voIterBindingName,
                                                            java.lang.String attrName,
                                                            java.lang.Object[] valueList)
Given a list of buttons (that display the values for the given valueList) bind to an attribute of a ViewObject, such that on selection of one of the buttons in the list, the value of the selected attribute in the current row of the ViewObject is updated with the equivalent value in the valueList array.

getInstance

public static JUButtonGroupBinding getInstance(JUFormBinding formBinding,
                                               javax.swing.AbstractButton[] buttons,
                                               java.lang.String voInstanceName,
                                               java.lang.String voIterName,
                                               java.lang.String voIterBindingName,
                                               java.lang.String attrName,
                                               java.lang.Object[] valueList)
Deprecated. since 9.0.2 use createLovBinding() or createEnumerationBinding instead

isViewInitialized

protected boolean isViewInitialized()
Overrides:
isViewInitialized in class JUCtrlListBinding

getControlModel

public java.lang.Object getControlModel(java.lang.Object control)
Gets the associated View's model object.
Overrides:
getControlModel in class DCControlBinding

refreshControl

public void refreshControl()
Description copied from class: JUCtrlAttrsBinding
*** For internal framework use only ***

Updates the values in a control that is bound using an Iterator already in use. (a valid row iterator) If you do not call this method, your control won't update unless you refresh the Iterator.

Overrides:
refreshControl in class JUCtrlAttrsBinding

setupListItems

protected void setupListItems(boolean clean,
                              boolean keepSelection)
Sets up the list of values that are displayed by the associated control. This method creates the list of buttons by calling the control's createButtons() method passing it the list of Strings to be used for display.
Overrides:
setupListItems in class JUCtrlListBinding

addControlToPanel

public void addControlToPanel(java.lang.Object panel,
                              java.lang.Object layoutObject,
                              java.lang.Object layoutCons)
*** For internal framework use only ***
Overrides:
addControlToPanel in class JUCtrlListBinding

setValueAt

public void setValueAt(java.lang.Object value,
                       int attrIndex)
Matches the given value to a button in the associated control and sets it as selected.
Overrides:
setValueAt in class JUCtrlListBinding

setSelectedIndex

public void setSelectedIndex(int indx)
Sets the button at the given index as selected in the control as well as update the target attribute with the selected value.
Overrides:
setSelectedIndex in class JUCtrlListBinding

setDataValueAt

public void setDataValueAt(java.lang.Object value,
                           int attrIndex)
Sets the button with the given value as selected in the control as well as update the target attribute with the selected value.
Overrides:
setDataValueAt in class JUCtrlListBinding

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

getButtons

public javax.swing.AbstractButton[] getButtons()

getDisplayAttributeDefs

public AttributeDef[] getDisplayAttributeDefs()
Overrides:
getDisplayAttributeDefs in class JUCtrlListBinding

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


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