OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.event
Class AdfPopupOpeningEvent

org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.base.AdfObject
         |
         +--oracle.adf.view.js.event.AdfBaseEvent
               |
               +--oracle.adf.view.js.event.AdfPhasedEvent
                     |
                     +--oracle.adf.view.js.event.AdfComponentEvent
                           |
                           +--oracle.adf.view.js.event.AdfPopupOpeningEvent

public class AdfPopupOpeningEvent
extends AdfComponentEvent
PopupOpening Event class



Field Summary

private Object
_hints
public static Object
POPUP_OPENING_EVENT_TYPE


Fields inherited from oracle.adf.view.js.event.AdfComponentEvent

BLUR_EVENT_TYPE, FOCUS_EVENT_TYPE


Fields inherited from oracle.adf.view.js.event.AdfBaseEvent

AT_TARGET_PHASE, BUBBLING_PHASE, CAPTURING_PHASE


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

constructor, superclass


Fields inherited from org.ecmascript.object.Object

prototype


Constructor Summary

public
AdfPopupOpeningEvent(Object source, Object hints)
PopupOpening Event class


Method Summary

public Object
getHints()
Returns the hints that were used to initially open the popup
protected Object
Init(AdfUIComponent source, Object hints)
Initializer


Methods inherited from oracle.adf.view.js.event.AdfComponentEvent

queue


Methods inherited from oracle.adf.view.js.event.AdfPhasedEvent

getCurrentTarget, getDoesBubbles, getEventPhase, isCancelable, nextEventPhase, setCurrentTarget, toDebugString


Methods inherited from oracle.adf.view.js.event.AdfBaseEvent

AddMarshalledProperties, cancel, forceFullSubmit, getClearMessages, getProperties, getRoot, getShowMessages, getSource, getType, isBubblingStopped, isCanceled, IsDeleveryDiscrete, isFullSubmitForced, isImmediate, isPartial, isResponseAnnounced, isResponseExpected, IsUserInputPrevented, isValidationNeeded, noResponseExpected, preventUserInput, propagatesToServer, setPartial, setRoot, stopBubbling


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

adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toString


Field Detail


_hints

private Object _hints

POPUP_OPENING_EVENT_TYPE

public static Object POPUP_OPENING_EVENT_TYPE

Constructor Detail


AdfPopupOpeningEvent

public AdfPopupOpeningEvent(Object source,
                            Object hints)

PopupOpening Event class

Parameters:
source    
hints    

Method Detail


getHints

public Object getHints()

Returns the hints that were used to initially open the popup

Return:
Object - literal object containing the hints used to open the popup

Init

protected Object Init(AdfUIComponent source,
                      Object hints)

Initializer

Parameters:
source  -  the popup component that is opening
hints    
Return:
Object
Overrides:
AdfObject.Init()

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.