OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

oracle.adfinternal.view.js.behavior
Class AdfShowPrintablePageBehavior

Warning:

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



Field Summary


Fields inherited from oracle.adf.view.js.base.AdfObject

constructor, superclass


Fields inherited from org.ecmascript.object.Object

prototype


Constructor Summary

public
AdfShowPrintablePageBehavior()
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


Field Detail


Constructor Detail


AdfShowPrintablePageBehavior

public AdfShowPrintablePageBehavior()

Client behavior implementation for showing popup components

Method Detail


fire

public Object fire(Object event)

The fire method is called back when the event has been fired.

Parameters:
event    
Return:
Object

Init

protected Object Init()

Initializes the instance. Subclasses of AdfObject must call their superclass' Init

Return:
Object
Overrides:
AdfObject.Init()

initialize

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:
component    
Return:
Object
Overrides:
AdfClientBehavior.initialize(Object)

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2009.09.25 03:44 UTC
Copyright (c) 1998, 2009, Oracle and/or its affiliates. All rights reserved.