Package com.adobe.acs.commons.mcp.form
Class FormField.Factory
java.lang.Object
com.adobe.acs.commons.mcp.form.FormField.Factory
- Enclosing class:
- FormField
-
Method Summary
Modifier and TypeMethodDescriptionstatic FormFieldcreate(String name, String hint, String description, String category, boolean required, Class<? extends FieldComponent> clazz, String[] options) static FormFieldcreate(String name, String hint, String description, String category, boolean required, Class<? extends FieldComponent> clazz, String[] options, boolean localize, String[] languages)
-
Method Details
-
create
-
create
-