Uses of Class
com.adobe.acs.commons.mcp.form.FieldComponent
Packages that use FieldComponent
Package
Description
Miscellaneous Utilities.
Form components for MCP
Adobe I/O services.
-
Uses of FieldComponent in com.adobe.acs.commons.indesign.dynamicdeckdynamo.models
Subclasses of FieldComponent in com.adobe.acs.commons.indesign.dynamicdeckdynamo.modelsModifier and TypeClassDescriptionclassThis custom select is used to populate the available collection for the current user.classCustom SelectComponent to Support Select list from GenericList -
Uses of FieldComponent in com.adobe.acs.commons.mcp
Methods in com.adobe.acs.commons.mcp that return types with arguments of type FieldComponentModifier and TypeMethodDescriptionDynamicScriptResolverService.geFieldComponentsForProcessDefinition(String identifier, org.apache.sling.api.scripting.SlingScriptHelper sling) Generate list of components needed to build the start dialog of a processControlledProcessManager.getComponentsForProcessDefinition(String processDefinitionName, org.apache.sling.api.scripting.SlingScriptHelper sling) -
Uses of FieldComponent in com.adobe.acs.commons.mcp.form
Subclasses of FieldComponent in com.adobe.acs.commons.mcp.formModifier and TypeClassDescriptionclassRepresent a generic container component which has one or more childrenclassAn expression of the tab layout container with convenience methods to build tabs more easily.static classstatic classclassImplements the Granite UI Autocomplete component.final classRepresent a button on a formfinal classRadio button selector componentclassSimplest possible container with optional title propertyclassdate picker field componentfinal classWrap a field set (section) component which is similar to container but also has a class attributefinal classFile upload componentfinal classRepresent a formfinal classRepresent multifield with sub-fields based on referenced class.classdate picker field componentfinal classText field componentclassProvisions for path fields Accepts the following options: base=[path] -- Root of tree shown to user multiple -- If added it indicates the user can make multiple selections and values are stored in a multi-value fieldstatic final classstatic final classstatic final classstatic final classclassRadio button selector componentstatic classfinal classGenerates a read-only text componentclassProvide basic Rich Text editor https://helpx.adobe.com/experience-manager/6-4/sites/administering/using/rich-text-editor.html Note: Right now there are no optiosn to configure the toolbars.classSelect (drop-down) selector componentstatic classfinal classGenerate a tag picker componentfinal classGenerates a text area componentclassText field componentFields in com.adobe.acs.commons.mcp.form with type parameters of type FieldComponentModifier and TypeFieldDescriptionprotected Map<String,FieldComponent> GeneratedDialog.fieldComponentsMethods in com.adobe.acs.commons.mcp.form that return FieldComponentMethods in com.adobe.acs.commons.mcp.form that return types with arguments of type FieldComponentModifier and TypeMethodDescriptionAbstractContainerComponent.getFieldComponents()GeneratedDialog.getFieldComponents()GeneratedDialogWrapper.getFieldComponents()Methods in com.adobe.acs.commons.mcp.form with parameters of type FieldComponentModifier and TypeMethodDescriptionfinal voidFieldComponent.addClientLibraries(FieldComponent component) voidAbstractContainerComponent.addComponent(String name, FieldComponent field) voidAbstractGroupingContainerComponent.addComponent(String group, String fieldName, FieldComponent component) Method parameters in com.adobe.acs.commons.mcp.form with type arguments of type FieldComponentModifier and TypeMethodDescriptionstatic FormFieldFormField.Factory.create(String name, String hint, String description, String category, boolean required, Class<? extends FieldComponent> clazz, String[] options) static FormFieldFormField.Factory.create(String name, String hint, String description, String category, boolean required, Class<? extends FieldComponent> clazz, String[] options, boolean localize, String[] languages) booleanAbstractContainerComponent.hasCategories(Collection<FieldComponent> values) booleanFormComponent.hasCategories(Collection<FieldComponent> values) voidAbstractContainerComponent.setDefaultChildComponent(Class<? extends FieldComponent> defaultChildComponent) -
Uses of FieldComponent in com.adobe.acs.commons.mcp.form.workflow
Subclasses of FieldComponent in com.adobe.acs.commons.mcp.form.workflowModifier and TypeClassDescriptionclassSelector that lists available Workflow Models in alphabetical order by Title.classSelector that lists available Workflow Statuses. -
Uses of FieldComponent in com.adobe.acs.commons.mcp.model
Methods in com.adobe.acs.commons.mcp.model that return types with arguments of type FieldComponent -
Uses of FieldComponent in com.adobe.acs.commons.mcp.util
Methods in com.adobe.acs.commons.mcp.util that return types with arguments of type FieldComponentModifier and TypeMethodDescriptionstatic Map<String,FieldComponent> AnnotatedFieldDeserializer.getFormFields(Class source, org.apache.sling.api.scripting.SlingScriptHelper sling)