|
Oracle® Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.4.0) E81451-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |
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.AdfDhtmlSimpleFloat
public class AdfDhtmlSimpleFloat extends AdfDhtmlPopupWindow
Field Summary |
|
---|---|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
Fields inherited from oracle.adfinternal.view.js.laf.dhtml.internalWindow.AdfDhtmlPopupWindow |
__CANCELED_EXPANDO, __POPUP_CONTAINER_ID, __POPUPID_EXPANDO, __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 |
|
Method Summary |
|
---|---|
public void |
|
public Object |
|
protected HTMLElement |
|
public void |
|
protected void |
|
private void |
|
private void |
|
public Object |
|
protected String |
|
protected int |
|
public String |
|
private HTMLElement |
|
private AdfUIComponent |
|
protected HTMLElement |
|
public HtmlElement |
|
protected HTMLElement |
|
public boolean |
|
private HTMLElement |
|
public boolean |
|
public boolean |
|
public void |
|
public void |
|
protected void |
|
protected Object |
|
protected static Object |
|
public void |
|
public Object |
|
private static boolean |
|
public Object |
|
public Object |
|
public void |
|
protected Object |
|
public void |
|
public void |
|
public Object |
|
public Object |
|
public void |
|
public void |
|
protected boolean |
|
public Object |
|
public void |
|
public void |
|
Methods inherited from oracle.adfinternal.view.js.laf.dhtml.internalWindow.AdfAbstractFloatingElement |
CreateTable, getAlignElement, getElement, GetFirstFormId, GetFloatingType, getHeight, getLeft, getShadowAnchor, getTop, getWidth, raiseToFront, setAlignElement, setAlignPosition, setElement, setLeft, setShadowAnchor, setTop |
Methods inherited from oracle.adf.view.js.base.AdfObject |
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString |
Field Detail |
---|
private static Object _BACKGROUND_EXPANDO
private static Object _CONTENT_ID
private static Object _DRAG_STYLECLASS
private static Object _INACTIVE_STYLECLASS
private static Object _POPUP_INITIAL_FOCUS_LIVE_CONTENT_ID
private static Object _TITLE_ID
Constructor Detail |
---|
public AdfDhtmlSimpleFloat()
Method Detail |
---|
public void activate()
void
- nullpublic Object announceOpeningViaLiveRegion(Object hints)
hints | - | a set of popup hints (see AdfDhtmlPopupWindow) Default value = null |
Object
AdfDhtmlPopupWindow.announceOpeningViaLiveRegion(Object)
protected HTMLElement CreateDomElement()
HTMLElement
- the root dom element of this popup.AdfDhtmlPopupWindow.CreateDomElement()
public void destroy()
void
- nullAdfAbstractFloatingElement.destroy()
protected void DoShow(map hints)
hints | - | a set of popup hints (see AdfDhtmlPopupWindow) |
void
- nullAdfDhtmlPopupWindow.DoShow(Object)
private void _dragEndHandler()
void
- null_dragStartHandler()
private void _dragStartHandler()
void
- null_dragEndHandler()
public Object getAlignPosition()
Object
- null (x, y) alignment positionsetPosition(Number, Number)
AdfAbstractFloatingElement.getAlignPosition()
protected String GetAnimateSkinProperty()
String
- null "-tr-animate" skinning property for the window/dialog component.AdfDhtmlPopupWindow.GetAnimateSkinProperty()
protected int GetAnimationDurationSkinProperty()
int
- the skin property for animation duriationAdfDhtmlPopupWindow.GetAnimationDurationSkinProperty(Object)
public String getContainedComponentClientId()
String
- the client Id of the contained panelWindow or dialog.private HTMLElement _getContainedComponentDomElement()
HTMLElement
- dom element bound to the contained componentprivate AdfUIComponent _getContainedComponentPeer()
AdfUIComponent
- dialog or panelWindow that represents the floating element.protected HTMLElement GetContentParent()
HTMLElement
- contentParentElement the parent of the contentAdfDhtmlPopupWindow.GetContentParent()
public HtmlElement getFirstTabStop()
HtmlElement
- the first element that is a tab stop within the documentGetFocusContent()
protected HTMLElement GetFocusContent()
HTMLElement
- content node areaAdfDhtmlPopupWindow.GetFocusContent()
public boolean getInitialFocus(Object initialFocus)
initialFocus |
boolean
- true if "dialog" is modalprivate HTMLElement _getMainElement(HTMLElement content)
content | - | area of the dialog |
HTMLElement
- markup container rendered by the dialog or panelWiindow componentpublic boolean getModal(Object modal)
modal |
boolean
- true if "dialog" is modalpublic boolean handleActivate(boolean focusOnFirstElement)
focusOnFirstElement | - | if true, focus will be established on the first focusable element |
boolean
- returns true if the dialogs state has been activated from an
inactive statepublic void handleBindToComponent()
void
- nullpublic void handleComponentRemoved()
void
- nullprotected void HandleEscapeKey(AdfComponentEvent event)
event | - | Esc key event trapped in the AdfDhtmlPopupWindow super class in the mouse up event handler |
void
- nullAdfDhtmlPopupWindow.HandleEscapeKey(Object)
protected Object Init()
Object
AdfObject.Init()
protected static Object InitClass()
Object
AdfDhtmlPopupWindow.InitClass()
public void initializeRepositionable()
void
- null_dragStartHandler()
_dragEndHandler()
public Object isAnimating()
Object
- true if the popup is currently animating or resizingAdfDhtmlPopupWindow.isAnimating()
private static boolean _isMessageDialogVisible()
boolean
- true if the global face message dialog is visiblepublic Object removeAccessibleAttrs()
Object
AdfDhtmlPopupWindow.removeAccessibleAttrs()
public Object setAccessibleAttrs(Object hints)
hints | - | a set of popup hints (see AdfDhtmlPopupWindow) Default value = null |
Object
AdfDhtmlPopupWindow.setAccessibleAttrs(Object)
public void setContent(HTMLElement selectorContent)
selectorContent | - | the dom element that is the content of the popupwindow |
void
- nullAdfDhtmlPopupWindow.setContent(HTMLElement)
protected Object SetContentParent(HTMLElement contentParentElement)
contentParentElement | - | the parent of the content |
Object
public void setDragElement(Object dragElement)
dragElement |
void
- nullpublic void setDragging(Boolean dragging)
dragging | - | true if the floating element is in drag mode |
void
- nullpublic Object setInitialFocus(Object initialFocus)
initialFocus |
Object
public Object setModal(Boolean modal)
modal | - | true if the dialog is modal |
Object
public void setPosition(Number positionTop,
Number positionLeft)
positionTop | - | new top |
positionLeft | - | new left |
void
- nullgetAlignPosition()
AdfAbstractFloatingElement.setPosition(Object, Object)
public void setShadowVisibility(Boolean visible)
visible | - | false if the shadow should be hidden |
void
- nullprotected boolean ShouldHideOnClip()
boolean
- if popup window should hide on clipAdfDhtmlPopupWindow.ShouldHideOnClip()
public Object show(Object hints)
hints |
Object
AdfAbstractFloatingElement.show()
public void showAsActive()
void
- nullpublic void showAsInActive()
void
- null
|
Oracle® Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.4.0) E81451-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |