static Components.ForEach |
Components.forEachComponent() |
Invokes an operation on every component in the component tree.
|
static Components.ForEach |
Components.forEachComponent(FacesContext facesContext) |
Invokes an operation on every component in the component tree.
|
Components.ForEach |
Components.ForEach.fromRoot(UIComponent root) |
The root component where tree visiting starts
|
Components.ForEach |
Components.ForEach.havingIds(String... ids) |
The IDs of the components that are to be visited
|
Components.ForEach |
Components.ForEach.havingIds(Collection<String> ids) |
The IDs of the components that are visited
|
Components.ForEach |
Components.ForEach.ofTypes(Class<?>... types) |
The types of the components that are to be visited
|
Components.ForEach |
Components.ForEach.withHints(VisitHint... hints) |
The VisitHints that are used for the visit.
|
Components.ForEach |
Components.ForEach.withHints(Set<VisitHint> hints) |
The VisitHints that are used for the visit.
|