public class AdfDhtmlPanelWindowPeer
extends Object
panelWindow component publishes the following sub ids
[External Subid --> Internal Client SubId]:-
1. [title --> _ttxt] - dialog title text
2. [content --> contentContainer] - center content area
3. [close_icon --> close] - close icon
panelWindow component publishes the following sub ids
[External Subid --> Internal Client SubId]:-
1. [title --> _ttxt] - dialog title text
2. [content --> contentContainer] - center content area
3. [close_icon --> close] - close icon
Constructor Detail
AdfDhtmlPanelWindowPeer
public AdfDhtmlPanelWindowPeer()
panelWindow component publishes the following sub ids
[External Subid --> Internal Client SubId]:-
1. [title --> _ttxt] - dialog title text
2. [content --> contentContainer] - center content area
3. [close_icon --> close] - close icon
Returns the best match subId for the given domElement.
This can be enhanced further to return programmatically determined subIds.
WARNING - You must make sure to bind the component to the peer before calling this function.