|
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 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.AdfDhtmlDocumentPeer
public class AdfDhtmlDocumentPeer extends AdfRichUIPeer
Field Summary |
|
---|---|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private Object |
|
private static Object |
|
private static Object |
|
private Object |
|
private static Object |
|
private static Object |
|
private Object |
|
private 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, FOCUS_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 |
|
---|---|
private Object |
|
private static void |
|
private static void |
|
protected Object |
|
protected Object |
|
private Object |
|
public Object |
|
private Object |
|
private static Object |
|
private Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
private Object |
|
protected Object |
|
protected Object |
|
private Object |
|
protected static Object |
|
public Boolean |
|
private static Object |
|
protected Object |
|
protected Object |
|
private Object |
|
protected Object |
|
protected Object |
|
private static void |
|
private Object |
|
public Object |
|
private Object |
|
boolean |
|
private Object |
Methods inherited from oracle.adf.view.js.base.AdfUIPeer |
getDefaultDragRecognizer, getParentPeer, initiateDrag, isVisible, 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 _ALERT_CONFIRM_DIALOG_CONTAINER_ID
private static Object _ALERT_CONFIRM_DIALOG_ID_EXPANDO
private static Object _ALERT_CONFIRM_DIALOG_MAX_WIDTH_EXPANDO
private static Object _ALERT_CONFIRM_POPUP_ID_EXPANDO
private static Object _DIALOG_CANCEL_ID_SUBID
private static Object _DIALOG_CONTENT_SUBID
private Object _globalMessageCount
private static Object _ICON_CONTAINER_ID
private static Object _INACTIVE_STYLECLASS
private Object _initSkipLink
private static Object _MESSAGE_DIALOG_CONTAINER_ID
private static Object _MESSAGE_DIALOG_ID
private Object _setDocumentTitle
private Object _setUncommittedDataWarning
private static Object _SKIP_LINK_ID
Constructor Detail |
---|
public AdfDhtmlDocumentPeer()
Method Detail |
---|
private Object _activateFocus()
Object
private static void _alertConfirmCallback(Object event)
event |
void
- nullprivate static void _alertConfirmTimeoutCallback(String dialogId)
dialogId |
- | client id of the confirm or alert dialog |
void
- nullprotected Object ComponentShortDescChanged(Object component,
Object domElement,
Object newValue,
Object oldValue)
component |
||
domElement |
||
newValue |
||
oldValue |
Object
protected Object ComponentTitleChanged(Object component,
Object domElement,
Object newValue,
Object oldValue)
component |
||
domElement |
||
newValue |
||
oldValue |
Object
private Object _delayedSetDocumentTitle()
Object
public Object getMessageDialogId()
Object
private Object _getSkipLinkElement(Object component)
component |
Object
private static Object _getSkipLinkTargetId(Object component)
component |
Object
private Object _getSlaveComponent()
Object
protected Object HandleComponentBlur(Object componentEvent)
componentEvent |
Object
protected Object HandleComponentClick(Object componentEvent)
componentEvent |
Object
protected Object HandleComponentContextMenu(Object componentEvent)
componentEvent |
Object
protected Object HandleComponentDialog(Object componentEvent)
componentEvent |
Object
protected Object HandleComponentFocus(Object componentEvent)
componentEvent |
Object
protected Object HandleComponentKeyUp(Object componentEvent)
componentEvent |
Object
protected Object HandleComponentRedirect(Object componentEvent)
componentEvent |
Object
private Object _hideMessagePopup()
Object
protected Object Init(Object component)
component |
Object
AdfObject.Init()
protected Object InitDomElement(Object component,
Object domElement)
component |
||
domElement |
Object
AdfRichUIPeer.InitDomElement(AdfUIComponent, Object)
private Object _initSkipLink(Object component)
component |
Object
protected static Object InitSubclass()
Object
public Boolean isMessagesDialogShowable()
Boolean
- true if setMessageDialogShown(true) will do anything, false otherwiseprivate static Object _isPotentiallyFocusable(Object element)
element |
Object
protected Object MessageNotify(Object maxType,
Object messages)
null
then all the messages have been cleared from this component.maxType |
||
messages |
Object
AdfUIPeer.messageNotify(Object, Number, Array)
protected Object MessageShow(Object maxType,
Object messages)
null
then all the messages have been cleared from this component.maxType |
||
messages |
Object
AdfUIPeer.messageShow(Object, Number, Array)
private Object _messageUpdate(Object maxType,
Object messages,
Object alwaysShow)
maxType |
||
messages |
||
alwaysShow |
Object
protected Object PopupClosed(Object component,
Object contentDom)
component |
||
contentDom |
Object
AdfRichUIPeer.PopupClosed(AdfUIComponent, HTMLElement, String)
protected Object ReplaceDomElement(Object newElement,
Object oldElement)
newElement |
||
oldElement |
Object
AdfRichUIPeer.replaceDomElement(AdfUIComponent, HTMLElement, HTMLElement)
private static void _setAlertConfirmMessage(String dialogId,
String message)
dialogId |
- | alert/confirm dialog client id |
message |
- | displayed by the alert/confirm dialog |
void
- nullprivate Object _setDocumentTitle(Object component)
component |
Object
public Object setMessagesDialogShown(Boolean visible)
visible |
- | true if to make it visible, false to hide it |
Object
private Object _setUncommittedDataWarning(Object component)
component |
Object
boolean __showAlertConfirm(boolean isAlert,
String title,
String message,
Function callback,
int timeout)
isAlert |
- | true if the message dialog should be an alert (ok button); otherwise, the dialog will be a confirm dialog (ok and cancel buttons) |
title |
- | of the dialog |
message |
- | displayed in the body of the dialog |
callback |
- | function that has a single actual parameter that is an AdfDialogEvent . |
timeout |
- | period in milliseconds that the dialog will be displayed before auto-dismissing with a cancel dialog outcome.
Default value = null
|
boolean
- true if the popup dialog is show; otherwise, false if the alert/confirm dialog is already visible.private Object _skipToContent()
Object
|
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 Warning: private items are visible |