Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.5.0)

E10653-06


oracle.jbo.uicli.binding
Interface JUStatusBarInterface

All Superinterfaces:
DCStatusBarInterface
All Known Implementing Classes:
JUStatusBar

public interface JUStatusBarInterface
extends DCStatusBarInterface

Implements status messages based on the current focus, current iterator, and current display mode of a JUPanel. Various JClient control bindings and Panel bindings use this interface to update their status and the classes implementing this interface (typically a StatusBar) can display these status messages. Messages that are MsgId0based could be found in UIMessageBundle class.

Applications could implement this interface to manage focus, currency and display status messages in a custom manner and register the implementing class with a JUPanelBinding to get these messages.

See Also:
UIMessageBundle

Method Summary

 

Methods inherited from interface oracle.adf.model.binding.DCStatusBarInterface
displayStatus, displayStatus, focusGained, release

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.5.0)

E10653-06


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