org.icefaces.ace.event
Class ExpansionChangeEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
org.icefaces.ace.event.ExpansionChangeEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ExpansionChangeEvent
- extends javax.faces.event.FacesEvent
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
ExpansionChangeEvent(javax.faces.component.UIComponent component,
java.lang.Object object,
boolean expanded)
|
ExpansionChangeEvent(javax.faces.component.UIComponent component,
java.lang.Object object,
boolean expanded,
java.util.List<java.util.Map.Entry<java.lang.Object,java.util.List>> children)
|
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 |
ExpansionChangeEvent
public ExpansionChangeEvent(javax.faces.component.UIComponent component,
java.lang.Object object,
boolean expanded)
ExpansionChangeEvent
public ExpansionChangeEvent(javax.faces.component.UIComponent component,
java.lang.Object object,
boolean expanded,
java.util.List<java.util.Map.Entry<java.lang.Object,java.util.List>> children)
getRowData
public java.lang.Object getRowData()
setRowData
public void setRowData(java.lang.Object rowData)
getRowChildren
public java.util.List<java.util.Map.Entry<java.lang.Object,java.util.List>> getRowChildren()
setRowChildren
public void setRowChildren(java.util.List<java.util.Map.Entry<java.lang.Object,java.util.List>> rowChildren)
isExpanded
public boolean isExpanded()
setExpanded
public void setExpanded(boolean expanded)
isAppropriateListener
public boolean isAppropriateListener(javax.faces.event.FacesListener facesListener)
- Specified by:
isAppropriateListener
in class javax.faces.event.FacesEvent
processListener
public void processListener(javax.faces.event.FacesListener facesListener)
- Specified by:
processListener
in class javax.faces.event.FacesEvent
Copyright 2013 ICEsoft Technologies Canada Corp., All Rights Reserved.