org.richfaces.event
Class SwitchablePanelSwitchEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
org.richfaces.event.SwitchablePanelSwitchEvent
- All Implemented Interfaces:
- java.io.Serializable
public class SwitchablePanelSwitchEvent
- extends javax.faces.event.FacesEvent
- Author:
- Nick Belaevski - nbelaevski@exadel.com
created 23.01.2007
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
SwitchablePanelSwitchEvent(javax.faces.component.UIComponent component,
java.lang.Object value,
javax.faces.component.UIComponent eventSource)
|
Methods inherited from class javax.faces.event.FacesEvent |
getComponent, getPhaseId, queue, setPhaseId |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SwitchablePanelSwitchEvent
public SwitchablePanelSwitchEvent(javax.faces.component.UIComponent component,
java.lang.Object value,
javax.faces.component.UIComponent eventSource)
getValue
public java.lang.Object getValue()
getEventSource
public javax.faces.component.UIComponent getEventSource()
isAppropriateListener
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
- Specified by:
isAppropriateListener
in class javax.faces.event.FacesEvent
processListener
public void processListener(javax.faces.event.FacesListener listener)
- Specified by:
processListener
in class javax.faces.event.FacesEvent
Copyright © 2009. All Rights Reserved.