ZLoaderContext
4 items
- All (4)
- Constructors (1)
- Functions (3)
All
4constructorZLoaderContext
constructor()
funaddComponent
fun addComponent(refId: String, component: ZRef?)
Adds a component to the store with the given refId.
fungetComponent
fun getComponent(refId: String): ZRef?
Retrieves a component from the store with the given refId.
funhasComponent
fun hasComponent(refId: String): Boolean
Returns true if the component with the given refId has been loaded.
Constructors
1constructorZLoaderContext
constructor()
Functions
3funaddComponent
fun addComponent(refId: String, component: ZRef?)
Adds a component to the store with the given refId.
fungetComponent
fun getComponent(refId: String): ZRef?
Retrieves a component from the store with the given refId.
funhasComponent
fun hasComponent(refId: String): Boolean
Returns true if the component with the given refId has been loaded.