OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adfinternal.view.js.laf.dhtml.internalWindow
Class AdfDhtmlPopupSelector

Warning:

org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.base.AdfObject
         |
         +--oracle.adfinternal.view.js.laf.dhtml.internalWindow.AdfAbstractFloatingElement
               |
               +--oracle.adfinternal.view.js.laf.dhtml.internalWindow.AdfDhtmlPopupWindow
                     |
                     +--oracle.adfinternal.view.js.laf.dhtml.internalWindow.AdfDhtmlPopupSelector
Direct Known Subclasses:
AdfDhtmlNoteWindowPopupSelector, AdfInputComboboxListOfValuesWindow

public class AdfDhtmlPopupSelector
extends AdfDhtmlPopupWindow
A popup window that is used to diplay components as a popup selector



Field Summary

private static Object
_CONTENT_END_STYLECLASS
private static Object
_CONTENT_START_STYLECLASS
private static Object
_CONTENT_STYLECLASS
private static Object
_FOOTER_END_STYLECLASS
private static Object
_FOOTER_START_STYLECLASS
private static Object
_FOOTER_STYLECLASS
private static Object
_HEADER_END_STYLECLASS
private static Object
_HEADER_START_STYLECLASS
private static Object
_HEADER_STYLECLASS
private static Object
_STYLECLASS


Fields inherited from oracle.adfinternal.view.js.laf.dhtml.internalWindow.AdfDhtmlPopupWindow

__CANCELED_EXPANDO, HINT_ALIGN, HINT_ALIGN_ELEMENT, HINT_ANIMATE, HINT_AUTODISMISS, HINT_AUTODISMISS_ALWAYS, HINT_AUTODISMISS_INACTIVATE, HINT_AUTODISMISS_MENU, HINT_AUTODISMISS_MOUSEOUT, HINT_AUTODISMISS_MOUSEOUT_ID, HINT_AUTODISMISS_NEVER, HINT_AUTODISMISS_TIMEOUT, HINT_CLOSE_HANDLER, HINT_CLOSE_HANDLER_PARAM, HINT_CLOSE_ON_ESCAPE, HINT_COMPONENT_CLIENT_ID, HINT_CONTENT, HINT_DETACH_DRAG_END_HANDLER, HINT_DETACH_DRAG_START_HANDLER, HINT_DRAG_ELEMENT, HINT_FOCUS, HINT_LAUNCH_SOURCE_ID, HINT_LEFT_POSITION, HINT_MAX_WIDTH, HINT_MODAL, HINT_MOUSEPOSITION, HINT_OPENED_HANDLER, HINT_OPENED_HANDLER_PARAM, HINT_RESTORE_IMMEDIATE, HINT_TITLE, HINT_TOP_POSITION, HINT_TYPE, HINT_TYPE_DIALOG, HINT_TYPE_INLINESELECTOR, HINT_TYPE_LOVCOMBOBOX, HINT_TYPE_MENU, HINT_TYPE_NOTEWINDOW, __REPLACEDOM_EXPANDO, setElement


Fields inherited from oracle.adf.view.js.base.AdfObject

constructor, superclass


Fields inherited from org.ecmascript.object.Object

prototype


Constructor Summary

public
AdfDhtmlPopupSelector()
A popup window that is used to diplay components as a popup selector


Method Summary

