org.apache.myfaces.view.facelets.tag.composite
Class InsertChildrenHandler.RelocateAllChildrenListener

java.lang.Object
  extended by org.apache.myfaces.view.facelets.tag.composite.InsertChildrenHandler.RelocateAllChildrenListener
All Implemented Interfaces:
java.util.EventListener, StateHolder, ComponentSystemEventListener, FacesListener
Enclosing class:
InsertChildrenHandler

public static final class InsertChildrenHandler.RelocateAllChildrenListener
extends java.lang.Object
implements ComponentSystemEventListener, StateHolder


Constructor Summary
InsertChildrenHandler.RelocateAllChildrenListener()
           
InsertChildrenHandler.RelocateAllChildrenListener(UIComponent targetComponent, int childIndex)
           
 
Method Summary
 boolean isTransient()
           
 void processEvent(ComponentSystemEvent event)
           
 void restoreState(FacesContext context, java.lang.Object state)
           
 java.lang.Object saveState(FacesContext context)
           
 void setTransient(boolean newTransientValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertChildrenHandler.RelocateAllChildrenListener

public InsertChildrenHandler.RelocateAllChildrenListener()

InsertChildrenHandler.RelocateAllChildrenListener

public InsertChildrenHandler.RelocateAllChildrenListener(UIComponent targetComponent,
                                                         int childIndex)
Method Detail

processEvent

public void processEvent(ComponentSystemEvent event)
Specified by:
processEvent in interface ComponentSystemEventListener

saveState

public java.lang.Object saveState(FacesContext context)
Specified by:
saveState in interface StateHolder

restoreState

public void restoreState(FacesContext context,
                         java.lang.Object state)
Specified by:
restoreState in interface StateHolder

isTransient

public boolean isTransient()
Specified by:
isTransient in interface StateHolder

setTransient

public void setTransient(boolean newTransientValue)
Specified by:
setTransient in interface StateHolder


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.