|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.util.AbstractMap
oracle.jbo.common.JboAbstractMap
oracle.adf.model.binding.DCControlBinding
oracle.jbo.uicli.binding.JUControlBinding
oracle.jbo.uicli.binding.JUCtrlValueBinding
oracle.jbo.uicli.binding.JUCtrlAttrsBinding
oracle.jbo.uicli.binding.JUCtrlListBinding
oracle.jbo.uicli.binding.JUCtrlBoolBinding
Implements data binding support for controls that allow only one of two values, like a checkbox. This binding lets a subclass provide two values in a list and by default the first value is returned to indicate a TRUE value and the second value represents the FALSE value.
| 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.JUCtrlValueBinding |
ATTR_ATTRIBUTE, ATTR_ATTRIBUTE_DEF, ATTR_ATTRIBUTE_DEFS, ATTR_ATTRIBUTE_VALUE, ATTR_ATTRIBUTE_VALUES, ATTR_ATTRIBUTES, ATTR_DISPLAY_HEIGHT, ATTR_DISPLAY_HINT, ATTR_DISPLAY_WIDTH, ATTR_FORMAT, ATTR_FORMATS, ATTR_INPUT_VALUE, ATTR_LABEL, ATTR_LABELS, ATTR_LABELSET, ATTR_MANDATORY, ATTR_PATH, ATTR_TOOLTIP, ATTR_UPDATEABLE, ATTR_VIEWABLE, 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, mAttributeListener, mInternalGet_KeyResolved, ROW_KEY_STR |
| Constructor Summary | |
JUCtrlBoolBinding(java.lang.Object control, oracle.adf.model.binding.DCIteratorBinding iterBinding, java.lang.String attrName, java.lang.Object[] valueList, boolean boolVal)This constructor binds a Swing control to an attribute 'attrName' in the ViewObject identified by the given IteratorBinding iterBinding. |
|
JUCtrlBoolBinding(java.lang.Object control, JUIteratorBinding iterBinding, java.lang.String attrName)This constructor binds a Swing control to an attribute 'attrName' in the ViewObject identified by the given IteratorBinding iterBinding. |
|
| Method Summary | |
java.lang.Object |
findValue(java.lang.Object val)Matches the given value to a boolean based on what's in the list and the setting of boolval parameter from the constructor. |
java.lang.Object |
getInputValue()Primarily for spel support. |
java.lang.Object |
getValueFromBoolean(boolean b)Matches the boolean value to a value from the list based on boolVal parameter in the constructor. |
boolean |
processNewInputValue(java.lang.Object value)Compares the value (assumed to be a numeric String or an Integer) with currently selected index in this listbinding and if different, then returns true. |
void |
setInputValue(java.lang.Object value)Primarily for spel support. |
| Methods inherited from class oracle.jbo.uicli.binding.JUCtrlAttrsBinding |
createAttributeBinding, refreshControl, setControlEnabled, updateNavigated, updateRangeScrolled, updateValuesFromRows |
| Methods inherited from class oracle.jbo.uicli.binding.JUControlBinding |
getCurrentRow, getFormBinding, getIteratorBinding, reportException, setFormBinding |
| Methods inherited from class oracle.adf.model.binding.DCControlBinding |
addToDCExceptions, executeQuery, executeQueryIfNeeded, get, getAllRowsInRange, getApplicationModule, getBindingContainer, getControl, getControlModel, getDCIteratorBinding, getDef, getDefFullName, getDefName, getFullName, getLayoutObject, getName, getRowAtRangeIndex, getRowIterator, getTransaction, getViewObject, hashCode, internalHasPermission, internalSetName, needsEstimatedRowCount, removeFromDCExceptions, reportException, resetAttributeExceptionInRow, setBindingContainer, setControl, setListener, setListener, setName |
| Methods inherited from class oracle.jbo.common.JboAbstractMap |
entrySet, equals, internalPut |
| 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.adf.model.AttributeBinding |
getErrors, getLabel, validateInputValue |
| Methods inherited from interface oracle.adf.model.ControlBinding |
setListener |
| Methods inherited from interface oracle.binding.ControlBinding |
getName, getPath, resolvePath, setListener |
| Methods inherited from interface oracle.jbo.StructureDef |
getDefFullName, getDefName, getFullName, getName |
| Constructor Detail |
public JUCtrlBoolBinding(java.lang.Object control,
JUIteratorBinding iterBinding,
java.lang.String attrName)
public JUCtrlBoolBinding(java.lang.Object control,
oracle.adf.model.binding.DCIteratorBinding iterBinding,
java.lang.String attrName,
java.lang.Object[] valueList,
boolean boolVal)
| Method Detail |
public java.lang.Object findValue(java.lang.Object val)
findValue in class JUCtrlListBindingpublic java.lang.Object getValueFromBoolean(boolean b)
public java.lang.Object getInputValue()
Returns the last input value for the first attribute on this binding if this value raised an exception. Otherwise returns the value from the model object calling getAttribute(0);
getInputValue in interface oracle.adf.model.AttributeBindinggetInputValue in class JUCtrlListBindingpublic void setInputValue(java.lang.Object value)
Sets the value given and caches any error/exception in member variables for further access. Also rethrows the exception for outer methods to catch it.
setInputValue in interface oracle.adf.model.AttributeBindingsetInputValue in class JUCtrlListBindingpublic boolean processNewInputValue(java.lang.Object value)
processNewInputValue in interface oracle.adf.model.AttributeBindingprocessNewInputValue in class JUCtrlListBindingvalue - new selectedIndex value.
|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||