Uses of Class
nl.b3p.tailormap.api.viewer.model.Component
-
Packages that use Component Package Description nl.b3p.tailormap.api.persistence nl.b3p.tailormap.api.viewer.model -
-
Uses of Component in nl.b3p.tailormap.api.persistence
Methods in nl.b3p.tailormap.api.persistence that return types with arguments of type Component Modifier and Type Method Description List<Component>Application. getComponents()Method parameters in nl.b3p.tailormap.api.persistence with type arguments of type Component Modifier and Type Method Description ApplicationApplication. setComponents(List<Component> components) -
Uses of Component in nl.b3p.tailormap.api.viewer.model
Methods in nl.b3p.tailormap.api.viewer.model that return Component Modifier and Type Method Description ComponentComponent. config(ComponentConfig config)ComponentComponent. type(String type)Methods in nl.b3p.tailormap.api.viewer.model that return types with arguments of type Component Modifier and Type Method Description @NotNull @Valid List<@Valid Component>ViewerResponse. getComponents()Configured components (controls) for the viewerMethods in nl.b3p.tailormap.api.viewer.model with parameters of type Component Modifier and Type Method Description ViewerResponseViewerResponse. addComponentsItem(Component componentsItem)Method parameters in nl.b3p.tailormap.api.viewer.model with type arguments of type Component Modifier and Type Method Description ViewerResponseViewerResponse. components(List<@Valid Component> components)voidViewerResponse. setComponents(List<@Valid Component> components)
-