public static class TabViewTag.TabPageActionListener extends Object implements javax.faces.event.ActionListener, javax.faces.component.StateHolder
Constructor and Description |
---|
TabPageActionListener()
Creates a new instance of MethodExpressionActionListener
|
TabPageActionListener(String clientId) |
Modifier and Type | Method and Description |
---|---|
boolean |
isTransient() |
void |
processAction(javax.faces.event.ActionEvent actionEvent) |
void |
restoreState(javax.faces.context.FacesContext context,
Object state) |
Object |
saveState(javax.faces.context.FacesContext context) |
void |
setTransient(boolean newTransientValue) |
public TabPageActionListener()
public TabPageActionListener(String clientId)
public void processAction(javax.faces.event.ActionEvent actionEvent) throws javax.faces.event.AbortProcessingException
processAction
in interface javax.faces.event.ActionListener
javax.faces.event.AbortProcessingException
public void restoreState(javax.faces.context.FacesContext context, Object state)
restoreState
in interface javax.faces.component.StateHolder
public Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
public void setTransient(boolean newTransientValue)
setTransient
in interface javax.faces.component.StateHolder
public boolean isTransient()
isTransient
in interface javax.faces.component.StateHolder
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.