org.ajax4jsf.application
Class AjaxStateManager.TreeStructureNode

java.lang.Object
  extended by org.ajax4jsf.application.AjaxStateManager.TreeStructureNode
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable
Enclosing class:
AjaxStateManager

protected static final class AjaxStateManager.TreeStructureNode
extends java.lang.Object
implements java.io.Externalizable

See Also:
Serialized Form

Constructor Summary
AjaxStateManager.TreeStructureNode()
           
 
Method Summary
 void apply(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.util.Set uniqueIds)
           
 java.util.List getChildren()
           
 java.util.Map getFacets()
           
 java.lang.String getId()
           
 java.lang.String getType()
           
 void readExternal(java.io.ObjectInput in)
           
 javax.faces.component.UIComponent restore(ComponentsLoader loader)
           
 void setChildren(java.util.List children)
           
 void setFacets(java.util.Map facets)
           
 void setId(java.lang.String id)
           
 void setType(java.lang.String type)
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjaxStateManager.TreeStructureNode

public AjaxStateManager.TreeStructureNode()
Method Detail

apply

public void apply(javax.faces.context.FacesContext context,
                  javax.faces.component.UIComponent component,
                  java.util.Set uniqueIds)

restore

public javax.faces.component.UIComponent restore(ComponentsLoader loader)

getFacets

public java.util.Map getFacets()
Returns:
the facets

setFacets

public void setFacets(java.util.Map facets)
Parameters:
facets - the facets to set

getChildren

public java.util.List getChildren()
Returns:
the children

setChildren

public void setChildren(java.util.List children)
Parameters:
children - the children to set

getType

public java.lang.String getType()
Returns:
the type

setType

public void setType(java.lang.String type)
Parameters:
type - the type to set

getId

public java.lang.String getId()
Returns:
the id

setId

public void setId(java.lang.String id)
Parameters:
id - the id to set

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException


Copyright © 2008. All Rights Reserved.