JavaScript API Reference for Oracle ADF Faces
|
Oracle® Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.4.0) E81451-01
|
PREV
NEXT |
FRAMES
NO FRAMES
Warning: private items are visible
|
|
oracle.adfinternal.view.js.event.datepicker
Class AdfChooseDateTimeSelectionEvent
Warning:
- This is an unsupported, internal implementation class.
- Use an API class that might provide equivalent functionality instead.
- This class will change without notice.
- It is not recommended that you use anything in this class.
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.AdfChooseDateSelectionEvent
|
+--oracle.adfinternal.view.js.event.datepicker.AdfChooseDateTimeSelectionEvent
public class AdfChooseDateTimeSelectionEvent
extends AdfChooseDateSelectionEvent
Event fired by the ChooseDate component in response to the user selecting a time in the picker
or on click of the "Now" button
Constructor Summary |
public |
AdfChooseDateTimeSelectionEvent(Object source, Object selectedTime)
Event fired by the ChooseDate component in response to the user selecting a time in the picker
or on click of the "Now" button
|
Methods inherited from oracle.adf.view.js.event.AdfBaseEvent |
AddMarshalledProperties, cancel, forceFullSubmit, getClearMessages, getMaxTimeBeforePropagation, getProperties, getRoot, getShowMessages, getSource, getType, isBubblingStopped, isCanceled, IsDeleveryDiscrete, isDeliveryDiscrete, isFullSubmitForced, isImmediate, isPartial, isResponseAnnounced, isResponseExpected, IsUserInputPrevented, isValidationNeeded, noResponseExpected, preventUserInput, propagatesToServer, 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 |
public static Object TIME_SELECTION_EVENT_TYPE
public AdfChooseDateTimeSelectionEvent(Object source,
Object selectedTime)
Event fired by the ChooseDate component in response to the user selecting a time in the picker
or on click of the "Now" button
- Parameters:
protected Object GetEventType()
- Return:
Object
- Overrides:
AdfChooseDateSelectionEvent.GetEventType()
public static Object queue(Object component,
Object selectedTime)
Convenient method to queue a AdfChooseDateTimeSelectionEvent.
- Parameters:
- Return:
Object
- Overrides:
AdfComponentEvent.queue(Boolean)
|
Oracle® Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.4.0) E81451-01
|
PREV
NEXT |
FRAMES
NO FRAMES
Warning: private items are visible
|
|
Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.