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

E17483-02

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
 


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

E17483-02

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