OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adfinternal.view.js.event.datepicker
Class AdfChooseDateNowEvent

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


Field Summary

public static Object
NOW_EVENT_TYPE

Fields inherited from oracle.adfinternal.view.js.event.datepicker.AdfChooseDateTodayEvent

setRoot, TODAY_EVENT_TYPE

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

Method Summary

protected Object
GetEventType()
Gets the readable event name
public static Object
queue(Object component)
Convenient method to queue a AdfChooseDateNowEvent.

Methods inherited from oracle.adfinternal.view.js.event.datepicker.AdfChooseDateTodayEvent

Init

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

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

Field Detail


NOW_EVENT_TYPE

public static Object NOW_EVENT_TYPE

Constructor Detail


AdfChooseDateNowEvent

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

Method Detail


GetEventType

protected Object GetEventType()

Gets the readable event name

Return:
Object
Overrides:
AdfChooseDateTodayEvent.GetEventType()

queue

public static Object queue(Object component)

Convenient method to queue a AdfChooseDateNowEvent.

Parameters:
component  
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.