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
All Classes
Warning: private items are visible
oracle.adfinternal.view.js.agent.ie Class AdfIEShowContextMenuEvent
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.AdfDomComponentEvent
|
+--oracle.adf.view.js.event.AdfDomShowContextMenuEvent
|
+--oracle.adfinternal.view.js.agent.ie.AdfIEShowContextMenuEvent
public class AdfIEShowContextMenuEvent
extends AdfDomShowContextMenuEvent
A request to a component to show a context menu.
Method Summary
public Object
isPositionalRequest ()
A POSITIONAL REQUEST is one that has a meaningful X and Y position- So
a right-click is positional (the user did something somewhere on the screen
to request the menu), whereas pressing the context menu key on the keyboard
is not positional (the user's request isn't associated with any particular
screen coordinates.)
Methods inherited from oracle.adf.view.js.event.AdfBaseEvent AddMarshalledProperties , 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 , createCallback , createInitializedObject , createSubclass , ensureClassInitialization , equals , exportPrototypeSymbol , getClass , GetLazyArrayProperty , GetLazyMapProperty , getTypeName , toString
public AdfIEShowContextMenuEvent (Object sourceComponent, Object type, Object event)
A request to a component to show a context menu.
Parameters:
sourceComponent
type
event
public Object isPositionalRequest ()
A POSITIONAL REQUEST is one that has a meaningful X and Y position- So
a right-click is positional (the user did something somewhere on the screen
to request the menu), whereas pressing the context menu key on the keyboard
is not positional (the user's request isn't associated with any particular
screen coordinates.)
Return:
Object
Overrides:
AdfDomShowContextMenuEvent .isPositionalRequest()
Oracle® Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.4.0) E81451-01
PREV
NEXT
FRAMES
NO FRAMES
All Classes
Warning: private items are visible
Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.