Uses of Interface
io.vertigo.core.node.component.ComponentSpace
-
Packages that use ComponentSpace Package Description io.vertigo.core.node io.vertigo.core.node.component.loader io.vertigo.core.node.definition.loader -
-
Uses of ComponentSpace in io.vertigo.core.node
Methods in io.vertigo.core.node that return ComponentSpace Modifier and Type Method Description ComponentSpace
AutoCloseableNode. getComponentSpace()
ComponentSpace
Node. getComponentSpace()
Returns the space where all the components are stored. -
Uses of ComponentSpace in io.vertigo.core.node.component.loader
Classes in io.vertigo.core.node.component.loader that implement ComponentSpace Modifier and Type Class Description class
ComponentSpaceWritable
Centralisation des accès aux composants et aux plugins. -
Uses of ComponentSpace in io.vertigo.core.node.definition.loader
Methods in io.vertigo.core.node.definition.loader with parameters of type ComponentSpace Modifier and Type Method Description static DefinitionSpaceLoader
DefinitionSpaceLoader. startLoading(DefinitionSpaceWritable definitionSpaceWritable, ComponentSpace componentSpace)
Loader of definitions
-