JavaScript API Reference for Oracle ADF Faces
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.0.0)
E17489-01
PREV NEXT
FRAMES NO FRAMES All Classes Warning: private items are visible
oracle.adfinternal.view.js.laf.dhtml.internalWindow
Class AdfDhtmlPopupSelector
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.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
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
Constructor Summary
public
AdfDhtmlPopupSelector ()
A popup window that is used to diplay components as a popup selector
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
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
public AdfDhtmlPopupSelector ()
A popup window that is used to diplay components as a popup selector
protected HTMLElement CreateDomElement ()
Create and initialize the html.
Return:
HTMLElement
- the root dom element of this popup.
Overrides:
AdfDhtmlPopupWindow .CreateDomElement()
protected Object GetAnimationDurationSkinProperty ()
Returns the skin property for animation duration
Return:
Object
Overrides:
AdfDhtmlPopupWindow .GetAnimationDurationSkinProperty()
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()
protected Object Init ()
Constructor.
Return:
Object
Overrides:
AdfObject .Init()
protected static Object InitClass ()
Return:
Object
Overrides:
AdfDhtmlPopupWindow .InitClass()
protected Object NeedsCloseLink ()
Return:
Object
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
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()
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.0.0)
E17489-01
PREV NEXT
FRAMES NO FRAMES All Classes Warning: private items are visible
Generated on 2011.04.27 02:28 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.