Uses of Class
io.vertigo.ui.core.ComponentRef
-
Packages that use ComponentRef Package Description io.vertigo.ui.core -
-
Uses of ComponentRef in io.vertigo.ui.core
Fields in io.vertigo.ui.core declared as ComponentRef Modifier and Type Field Description protected ComponentRef<io.vertigo.datastore.entitystore.EntityStoreManager>
AbstractUiListUnmodifiable. entityStoreManager
Accès au storeManager.protected ComponentRef<io.vertigo.commons.transaction.VTransactionManager>
AbstractUiListUnmodifiable. transactionManager
Accès au transactionManager.Methods in io.vertigo.ui.core that return ComponentRef Modifier and Type Method Description static <T> ComponentRef<T>
ComponentRef. makeLazyRef(Class<T> componentClazz)
static <T> ComponentRef<T>
ComponentRef. makeRef(Class<T> componentClazz)
-