Uses of Class
org.javlo.component.config.ComponentConfig
-
Packages that use ComponentConfig Package Description org.javlo.component.config org.javlo.component.core org.javlo.component.form org.javlo.component.links -
-
Uses of ComponentConfig in org.javlo.component.config
Fields in org.javlo.component.config declared as ComponentConfig Modifier and Type Field Description static ComponentConfigComponentConfig. EMPTY_INSTANCEMethods in org.javlo.component.config that return ComponentConfig Modifier and Type Method Description static ComponentConfigComponentConfig. getInstance()static ComponentConfigComponentConfig. getInstance(ContentContext ctx, String type) -
Uses of ComponentConfig in org.javlo.component.core
Fields in org.javlo.component.core declared as ComponentConfig Modifier and Type Field Description protected ComponentConfigAbstractVisualComponent. configMethods in org.javlo.component.core that return ComponentConfig Modifier and Type Method Description ComponentConfigAbstractVisualComponent. getConfig(ContentContext ctx)ComponentConfigIContentVisualComponent. getConfig(ContentContext ctx)get the configuration of the component. from project or from template. -
Uses of ComponentConfig in org.javlo.component.form
Methods in org.javlo.component.form that return ComponentConfig Modifier and Type Method Description ComponentConfigGenericForm. getConfig(ContentContext ctx) -
Uses of ComponentConfig in org.javlo.component.links
Methods in org.javlo.component.links that return ComponentConfig Modifier and Type Method Description ComponentConfigPageReferenceComponent. getConfig(ContentContext ctx)
-