JavaScript API Reference for Oracle ADF Faces
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-03 |
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||
org.ecmascript.object.Object
|
+--oracle.adf.view.js.base.AdfObject
|
+--oracle.adf.view.js.base.AdfUIPeer
|
+--oracle.adf.view.js.laf.rich.AdfRichUIPeer
|
+--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlPopupPeer
public class AdfDhtmlPopupPeer extends AdfRichUIPeer
Field Summary |
|
|---|---|
private static Object |
|
private static Object |
|
Fields inherited from oracle.adf.view.js.laf.rich.AdfRichUIPeer |
addComponentPropertyChanges, addComponentPropertyGetters, BUSY_STYLECLASS, DISABLED_STYLECLASS, DRAG_SOURCE_STYLECLASS, DROP_TARGET_STYLECLASS, HOVER_TARGET_STYLECLASS, READONLY_STYLECLASS |
Fields inherited from oracle.adf.view.js.base.AdfObject |
constructor, superclass |
Fields inherited from org.ecmascript.object.Object |
prototype |
Constructor Summary |
|
|---|---|
public |
|
Method Summary |
|
|---|---|
public Object |
|
protected Object |
|
private static String |
|
protected Object |
|
public Boolean |
|
public Object |
|
public static HTMLElement |
|
private AdfDhtmlMenuPeer |
|
protected Object |
|
static Object |
|
public Object |
|
protected static Object |
|
public Object |
|
protected Object |
|
protected Object |
|
private Object |
|
public static Object |
|
private static Object |
|
public Object |
|
private Object |
|
private Number |
|
Methods inherited from oracle.adf.view.js.base.AdfUIPeer |
getDefaultDragRecognizer, getParentPeer, initiateDrag, needsResizeNotify |
Methods inherited from oracle.adf.view.js.base.AdfObject |
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString |
Field Detail |
|---|
private static Object _LAUNCH_IDprivate static Object _SHOWN
Constructor Detail |
|---|
public AdfDhtmlPopupPeer()
Method Detail |
|---|
public Object cancel(AdfUIComponent component)component |
- | target getting dismissed |
Objectprotected Object ComponentRemoved(AdfUIComponent component)component |
- | popup |
ObjectAdfUIPeer.componentRemoved(AdfUIComponent)private static String _createPagePropertyKey(String clientId)clientId |
- | of the popup component |
String - map safe keyprotected Object DispatchComponentEvent(AdfBaseEvent componentEvent)componentEvent |
- | content fetch event requesting content reload |
ObjectAdfUIPeer.DispatchComponentEvent(Object)public Boolean fetchCanceled(AdfUIComponent component)component |
- | popup component |
Boolean - true if the component is currently fetching content from the serverpublic Object fireContentDeliveryNotify()Objectpublic static HTMLElement getContentDom(Object component)component |
HTMLElement - content dom nodeprivate AdfDhtmlMenuPeer _getFirstMenuPeer(AdfUIComponent component,
Object hints)component |
- | root popup component |
hints |
- | popup hints
Default value = null
|
AdfDhtmlMenuPeer - menu peer if the first child is a AdfRichMenuprotected Object HandleComponentKeyPress(AdfBaseEvent componentEvent)componentEvent |
- | key stroke event |
Objectstatic Object __handlePopupCanceled(AdfRichPopup component,
HTMLElement contentDom)component |
- | dismissed popup |
contentDom |
- | content dom that was reparented when the popup was shown |
Objectpublic Object hide(AdfUIComponent component)component |
- | target being hidden |
Objectprotected static Object InitSubclass()Objectpublic Object isVisible(AdfUIComponent component)component |
- | target being made visible |
ObjectAdfUIPeer.isVisible()protected Object PopupClosed(AdfUIComponent component,
HTMLElement contentDom)component |
- | target being closed |
contentDom |
- | content shown in the popup
Default value = null
|
ObjectAdfDhtmlMenuPeer.PopupClosed(Object, Object, Object)AdfRichUIPeer.PopupClosed(AdfUIComponent, HTMLElement, String)protected Object PopupOpened(AdfUIComponent component)component |
- | source of the AdfPopupOpenedEvent |
Objectprivate Object _resetContentDelivery(AdfUIComponent component)component |
- | to reset content delivery |
Objectpublic static Object setChildHints(AdfUIComponent popupComponent,
Object hints)popupComponent |
- | target hints assignee |
hints |
- | additional hints used by the component when show is invoked
Default value = null
|
Objectprivate static Object _setShown(AdfUIComponent component,
Boolean shown)component |
- | target being shown or hidden |
shown |
- | boolean flag indicating visible state |
Objectpublic Object show(AdfUIComponent component,
Object hints)component |
- | popup component |
hints |
- | parameters setting behaviors
Default value = null
|
Objectprivate Object _showPopup(AdfUIComponent component,
Object hints)component |
- | target popup component |
hints |
Objectprivate Number _visitChildrenForMenu(AdfUIComponent component)component |
- | child component visited |
Number - returns a value of 2 if traversal has finished, 0 if traversal needs to continue
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-03 |
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||