org.apache.myfaces.trinidad.component
Interface DialogSource
- All Superinterfaces:
- ActionSource
- All Known Implementing Classes:
- CoreCommandButton, CoreCommandLink, CoreCommandNavigationItem, UIXCommand
public interface DialogSource
- extends ActionSource
Extension of ActionSource for components that fire
dialogs, and need to be notified when the dialog
begins launching and completes.
addReturnListener
void addReturnListener(ReturnListener listener)
removeReturnListener
void removeReturnListener(ReturnListener listener)
getReturnListeners
ReturnListener[] getReturnListeners()
setReturnListener
void setReturnListener(MethodExpression returnListener)
getReturnListener
MethodExpression getReturnListener()
addLaunchListener
void addLaunchListener(LaunchListener listener)
removeLaunchListener
void removeLaunchListener(LaunchListener listener)
getLaunchListeners
LaunchListener[] getLaunchListeners()
setLaunchListener
void setLaunchListener(MethodExpression launchListener)
getLaunchListener
MethodExpression getLaunchListener()
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.