org.apache.myfaces.tobago.event
Class MethodExpressionTabChangeListener
java.lang.Object
org.apache.myfaces.tobago.event.MethodExpressionTabChangeListener
- All Implemented Interfaces:
- EventListener, javax.faces.component.StateHolder, javax.faces.event.FacesListener, TabChangeListener
public class MethodExpressionTabChangeListener
- extends Object
- implements TabChangeListener, javax.faces.component.StateHolder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodExpressionTabChangeListener
public MethodExpressionTabChangeListener()
MethodExpressionTabChangeListener
public MethodExpressionTabChangeListener(javax.el.MethodExpression methodExpression)
processTabChange
public void processTabChange(TabChangeEvent actionEvent)
throws javax.faces.event.AbortProcessingException
- Specified by:
processTabChange
in interface TabChangeListener
- Throws:
javax.faces.event.AbortProcessingException
restoreState
public void restoreState(javax.faces.context.FacesContext context,
Object state)
- Specified by:
restoreState
in interface javax.faces.component.StateHolder
saveState
public Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState
in interface javax.faces.component.StateHolder
setTransient
public void setTransient(boolean newTransientValue)
- Specified by:
setTransient
in interface javax.faces.component.StateHolder
isTransient
public boolean isTransient()
- Specified by:
isTransient
in interface javax.faces.component.StateHolder
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.