org.apache.myfaces.trinidad.component
Interface DialogSource
- All Superinterfaces:
- javax.faces.component.ActionSource
- All Known Implementing Classes:
- CoreCommandButton, CoreCommandLink, CoreCommandNavigationItem, UIXCommand
public interface DialogSource
- extends javax.faces.component.ActionSource
Extension of ActionSource for components that fire
dialogs, and need to be notified when the dialog
begins launching and completes.
Methods inherited from interface javax.faces.component.ActionSource |
addActionListener, getAction, getActionListener, getActionListeners, isImmediate, removeActionListener, setAction, setActionListener, setImmediate |
addReturnListener
void addReturnListener(ReturnListener listener)
removeReturnListener
void removeReturnListener(ReturnListener listener)
getReturnListeners
ReturnListener[] getReturnListeners()
setReturnListener
void setReturnListener(javax.faces.el.MethodBinding returnListener)
getReturnListener
javax.faces.el.MethodBinding getReturnListener()
addLaunchListener
void addLaunchListener(LaunchListener listener)
removeLaunchListener
void removeLaunchListener(LaunchListener listener)
getLaunchListeners
LaunchListener[] getLaunchListeners()
setLaunchListener
void setLaunchListener(javax.faces.el.MethodBinding launchListener)
getLaunchListener
javax.faces.el.MethodBinding getLaunchListener()
Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.