JavaScript API Reference for Oracle ADF Faces
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.0.0)
E17489-01 |
PREV NEXT |
FRAMES NO FRAMES Warning: private items are visible |
|
oracle.adfinternal.view.js.behavior
Class AdfShowPrintablePageBehavior
Warning:
- This is an unsupported, internal implementation class.
- Use an API class that might provide equivalent functionality instead.
- This class will change without notice.
- It is not recommended that you use anything in this class.
org.ecmascript.object.Object
|
+--oracle.adf.view.js.base.AdfObject
|
+--oracle.adf.view.js.base.AdfClientBehavior
|
+--oracle.adfinternal.view.js.behavior.AdfShowPrintablePageBehavior
public class AdfShowPrintablePageBehavior
extends AdfClientBehavior
Client behavior implementation for showing popup components
Method Summary
|
public Object |
fire(Object event)
-
The fire method is called back when the event has been fired.
|
protected Object |
Init()
-
Initializes the instance.
|
public Object |
initialize(Object component)
-
As part of the client behavior contract, initialize is called when the component is created to give the behavior a chance to register event listeners.
|
Methods inherited from oracle.adf.view.js.base.AdfObject
|
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString |
public AdfShowPrintablePageBehavior()
Client behavior implementation for showing popup components
public Object fire(Object event)
The fire method is called back when the event has been fired.
- Parameters:
-
- Return:
Object
protected Object Init()
Initializes the instance. Subclasses of AdfObject must call their superclass' Init
- Return:
Object
- Overrides:
AdfObject.Init()
public Object initialize(Object component)
As part of the client behavior contract, initialize is called when the component is created to give the behavior a chance to register event listeners.
- Parameters:
-
- Return:
Object
- Overrides:
AdfClientBehavior.initialize(Object)
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.0.0)
E17489-01 |
PREV NEXT |
FRAMES NO FRAMES Warning: private items are visible |
|
Generated on 2011.04.27 02:28 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.