Package org.jboss.hal.meta.security
Class ElementGuard.Visible
- java.lang.Object
-
- org.jboss.hal.meta.security.ElementGuard.Visible
-
- All Implemented Interfaces:
Predicate<elemental2.dom.Element>
- Enclosing class:
- ElementGuard
public static class ElementGuard.Visible extends Object implements Predicate<elemental2.dom.Element>
Predicate which returns only visible elements (elements which don't have the CSS classCSS.hidden).Use this filter to find elements which can be processed by other security related functions such as
ElementGuard.Toggle.
-
-
Constructor Summary
Constructors Constructor Description Visible()
-