Class CollapsibleActionListener
java.lang.Object
org.apache.myfaces.tobago.event.CollapsibleActionListener
- All Implemented Interfaces:
jakarta.faces.component.StateHolder
,jakarta.faces.event.ActionListener
,jakarta.faces.event.FacesListener
,EventListener
public class CollapsibleActionListener
extends Object
implements jakarta.faces.event.ActionListener, jakarta.faces.component.StateHolder
-
Field Summary
Fields inherited from interface jakarta.faces.event.ActionListener
TO_FLOW_DOCUMENT_ID_ATTR_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
processAction
(jakarta.faces.event.ActionEvent actionEvent) void
restoreState
(jakarta.faces.context.FacesContext context, Object state) saveState
(jakarta.faces.context.FacesContext context) void
setTransient
(boolean newTransientValue)
-
Constructor Details
-
CollapsibleActionListener
public CollapsibleActionListener() -
CollapsibleActionListener
-
-
Method Details
-
processAction
public void processAction(jakarta.faces.event.ActionEvent actionEvent) throws jakarta.faces.event.AbortProcessingException - Specified by:
processAction
in interfacejakarta.faces.event.ActionListener
- Throws:
jakarta.faces.event.AbortProcessingException
-
saveState
- Specified by:
saveState
in interfacejakarta.faces.component.StateHolder
-
restoreState
- Specified by:
restoreState
in interfacejakarta.faces.component.StateHolder
-
isTransient
public boolean isTransient()- Specified by:
isTransient
in interfacejakarta.faces.component.StateHolder
-
setTransient
public void setTransient(boolean newTransientValue) - Specified by:
setTransient
in interfacejakarta.faces.component.StateHolder
-