public class ComponentUtils extends Object
Constructor and Description |
---|
ComponentUtils() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
closest(Class<T> type,
UIComponent base) |
static String |
getPathToComponent(UIComponent component) |
static UIComponent |
getRootComponent(UIComponent component) |
public static String getPathToComponent(UIComponent component)
public static <T> T closest(Class<T> type, UIComponent base)
public static UIComponent getRootComponent(UIComponent component)
Copyright © 2019 The Apache Software Foundation. All rights reserved.