T - Type du composantpublic final class ComponentRef<T> extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
static <T> ComponentRef<T> |
makeLazyRef(Class<T> componentClazz) |
static <T> ComponentRef<T> |
makeRef(Class<T> componentClazz) |
public static <T> ComponentRef<T> makeRef(Class<T> componentClazz)
componentClazz - Type du composantpublic static <T> ComponentRef<T> makeLazyRef(Class<T> componentClazz)
componentClazz - Type du composantpublic T get()
Copyright © 2017. All Rights Reserved.