static boolean
__cancelPopup(Event evt)
Dom level event hander that is dynamically added to the popups content if {@link #NeedsCloseLink} returns true.
protected HTMLElement
CreateDomElement()
Create and initialize the html.
protected Object
GetAnimationDurationSkinProperty()
Returns the skin property for animation duration
protected HTMLElement
GetContentParent()
Gets the dom element that is the parent of the popup's content.
protected Object
Init()
Constructor.
protected static Object
InitClass()
protected Object
NeedsCloseLink()
protected Object
SetContentParent(HTMLElement contentParentElement)
Specifies which member element is the parent of the popup's content.
public Object
show(Object hints)
This function is overridden to provide defaults if one or the other alignId or align hints are mising.


Methods inherited from oracle.adfinternal.view.js.laf.dhtml.internalWindow.AdfDhtmlPopupWindow

AnimateOpening, autoSize, cancel, CreateShadow, destroy, DoResizeNotifyDom, DoShow, FocusOnFirstElement, GetAnimationDuration, getContent, GetFocusContent, GetFocusOnOpen, GetLaunchSourceElement, getLaunchSourceId, GetMaxWidth, getPopupClientId, GetPositionManagerIndex, HandleEscapeKey, HandleKeyNavigation, hide, isAnimating, isVisible, OpenedPopup, Position, RestoreScrollValues, SaveScrollValues, setCloseHandler, setCloseHandlerParam, setContent, SetFocusOnOpen, ShouldHideOnClip, WrapContent


Methods inherited from oracle.adfinternal.view.js.laf.dhtml.internalWindow.AdfAbstractFloatingElement

CreateTable, getAlignElement, getAlignPosition, getElement, GetFloatingType, getHeight, getLeft, getShadowAnchor, getTop, getWidth, raiseToFront, setAlignElement, setAlignPosition, setElement, setLeft, setPosition, setShadowAnchor, setTop


Methods inherited from oracle.adf.view.js.base.AdfObject

adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString


Field Detail


_CONTENT_END_STYLECLASS

private static Object _CONTENT_END_STYLECLASS

_CONTENT_START_STYLECLASS

private static Object _CONTENT_START_STYLECLASS

_CONTENT_STYLECLASS

private static Object _CONTENT_STYLECLASS

_FOOTER_END_STYLECLASS

private static Object _FOOTER_END_STYLECLASS

_FOOTER_START_STYLECLASS

private static Object _FOOTER_START_STYLECLASS

_FOOTER_STYLECLASS

private static Object _FOOTER_STYLECLASS

_HEADER_END_STYLECLASS

private static Object _HEADER_END_STYLECLASS

_HEADER_START_STYLECLASS

private static Object _HEADER_START_STYLECLASS

_HEADER_STYLECLASS

private static Object _HEADER_STYLECLASS

_STYLECLASS

private static Object _STYLECLASS

Constructor Detail


AdfDhtmlPopupSelector

public AdfDhtmlPopupSelector()

A popup window that is used to diplay components as a popup selector

Method Detail


__cancelPopup

static boolean __cancelPopup(Event evt)

Dom level event hander that is dynamically added to the popups content if NeedsCloseLink() returns true. This currently only applies to the tablet platforms.

Parameters:
evt  -  native dom event
Return:
boolean - returns false

CreateDomElement

protected HTMLElement CreateDomElement()

Create and initialize the html.

Return:
HTMLElement - the root dom element of this popup.
Overrides:
AdfDhtmlPopupWindow.CreateDomElement()

GetAnimationDurationSkinProperty

protected Object GetAnimationDurationSkinProperty()

Returns the skin property for animation duration

Return:
Object
Overrides:
AdfDhtmlPopupWindow.GetAnimationDurationSkinProperty()

GetContentParent

protected HTMLElement GetContentParent()

Gets the dom element that is the parent of the popup's content.

Return:
HTMLElement - contentParentElement the parent of the content
Overrides:
AdfDhtmlPopupWindow.GetContentParent()

Init

protected Object Init()

Constructor.

Return:
Object
Overrides:
AdfObject.Init()

InitClass

protected static Object InitClass()

Return:
Object
Overrides:
AdfDhtmlPopupWindow.InitClass()

NeedsCloseLink

protected Object NeedsCloseLink()

Return:
Object

SetContentParent

protected Object SetContentParent(HTMLElement contentParentElement)

Specifies which member element is the parent of the popup's content.

Parameters:
contentParentElement  -  the parent of the content
Return:
Object

show

public Object show(Object hints)

This function is overridden to provide defaults if one or the other alignId or align hints are mising. If an alignId is not provided but the align hint is, default to the launch source (if provided). If the alignId is provided and not an align mnemonic, then default to "afterStart".

Parameters:
hints  -  a set of popup hints (see AdfDhtmlPopupWindow)
Default value = null
Return:
Object
See also:
AdfDhtmlPopupWindow.hide()
Overrides:
AdfAbstractFloatingElement.show()

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

 

Generated on 2012.08.25 02:16 UTC
Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.