|
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.adfinternal.view.js.laf.dhtml.rich.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 |
Fields inherited from oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlPanelWindowPeer |
GetSubIdDomElement |
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 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 |
|
Field Detail |
---|
private static Object _ANIMATION_DURATION_SKIN_PROPERTY
private static Object _BUTTON_IDS
private static Object _BUTTON_OUTCOMES
private static Object _CANCEL_ID
private static Object _DIALOG_RESIZE_GHOST_CLASS
private static Object _NO_ID
private static Object _OK_ID
private static Object _OUTCOME_ATTR_NAME
private static Object _YES_ID
Constructor Detail |
---|
public AdfDhtmlDialogPeer()
Method Detail |
---|
public Object fireCancel()
Object
public String getAnimationDurationSkinProperty()
String
- skinning property name for the animation duration of the dialog.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 resizingprotected Object HandleComponentClick(AdfUIInputEvent componentEvent)
componentEvent |
- | click event |
Object
protected Object HandleComponentKeyDown(AdfUIInputEvent componentEvent)
componentEvent |
- | wrapped key down event |
Object
protected Object HandleComponentKeyPress(AdfUIInputEvent componentEvent)
componentEvent |
- | wrapped key press event |
Object
protected Object HandleComponentKeyUp(AdfUIInputEvent componentEvent)
componentEvent |
- | wrappered dom event |
Object
public Object handleEscapeKey(Object event)
event |
Object
public static Object hideDialogIfNoMessages(Object id)
id |
Object
protected Object Init(Object component,
Object usage)
component |
||
usage |
Object
protected Object InitDomElement(Object component,
Object domElement)
component |
||
domElement |
Object
protected static Object InitSubclass()
Object
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 |
Object
private static Object _setButtonDisableState(String clientId,
Boolean disabled)
clientId |
- | the client id of the dialog |
disabled |
Object
private 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 2 (11.1.2.0.0) E17489-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |