Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.0.0)

E17483-01

oracle.jbo.uicli.jui
Interface JUDefaultControlInterface

All Known Implementing Classes:
JUArrayComboBox

public interface JUDefaultControlInterface

Implemented by "custom" Controls like JUImageControl that bind to BC4J attributes using JUDefaultControlBinding and have no default Swing model to work with. The controls are themselves responsible for updating the binding with their edited/updated data, so that the binding can update the associated Attribute in a BC4J Row.

See Also:
JUDefaultControlBinding, JUImageControl

Method Summary
 void addFocusListener(java.awt.event.FocusAdapter e)
          This method is invoked by the binding to add a focus listener to the control such that JClient Panelbinding can update its status based on control's focus.
 void dataChanged(java.lang.Object dataItem)
          This method is invoked by the binding to notify the control to update the display with the new data.
 

Method Detail

dataChanged

void dataChanged(java.lang.Object dataItem)
This method is invoked by the binding to notify the control to update the display with the new data.

Parameters:
dataItem - Use this data to update the control's display

addFocusListener

void addFocusListener(java.awt.event.FocusAdapter e)
This method is invoked by the binding to add a focus listener to the control such that JClient Panelbinding can update its status based on control's focus.


Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.0.0)

E17483-01

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