Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01

A B C D E F G H I J K L M N O P R S T U V W X _


U

UPDATEABLE - Static variable in interface oracle.jbo.AttributeDef
The attribute can be freely modified.
UPDATEABLE_WHILE_NEW - Static variable in interface oracle.jbo.AttributeDef
The attribute can be modified until it is committed, but cannot be subsequently modified.
UPDATE_ACTION - Static variable in class oracle.adf.model.binding.PermissionHelper
 
USAGE_PATH - Static variable in class oracle.jbo.uicli.mom.JUTags
 
UpdateEvent - class oracle.jbo.UpdateEvent.
An event class used by RowSetIterator to inform its listeners when a row is modified.
UpdateEvent(RowSetIterator, Row, int, int[]) - Constructor for class oracle.jbo.UpdateEvent
Creates an event when a row is modified.
UpdateListener - interface oracle.binding.UpdateListener.
This Listener will be notified that the associated attribute has been updated and hence the renderer needs to re-render the attribute value.
UseExistingResult - Static variable in class oracle.jbo.uicli.mom.JUTags
 
unRegisterNavigationBarInterface(JUPanelBinding, BindingContext) - Static method in class oracle.jbo.uicli.binding.JUUtil
 
unRegisterStatusBarInterface(JUPanelBinding, BindingContext) - Static method in class oracle.jbo.uicli.binding.JUUtil
 
unflattenName(String) - Static method in class oracle.jbo.common.JboNameUtil
 
updateAttributeValue(Object) - Method in class oracle.jbo.uicli.jui.JUSpinnerBinding
 
updateColumnModel(JTable) - Method in class oracle.jbo.uicli.jui.JUTableBinding
 
updateNavigated(NavigationEvent) - Method in class oracle.jbo.uicli.binding.JUCtrlAttrsBinding
Overridden as a no-op.
updateNavigated(NavigationEvent) - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
 
updateNavigated(NavigationEvent) - Method in class oracle.jbo.uicli.binding.JUCtrlParameterBinding
Overridden as a no-op.
updateNavigated(NavigationEvent) - Method in class oracle.jbo.uicli.binding.JUCtrlRangeBinding
Method to handle Navigation event from the BC4J iterator.
updateNavigated(NavigationEvent) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Update the current row display as the currency has navigated in the iterator with which this control binding is working.
updateNavigated(NavigationEvent) - Method in class oracle.jbo.uicli.jui.JUTableBinding
Adjusts the display to move the current row selection to the new current row.
updateNavigated(NavigationEvent) - Method in class oracle.jbo.uicli.jui.JUTreeNodeBinding
 
updateRangeScrolled(ScrollEvent) - Method in class oracle.jbo.uicli.binding.JUCtrlAttrsBinding
Overridden as a no-op.
updateRangeScrolled(ScrollEvent) - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
 
updateRangeScrolled(ScrollEvent) - Method in class oracle.jbo.uicli.binding.JUCtrlParameterBinding
Overridden as a no-op.
updateRangeScrolled(ScrollEvent) - Method in class oracle.jbo.uicli.binding.JUCtrlRangeBinding
Method to handle scroll events from the BC4J iterator.
updateRangeScrolled(ScrollEvent) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Update the control display based on whether the rows of data has scrolled.
updateRangeScrolled(ScrollEvent) - Method in class oracle.jbo.uicli.jui.JUTableBinding
Adjusts the scrollbar of the associated JTable and also refreshes the display with the current set of rows in range in the associated RowIterator.
updateRangeScrolled(ScrollEvent) - Method in class oracle.jbo.uicli.jui.JUTreeBinding
 
updateRenderer() - Method in interface oracle.binding.UpdateListener
Notification to the listener that the attribute value has changed and needs to be rendered again.
updateRowDeleted(DeleteEvent) - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
Removes a child node that displays the deleted row from amongst this node's children.
updateRowDeleted(DeleteEvent) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Notification that a row was deleted in the associated iterator.
updateRowDeleted(DeleteEvent) - Method in class oracle.jbo.uicli.graph.JUGraphBinding
 
updateRowDeleted(DeleteEvent) - Method in class oracle.jbo.uicli.graph.JUMasterDetailGraphBinding
 
updateRowDeleted(DeleteEvent) - Method in class oracle.jbo.uicli.jui.JUTableBinding
When a row is deleted in the associated iterator, this method gets invoked by the framework, so that this binding can update the displayed rows in the JTable after stopping the edit function on the current cell (if a cell was being edited).
updateRowDeleted(DeleteEvent) - Method in class oracle.jbo.uicli.jui.JUTreeNodeBinding
Removes a child node that displays the deleted row from amongst this node's children.
updateRowInserted(InsertEvent) - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
Update the display by adding a node to render the inserted row as this node's child.
updateRowInserted(InsertEvent) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Notification that a new row was inserted in the associated iterator.
updateRowInserted(InsertEvent) - Method in class oracle.jbo.uicli.graph.JUGraphBinding
 
updateRowInserted(InsertEvent) - Method in class oracle.jbo.uicli.graph.JUMasterDetailGraphBinding
 
