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 AdfChooseDateNowEvent
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.adfinternal.view.js.event.datepicker.AdfChooseDateTodayEvent
|
+--oracle.adfinternal.view.js.event.datepicker.AdfChooseDateNowEvent
public class AdfChooseDateNowEvent
extends AdfChooseDateTodayEvent
Event fired by the ChooseDate component when the user clicks on the 'Now' button with an intent
to select the current time in the picker panel.
Constructor Summary |
public |
AdfChooseDateNowEvent(AdfRichChooseDate source)
Event fired by the ChooseDate component when the user clicks on the 'Now' button with an intent
to select the current time in the picker panel.
|
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 NOW_EVENT_TYPE
public AdfChooseDateNowEvent(AdfRichChooseDate source)
Event fired by the ChooseDate component when the user clicks on the 'Now' button with an intent
to select the current time in the picker panel.
- Parameters:
source | - | Component initiating the event, usually ChooseDate |
protected Object GetEventType()
Gets the readable event name
- Return:
Object
- Overrides:
AdfChooseDateTodayEvent.GetEventType()
public static Object queue(Object component)
Convenient method to queue a AdfChooseDateNowEvent.
- 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.