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.
| 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 |
ThinUIExtension
public ThinUIExtension()
- Constructor.
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.
Copyright © 2003, Oracle. All Rights Reserved.