Package | Description |
---|---|
javax.faces.component.visit |
APIs for traversing a user interface component view. |
Modifier and Type | Method and Description |
---|---|
static VisitHint |
VisitHint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisitHint[] |
VisitHint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<VisitHint> |
VisitContextWrapper.getHints() |
abstract Set<VisitHint> |
VisitContext.getHints()
Returns hints that influence the behavior of the tree visit.
|
Modifier and Type | Method and Description |
---|---|
static VisitContext |
VisitContext.createVisitContext(FacesContext context,
Collection<String> ids,
Set<VisitHint> hints)
Returns a VisitContext instance that is initialized with the
specified ids and hintsfor use with
UIComponent.visitTree(javax.faces.component.visit.VisitContext, javax.faces.component.visit.VisitCallback) . |
abstract VisitContext |
VisitContextFactory.getVisitContext(FacesContext context,
Collection<String> ids,
Set<VisitHint> hints)
Return a new |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.