org.apache.myfaces.trinidad.component
Class UIXCollection.NoColumnFacetsVisitContext
java.lang.Object
org.apache.myfaces.trinidad.component.visit.VisitContext
org.apache.myfaces.trinidad.component.UIXCollection.NoColumnFacetsVisitContext
- Enclosing class:
- UIXCollection
protected static final class UIXCollection.NoColumnFacetsVisitContext
- extends VisitContext
VisitContext implementation that doesn't visit any of the Facets of
UIXColumn children. This is used when stamping children
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getWrapped
protected VisitContext getWrapped()
invokeVisitCallback
public VisitResult invokeVisitCallback(UIComponent component,
VisitCallback callback)
- Description copied from class:
VisitContext
Called by UIXComponent.visitTree()
to visit a single component.
- Parameters:
component
- the component to visitcallback
- the VisitCallback to call
- Returns:
- a VisitResult value that indicates whether to continue
visiting the component's subtree, skip visiting the component's
subtree or abort the visit altogether.
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.