OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adfinternal.view.js.behavior
Class AdfPanelDashboardBehavior

Warning:

org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.base.AdfObject
         |
         +--oracle.adf.view.js.base.AdfClientBehavior
               |
               +--oracle.adfinternal.view.js.behavior.AdfPanelDashboardBehavior

public class AdfPanelDashboardBehavior
extends AdfClientBehavior
Client behavior implementation for linking a component with a panelDashboard.



Field Summary

private Object
_alignId
private Object
_index
private Object
_panelDashboardId
private Object
_type


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

constructor, superclass


Fields inherited from org.ecmascript.object.Object

prototype


Constructor Summary

public
AdfPanelDashboardBehavior(Object panelDashboardId, Object type, Object alignId)
Client behavior implementation for linking a component with a panelDashboard.


Method Summary

private Object
_actionHandler(Object actionEvent)
Handles the actionEvent that this behavior is connected to.
protected Object
Init(Object panelDashboardId, Object type, Object index, Object alignId)
Initializes the instance.
public Object
initialize(Object behaviorComponent)
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


_alignId

private Object _alignId

_index

private Object _index

_panelDashboardId

private Object _panelDashboardId

_type

private Object _type

Constructor Detail


AdfPanelDashboardBehavior

public AdfPanelDashboardBehavior(Object panelDashboardId,
                                 Object type,
                                 Object alignId)

Client behavior implementation for linking a component with a panelDashboard.

Parameters:
panelDashboardId    
type    
alignId    

Method Detail


_actionHandler

private Object _actionHandler(Object actionEvent)

Handles the actionEvent that this behavior is connected to.

Parameters:
actionEvent    
Return:
Object

Init

protected Object Init(Object panelDashboardId,
                      Object type,
                      Object index,
                      Object alignId)

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

Parameters:
panelDashboardId    
type    
index    
alignId    
Return:
Object
Overrides:
AdfObject.Init()

initialize

public Object initialize(Object behaviorComponent)

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

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

 

Generated on 2012.03.28 02:21 UTC
Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.