public class VisibilityEventsHelper extends Object
Since this requires a bunch of private APIs, and we haven't reached a conclusion of whether they should be public we are making aggressive use of reflection through Whitebox to call them
Constructor and Description |
---|
VisibilityEventsHelper() |
Modifier and Type | Method and Description |
---|---|
static boolean |
triggerVisibilityEvent(ComponentTree componentTree,
Class<?> visibilityEventType)
Tries to trigger the requested visibility event on the given component tree on the first
matching visibility output
|
public static boolean triggerVisibilityEvent(ComponentTree componentTree, Class<?> visibilityEventType)
componentTree
- the component tree to searchvisibilityEventType
- the event to trigger