OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adfinternal.view.js.event
Class AdfLovInternalEvent

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.AdfLovInternalEvent

public class AdfLovInternalEvent
extends AdfComponentEvent
AdfLovInternalEvent Event class. AdfLovInternalEvent is fired for value change and tab-out from lov components or click the drop down of inputComboboxListOfValues to filter the data and launch the popup



Field Summary

private Object
_action
public static Object
ACTION_CLICK
public static Object
ACTION_TAB
public static Object
EVENT_TYPE
public Object
setRoot


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
AdfLovInternalEvent(Object source, Object action)
AdfLovInternalEvent Event class.


Method Summary

protected Object
AddMarshalledProperties(Object properties)
override of AddMarshalledProperties to add expanded property
public Object
getAction()
property getter for the type parameter
protected Object
Init(Object source, Object action)
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 action, Object partial)
Convenience function for queueing a AdfLaunchPopupEvent 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, getProperties, getRoot, getShowMessages, getSource, getType, isBubblingStopped, isCanceled, IsDeleveryDiscrete, isFullSubmitForced, isPartial, isResponseAnnounced, isResponseExpected, IsUserInputPrevented, isValidationNeeded, noResponseExpected, preventUserInput, 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


_action

private Object _action

ACTION_CLICK

public static Object ACTION_CLICK

ACTION_TAB

public static Object ACTION_TAB

EVENT_TYPE

public static Object EVENT_TYPE

setRoot

public Object setRoot

Constructor Detail


AdfLovInternalEvent

public AdfLovInternalEvent(Object source,
                           Object action)

AdfLovInternalEvent Event class. AdfLovInternalEvent is fired for value change and tab-out from lov components or click the drop down of inputComboboxListOfValues to filter the data and launch the popup

Parameters:
source  -  Source of the AdfLovInternalEvent event
action    

Method Detail


AddMarshalledProperties

protected Object AddMarshalledProperties(Object properties)

override of AddMarshalledProperties to add expanded property

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

getAction

public Object getAction()

property getter for the type parameter

Return:
Object

Init

protected Object Init(Object source,
                      Object action)

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

Parameters:
source    
action    
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 . AdfLovInternalEvent is always propagated to server side.
Overrides:
AdfBaseEvent.propagatesToServer()

queue

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

Convenience function for queueing a AdfLaunchPopupEvent event on a component.

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

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

 

Generated on 2010.03.26 00:15 UTC
Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.