|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ActionEvent
org.alfresco.web.ui.common.component.UIPanel.ExpandedEvent
public static class UIPanel.ExpandedEvent
Class representing the an action relevant when the panel is expanded or collapsed.
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 |
---|
public boolean State
Constructor Detail |
---|
public UIPanel.ExpandedEvent(javax.faces.component.UIComponent component, boolean state)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |