OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.component
Class AdfUIDialog

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

public class AdfUIDialog
extends Object
A UIXDialog component is an abstraction for a container component that can deliver DialogEvents, which indicate that an action has occurred in the dialog.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfUIDialog()
A UIXDialog component is an abstraction for a container component that can deliver DialogEvents, which indicate that an action has occurred in the dialog.


Method Summary

public Object
getDialogListener()
Get function for attribute for 'dialogListener'.
protected Object
HandleEvent(Object event)
Override to handle dialog events that won't go to the server - that is, Cancel button presses - by hiding the dialog.


Field Detail


Constructor Detail


AdfUIDialog

public AdfUIDialog()

A UIXDialog component is an abstraction for a container component that can deliver DialogEvents, which indicate that an action has occurred in the dialog.

Method Detail


getDialogListener

public Object getDialogListener()

Get function for attribute for 'dialogListener'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server.

Return:
Object - DialogListener

HandleEvent

protected Object HandleEvent(Object event)

Override to handle dialog events that won't go to the server - that is, Cancel button presses - by hiding the dialog.

Parameters:
event    
Return:
Object

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

 

Generated on 2013.01.09 16:37 UTC
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.