OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adfinternal.view.js.event
Class AdfLovInternalPopupClosedEvent

Warning:

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.adfinternal.view.js.event.AdfLovInternalPopupClosedEvent

public class AdfLovInternalPopupClosedEvent
extends AdfComponentEvent
AdfLovInternalPopupClosedEvent constructor which takes source and operation as parameters


Field Summary

public static Object
EVENT_TYPE
private Object
_operation
public static Object
OPERATION_CANCEL
public static Object
OPERATION_TOOLBAR_CLOSED
public Object
setRoot

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

BLUR_EVENT_TYPE, CONTEXT_MENU_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
AdfLovInternalPopupClosedEvent(Object source, Object operation)
AdfLovInternalPopupClosedEvent constructor which takes source and operation as parameters

Method Summary

protected Object
AddMarshalledProperties(Object properties)
override of AddMarshalledProperties to add expanded property
public Object
getOperation()
property getter for the operation parameter
protected Object
Init(Object source, Object operation)
Initializes the instance.
public Object
isImmediate()
Returns true if this event should only trigger validation of immediate fields.
public Object
propagatesToServer()
Override to cause the event to propagate to the server.
public static Object
queue(Object component, Object operation, Object partial)
Convenience function for queueing a AdfLovInternalPopupClosedEvent event on a component.

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

cancel, forceFullSubmit, getClearMessages, getMaxTimeBeforePropagation, getProperties, getRoot, getShowMessages, getSource, getType, isBubblingStopped, isCanceled, IsDeleveryDiscrete, isDeliveryDiscrete, isFullSubmitForced, isPartial, isResponseAnnounced, isResponseExpected, IsUserInputPrevented, isValidationNeeded, noResponseExpected, preventUserInput, setPartial, setRoot, setSource, stopBubbling

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

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

Field Detail


EVENT_TYPE

public static Object EVENT_TYPE

_operation

private Object _operation

OPERATION_CANCEL

public static Object OPERATION_CANCEL

OPERATION_TOOLBAR_CLOSED

public static Object OPERATION_TOOLBAR_CLOSED

setRoot

public Object setRoot

Constructor Detail


AdfLovInternalPopupClosedEvent

public AdfLovInternalPopupClosedEvent(Object source,
                                      Object operation)

AdfLovInternalPopupClosedEvent constructor which takes source and operation as parameters

Parameters:
source  
operation  

Method Detail


AddMarshalledProperties

protected Object AddMarshalledProperties(Object properties)

override of AddMarshalledProperties to add expanded property

Parameters:
properties  
Return:
Object
Overrides:
AdfBaseEvent.AddMarshalledProperties(Object)

getOperation

public Object getOperation()

property getter for the operation parameter

Return:
Object

Init

protected Object Init(Object source,
                      Object operation)

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

Parameters:
source  
operation  
Return:
Object
Overrides:
AdfObject.Init()

isImmediate

public Object isImmediate()

Returns true if this event should only trigger validation of immediate fields.

Return:
Object
Overrides:
AdfBaseEvent.isImmediate()

propagatesToServer

public Object propagatesToServer()

Override to cause the event to propagate to the server.

Return:
Object - true . AdfLovInternalPopupClosedEvent is always propagated to server side.
Overrides:
AdfBaseEvent.propagatesToServer()

queue

public static Object queue(Object component,
                           Object operation,
                           Object partial)

Convenience function for queueing a AdfLovInternalPopupClosedEvent event on a component.

Parameters:
component  
operation  
partial  
Return:
Object
Overrides:
AdfComponentEvent.queue(Boolean)

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

 

Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.