Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.thin.beans
Class ThinUIExtension

java.lang.Object
  |
  +--oracle.dss.thin.beans.ThinUIExtension
All Implemented Interfaces:
oracle.cabo.ui.UIExtension

public class ThinUIExtension
extends java.lang.Object
implements oracle.cabo.ui.UIExtension

The BI Beans UIExtension for UIX Components. To ensure that UIX Components can render BI Beans thin beans, register this class with an oracle.cabo.ui.laf.LookAndFeelManager. You can register it with the default LookAndFeelManager. For more information on configuring a servlet's LookAndFeelManager, see the "Extending UIX" chapter in the UIX Developer's Guide.


Constructor Summary
ThinUIExtension()
          Constructor.

 

Method Summary
 void registerSelf(oracle.cabo.ui.laf.LookAndFeel laf)
          Registers this ThinUIExtension with a look-and-feel.
 void registerSelf(oracle.cabo.share.xml.ParserManager manager)
          Registers this ThinUIExtension with a ParserManager.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ThinUIExtension

public ThinUIExtension()
Constructor.
Method Detail

registerSelf

public void registerSelf(oracle.cabo.share.xml.ParserManager manager)
Registers this ThinUIExtension with a ParserManager. This method is called by UIX Components code.
Specified by:
registerSelf in interface oracle.cabo.ui.UIExtension
Parameters:
manager - The ParserManager to register with.

registerSelf

public void registerSelf(oracle.cabo.ui.laf.LookAndFeel laf)
Registers this ThinUIExtension with a look-and-feel. This method is called by UIX Components code.

In a servlet, to register this ThinUIExtension with a look-and-feel, call the registerUIExtension method of the look-and-feel.

Specified by:
registerSelf in interface oracle.cabo.ui.UIExtension
Parameters:
laf - The LookAndFeel to register with.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.