org.alfresco.web.ui.common.component
Class UIPanel.ExpandedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by javax.faces.event.ActionEvent
              extended by org.alfresco.web.ui.common.component.UIPanel.ExpandedEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
UIPanel

public static class UIPanel.ExpandedEvent
extends javax.faces.event.ActionEvent

Class representing the an action relevant when the panel is expanded or collapsed.

See Also:
Serialized Form

Field Summary
 boolean State
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UIPanel.ExpandedEvent(javax.faces.component.UIComponent component, boolean state)
           
 
Method Summary
 
Methods inherited from class javax.faces.event.ActionEvent
isAppropriateListener, processListener
 
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
 

Field Detail

State

public boolean State
Constructor Detail

UIPanel.ExpandedEvent

public UIPanel.ExpandedEvent(javax.faces.component.UIComponent component,
                             boolean state)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.