| Package | Description | 
|---|---|
| org.omnifaces.util | 
| Modifier and Type | Method and Description | 
|---|---|
| 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(Collection<String> ids)The IDs of the components that are visited | 
| Components.ForEach | Components.ForEach. havingIds(String... ids)The IDs of the components that are to be visited | 
| Components.ForEach | Components.ForEach. ofTypes(Class<?>... types)The types of the components that are to be visited | 
| Components.ForEach | Components.ForEach. withHints(Set<VisitHint> hints)The VisitHints that are used for the visit. | 
| Components.ForEach | Components.ForEach. withHints(VisitHint... hints)The VisitHints that are used for the visit. | 
Copyright © 2012–2018 OmniFaces. All rights reserved.