OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.component
Class AdfUIPopup

org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.component.AdfUIPopup
Direct Known Subclasses:
AdfRichPopup

public class AdfUIPopup
extends Object
A UIXPopup component is an abstraction for a container component that shows popups.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfUIPopup()
A UIXPopup component is an abstraction for a container component that shows popups.


Method Summary

public Object
dontPropagateDescendantMessageChanges()
A popup should be self contained, components outside of the popup should not be notified when messages are added within a popup, therefore this method is overridden to return true for a popup.
public Object
isEventRoot()
Copyright (c) 2008, 2009, Oracle and/or its affiliates.


Field Detail


Constructor Detail


AdfUIPopup

public AdfUIPopup()

A UIXPopup component is an abstraction for a container component that shows popups.

Method Detail


dontPropagateDescendantMessageChanges

public Object dontPropagateDescendantMessageChanges()

A popup should be self contained, components outside of the popup should not be notified when messages are added within a popup, therefore this method is overridden to return true for a popup.

Return:
Object

isEventRoot

public Object isEventRoot()

Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved. Component for handling popups. Note: This is a "partial" class, the majority of this class is generated.

Return:
Object

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

 

Generated on 2011.04.27 02:28 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.