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 ComponentConfig
ComponentConfig. EMPTY_INSTANCE
Methods in org.javlo.component.config that return ComponentConfig Modifier and Type Method Description static ComponentConfig
ComponentConfig. getInstance()
static ComponentConfig
ComponentConfig. 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 ComponentConfig
AbstractVisualComponent. config
Methods in org.javlo.component.core that return ComponentConfig Modifier and Type Method Description ComponentConfig
AbstractVisualComponent. getConfig(ContentContext ctx)
ComponentConfig
IContentVisualComponent. 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 ComponentConfig
GenericForm. 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 ComponentConfig
PageReferenceComponent. getConfig(ContentContext ctx)
-