OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

oracle.adfinternal.view.js.laf.dhtml.rich
Class AdfDhtmlDialogPeer

Warning:

org.ecmascript.object.Object
   |
   +--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlDialogPeer

public class AdfDhtmlDialogPeer
extends Object
Input Components



Field Summary

protected Object
GetSubIdDomElement
Returns the dom element for a given subElementId for dialog.
private static Object
_SUB_ID_MAP
dialog component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1.


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfDhtmlDialogPeer()
Input Components


Field Detail


GetSubIdDomElement

protected Object GetSubIdDomElement

Returns the dom element for a given subElementId for dialog.

_SUB_ID_MAP

private static Object _SUB_ID_MAP

dialog component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1. [title --> _ttxt] - dialog title text 2. [content --> contentContainer] - center content 3. [ok_button --> ok] - ok button 4. [yes_button --> yes] - yes button 5. [no_button --> no] - no button 6. [cancel_button --> cancel] - cancel button 7. [close_icon --> close] - close icon

Constructor Detail


AdfDhtmlDialogPeer

public AdfDhtmlDialogPeer()

Input Components

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2010.12.10 19:37 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.