org.richfaces.event
Class PanelToggleEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
org.richfaces.event.PanelToggleEvent
- All Implemented Interfaces:
- java.io.Serializable
public class PanelToggleEvent
- extends javax.faces.event.FacesEvent
- Since:
- 2010-08-27
- Author:
- akolonitsky
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
PanelToggleEvent(javax.faces.component.UIComponent component,
java.lang.Boolean isExpanded)
Construct a new event object from the specified source component, old value, and new value. |
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 |
PanelToggleEvent
public PanelToggleEvent(javax.faces.component.UIComponent component,
java.lang.Boolean isExpanded)
Construct a new event object from the specified source component, old value, and new value.
The default PhaseId
for this event is PhaseId.ANY_PHASE
.
- Parameters:
component
- Source UIComponent
for this eventisExpanded
-
- Throws:
java.lang.IllegalArgumentException
- if component
is null
getExpanded
public java.lang.Boolean getExpanded()
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
- Throws:
javax.faces.event.AbortProcessingException
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.