updateRowInserted(InsertEvent) - Method in class oracle.jbo.uicli.jui.JUTableBinding
When a new row is inserted into the associated Iterator, this method gets invoked by the framework.
updateTargetFromSelectedValue(Object) - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
updateTargetFromSelectedValue(Object) - Method in class oracle.jbo.uicli.jui.JUComboBoxBinding
 
updateTargetFromSelectedValue(Object) - Method in class oracle.jbo.uicli.jui.JUSpinnerBinding
 
updateValuesFromRow(Row) - Method in class oracle.adf.model.binding.DCIteratorBinding
Calls updateValueFromRow() on each instance of DCCtrlValueBinding objects associated with this iterator binding object.
updateValuesFromRow(Row) - Method in class oracle.jbo.uicli.binding.JUCtrlAttrsBinding
Updates the control-binding and hence the control with attribute values from the attributes of this Row.
updateValuesFromRow(Row) - Method in class oracle.jbo.uicli.binding.JUCtrlHierBinding
This method is called in the framework when values of a single row need to be updated in a control (typically on a navigation event).
updateValuesFromRow(Row) - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
Finds the child node that displays this row and updates its display.
updateValuesFromRow(Row) - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
updateValuesFromRow(Row) - Method in class oracle.jbo.uicli.binding.JUCtrlRangeBinding
This method is called in the framework when values of a single row need to be updated in a control (typically on a navigation event).
updateValuesFromRow(Row) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Given a row, update the control with new attribute values from this row based on the attributes with which this binding is associated.
updateValuesFromRow(Row) - Method in class oracle.jbo.uicli.binding.JUIteratorBinding
Calls updateValueFromRow() on each instance of JUCtrlValueBinding objects associated with this iterator binding object.
updateValuesFromRow(Row) - Method in class oracle.jbo.uicli.jui.JULabelBinding
Makes sure that labels are not turned into disabled if the attribute is marked readonly.
updateValuesFromRow(Row) - Method in class oracle.jbo.uicli.jui.JULovButtonBinding
 
updateValuesFromRow(Row) - Method in class oracle.jbo.uicli.jui.JUTreeBinding
This method is called in the framework when values of a single row need to be updated in a control (typically on a navigation event).
updateValuesFromRow(Row) - Method in class oracle.jbo.uicli.jui.JUTreeNodeBinding
Finds the child node that displays this row and updates its display.
updateValuesFromRows(Row[], Row, boolean) - Method in class oracle.adf.model.binding.DCIteratorBinding
Calls updateValuesFromRows() on each instance of DCCtrlRangeBinding object associated with this iterator binding object.
updateValuesFromRows(Row[], boolean) - Method in class oracle.jbo.uicli.binding.JUCtrlAttrsBinding
Passes on the first row from the given array of rows to updateValuesFromRow() method to update the bound control's display.
updateValuesFromRows(Row[], boolean) - Method in class oracle.jbo.uicli.binding.JUCtrlHierBinding
Updates the nodes in the tree based on the given set of rows.
updateValuesFromRows(Row[], boolean) - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
 
updateValuesFromRows(Row[], boolean) - Method in class oracle.jbo.uicli.binding.JUCtrlParameterBinding
Passes on the first row from the given array of rows to updateValuesFromRow() method to update the bound control's display.
updateValuesFromRows(Row[], boolean) - Method in class oracle.jbo.uicli.binding.JUCtrlRangeBinding
This method is invoked in the framework to update values displayed in the associated control.
updateValuesFromRows(Row[], boolean) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Given a set of rows, update the control with new attribute values from the rows based on the attributes with which this binding is associated.
updateValuesFromRows(Row[], Row, boolean) - Method in class oracle.jbo.uicli.binding.JUIteratorBinding
Calls updateValuesFromRows() on each instance of JUCtrlRangeBinding object associated with this iterator binding object.
updateValuesFromRows(Row[], boolean) - Method in class oracle.jbo.uicli.graph.GraphDataFromRow
 
updateValuesFromRows(Row[], boolean) - Method in class oracle.jbo.uicli.graph.JUGraphBinding
 
updateValuesFromRows(Row[], boolean) - Method in class oracle.jbo.uicli.graph.JUMasterDetailGraphBinding
 
updateValuesFromRows(Row[], boolean) - Method in class oracle.jbo.uicli.jui.JUTableBinding
Updates the JTable's display with the given set of rows after optionally clearing out the current rows (if clear is true).
useDefaultDataControl(BindingContext) - Method in class oracle.jbo.uicli.jui.JUPanelBinding
 
useListAdapter() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
Let a subclass decide if the ListAdapter should be used to avoid creating an iterator over the original list.
usePersistedStructure() - Method in class oracle.adf.model.adapter.AbstractDefinition
Indicates whether the definition delegates to the framework the task of deserializing its StructureDefinition (for example, from bean .xml files on disk).
usesDef(DCBindingContainerDef) - Method in class oracle.adf.model.binding.DCBindingContainer
Internal: Applications should not use this class.
usesMDSByDefault() - Method in class oracle.jbo.uicli.mom.JUMetaObjectManager
 

Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01

A B C D E F G H I J K L M N O P R S T U V W X _


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