Uses of Class
org.javlo.component.dynamic.DynamicComponent
-
Packages that use DynamicComponent Package Description org.javlo.component.core org.javlo.component.web2 org.javlo.fields org.javlo.macro -
-
Uses of DynamicComponent in org.javlo.component.core
Methods in org.javlo.component.core that return DynamicComponent Modifier and Type Method Description static DynamicComponentComponentFactory. getDynamicComponents(ContentContext ctx, String type)Methods in org.javlo.component.core that return types with arguments of type DynamicComponent Modifier and Type Method Description static List<DynamicComponent>ComponentFactory. getAllDynamicComponents(ContentContext ctx) -
Uses of DynamicComponent in org.javlo.component.web2
Subclasses of DynamicComponent in org.javlo.component.web2 Modifier and Type Class Description classReactionComponentclassStaticMapComponent -
Uses of DynamicComponent in org.javlo.fields
Methods in org.javlo.fields that return DynamicComponent Modifier and Type Method Description DynamicComponentField. getReferenceComponent(ContentContext ctx)for field with i18n false, the value come from default language version of the page. -
Uses of DynamicComponent in org.javlo.macro
Method parameters in org.javlo.macro with type arguments of type DynamicComponent Modifier and Type Method Description protected voidImportDataBase. importItem(ContentContext ctx, MenuElement currentPage, Map<String,DynamicComponent> compCache, ResultSet rs, Map<String,String> types, String componentType, String lg)
-