Package org.javlo.fields
Class FieldFactory
- java.lang.Object
-
- org.javlo.fields.FieldFactory
-
public class FieldFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description FieldFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Field
getField(IContentVisualComponent component, StaticConfig staticConfig, GlobalContext globalContext, I18nAccess i18nAccess, Properties properties, String label, String name, String type, String id)
static Field
getField(IContentVisualComponent component, StaticConfig staticConfig, GlobalContext globalContext, I18nAccess i18nAccess, Properties properties, String label, String placeholder, String name, String type, String id)
-
-
-
Method Detail
-
getField
public static Field getField(IContentVisualComponent component, StaticConfig staticConfig, GlobalContext globalContext, I18nAccess i18nAccess, Properties properties, String label, String name, String type, String id)
-
getField
public static Field getField(IContentVisualComponent component, StaticConfig staticConfig, GlobalContext globalContext, I18nAccess i18nAccess, Properties properties, String label, String placeholder, String name, String type, String id)
-
-