JavaScript API Reference for Oracle ADF Faces
|
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.6.0) E12046-07 |
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||
org.ecmascript.object.Object
|
+--oracle.adf.view.js.laf.rich.AdfUIPeer
|
+--oracle.adf.view.js.laf.rich.AdfRichUIPeer
|
+--oracle.adfinternal.view.js.laf.dhtml.internalWindow.AdfDhtmlPanelWindowBasePeer
|
+--oracle.adfinternal.view.js.laf.dhtml.rich.touch.AdfDhtmlPanelWindowPeer
|
+--oracle.adfinternal.view.js.laf.dhtml.internalWindow.AdfDhtmlDialogPeer
public class AdfDhtmlDialogPeer extends AdfDhtmlPanelWindowPeer
Field Summary |
|
|---|---|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
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.rich.touch.AdfDhtmlPanelWindowPeer |
GetSubIdDomElement |
Fields inherited from oracle.adf.view.js.laf.rich.AdfRichUIPeer |
addComponentPropertyChanges, addComponentPropertyGetters, BUSY_STYLECLASS, DISABLED_STYLECLASS, DRAG_READY_STYLECLASS, DRAG_SOURCE_STYLECLASS, DROP_TARGET_STYLECLASS, FOCUS_TARGET_STYLECLASS, HOVER_TARGET_STYLECLASS, READONLY_STYLECLASS |
Fields inherited from org.ecmascript.object.Object |
constructor, prototype |
Constructor Summary |
|
|---|---|
public |
|
Method Summary |
|
|---|---|
public Object |
|
public string |
|
private static HTMLElement |
|
public HTMLElement |
|
protected string |
|
protected HTMLElement |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
public Object |
|
public static Object |
|
protected Object |
|
protected Object |
|
protected static Object |
|
protected boolean |
|
private static Boolean |
|
private static Boolean |
|
private String |
|
protected Object |
|
private static Object |
|
private static Object |
|
Methods inherited from oracle.adfinternal.view.js.laf.dhtml.rich.touch.AdfDhtmlPanelWindowPeer |
HandleComponentTouchStart |
Methods inherited from oracle.adfinternal.view.js.laf.dhtml.internalWindow.AdfDhtmlPanelWindowBasePeer |
BindToComponent, calculateMinimumContentSize, Cancel, ComponentContentHeightChanged, ComponentContentWidthChanged, ComponentRemoved, ComponentTitleChanged, ComponentTitleIconSourceChanged, GetComponentContentHeight, GetComponentContentWidth, getDragElement, HandleComponentFocus, Hide, IsClose, isContentResized |
Methods inherited from oracle.adf.view.js.laf.rich.AdfUIPeer |
ApplyDragSourceState, ClearDragSourceState |
Field Detail |
|---|
private static Object _ANIMATION_DURATION_SKIN_PROPERTYAdfDhtmlPanelWindowBasePeer._ANIMATION_DURATION_SKIN_PROPERTYprivate static Object _BUTTON_IDSprivate static Object _BUTTON_OUTCOMESprivate static Object _CANCEL_IDprivate static Object _DIALOG_RESIZE_GHOST_CLASSprivate static Object _NO_IDprivate static Object _OK_IDprivate static Object _OUTCOME_ATTR_NAMEprivate static Object _SUB_ID_MAPAdfDhtmlPanelWindowPeer._SUB_ID_MAPprivate static Object _YES_ID
Constructor Detail |
|---|
public AdfDhtmlDialogPeer()
Method Detail |
|---|
public Object fireCancel()Objectpublic string getAnimationDurationSkinProperty()string - skinning property name for the animation duration of the dialog.AdfDhtmlPanelWindowBasePeer.getAnimationDurationSkinProperty()private static HTMLElement _getButtonDom(String clientId,
String buttonId)clientId |
- | the client id of the dialog |
buttonId |
- | used to for the subclientId |
HTMLElement - The HTML Dom Element for the buttonpublic HTMLElement getDefaultButtonDom(String clientId)clientId |
- | the client id of the dialog |
HTMLElement - The HTML Dom Element for the buttonprotected string GetResizeGhostSelector()string - the selector name that is used to locate the client style that's applied the to drag ghost during drag-and-drop resizingAdfDhtmlPanelWindowBasePeer.GetResizeGhostSelector()protected HTMLElement GetSubIdDomElement(String subElementId)subElementId |
- | the id of the child dom element or component |
HTMLElement - the DOM within the component related to scopedIdAdfRichUIPeer.getSubIdDomElement(Object, Object)protected Object HandleComponentClick(AdfUIInputEvent componentEvent)componentEvent |
- | click event |
ObjectAdfDhtmlPanelWindowBasePeer.HandleComponentClick(AdfUIInputEvent)protected Object HandleComponentKeyDown(AdfUIInputEvent componentEvent)componentEvent |
- | wrapped key down event |
ObjectAdfDhtmlPanelWindowBasePeer.HandleComponentKeyDown(AdfUIInputEvent)protected Object HandleComponentKeyPress(AdfUIInputEvent componentEvent)componentEvent |
- | wrapped key press event |
ObjectAdfDhtmlPanelWindowBasePeer.HandleComponentKeyPress(AdfUIInputEvent)protected Object HandleComponentKeyUp(AdfUIInputEvent componentEvent)componentEvent |
- | wrappered dom event |
ObjectAdfDhtmlPanelWindowBasePeer.HandleComponentKeyUp(AdfUIInputEvent)public Object handleEscapeKey(Object event)event |
ObjectAdfDhtmlPanelWindowBasePeer.handleEscapeKey(Object)public static Object hideDialogIfNoMessages(Object id)id |
Objectprotected Object Init(Object component,
Object usage)component |
||
usage |
ObjectAdfRichUIPeer.Init(Object)protected Object InitDomElement(Object component,
Object domElement)component |
||
domElement |
ObjectAdfRichUIPeer.InitDomElement(AdfUIComponent, Object)protected static Object InitSubclass()ObjectAdfDhtmlPanelWindowBasePeer.InitSubclass()protected boolean IsBusy(String clientId)clientId |
- | the client id of the dialog |
boolean - null true if the dialog is in a busy state.private static Boolean _isOKPresent(String clientId)clientId |
- | the client id of the dialog |
Boolean - true if the OK button is within the content of the dialogprivate static Boolean _isYesPresent(String clientId)clientId |
- | the client id of the dialog |
Boolean - true if the Yes button is within the content of the dialogprivate String _queueDialogOutcome(AdfRichDialog component,
AdfUIInputEvent componentEvent,
Boolean ignoreCancelAndClose)component |
- | this dialog component |
componentEvent |
- | the mouse up or key up component event |
ignoreCancelAndClose |
- | true if cancel/close should not queue an outcome |
String - undefined , the DialogEvent outcome, or true if handled otherwiseprotected Object SetBusy(Object isBusy)isBusy |
ObjectAdfRichUIPeer.setBusy(Object, Object)private static Object _setButtonDisableState(String clientId,
Boolean disabled)clientId |
- | the client id of the dialog |
disabled |
Objectprivate static Object _setOutcomeExpandos(String clientId)clientId |
- | the client id of the dialog |
Object
|
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.6.0) E12046-07 |
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||