JavaScript API Reference for Oracle ADF Faces
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.0.0)
E17489-01 |
PREV NEXT |
FRAMES NO FRAMES Warning: private items are visible |
|
oracle.adf.view.js.event
Class AdfComponentEvent
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
- Direct Known Subclasses:
- AdfActionEvent, AdfAutoSubmitEvent, AdfCalendarActivityDurationChangeEvent, AdfCalendarActivityEvent, AdfCalendarDisplayChangeEvent, AdfCalendarEvent, AdfCarouselDataFetchEvent, AdfCarouselSpinEvent, AdfColumnSelectionEvent, AdfContentFetchEvent, AdfContextInfoEvent, AdfCustomEvent, AdfDialogEvent, AdfDialogServicePopupContainerRemoveEvent, AdfDisclosureEvent, AdfDomComponentEvent, AdfFocusEvent, AdfItemEvent, AdfJsfAjaxRequestEvent, AdfLaunchPopupEvent, AdfLovInternalEvent, AdfLovInternalPopupClosedEvent, AdfPanelCollectionDialogFetchEvent, AdfPollEvent, AdfPopupCanceledEvent, AdfPopupClosedEvent, AdfPopupOpenedEvent, AdfPopupOpeningEvent, AdfQueryEvent, AdfQueryInternalEvent, AdfQueryOperationEvent, AdfRangeChangeEvent, AdfRedirectEvent, AdfReorderEvent, AdfResetEvent, AdfReturnEvent, AdfReturnPopupDataEvent, AdfReturnPopupEvent, AdfRowKeySetChangeEvent, AdfSortEvent, AdfTableDataFetchEvent, AdfTableShowColumnsEvent, AdfTreeExpandAllEvent, AdfUIInputEvent, AdfValueChangeEvent
public class AdfComponentEvent
extends AdfPhasedEvent
Base class for component sourced events
Method Summary
|
public Object |
queue(Boolean isPartial)
-
Queues the component event onto its associated component
|
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 |
public static Object BLUR_EVENT_TYPE
public static Object FOCUS_EVENT_TYPE
public AdfComponentEvent(Object source,
Object type)
Base class for component sourced events
- Parameters:
-
public Object queue(Boolean isPartial)
Queues the component event onto its associated component
- Parameters:
-
isPartial |
- |
If specified, the partial value of the queued event will be set to this value
Default value = undefined
|
- Return:
Object
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.0.0)
E17489-01 |
PREV NEXT |
FRAMES NO FRAMES Warning: private items are visible |
|
Generated on 2011.04.27 02:28 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.