| Package | Description |
|---|---|
| com.adobe.acs.commons.indesign.dynamicdeckdynamo.models | |
| com.adobe.acs.commons.mcp |
Miscellaneous Utilities.
|
| com.adobe.acs.commons.mcp.form |
Form components for MCP
|
| com.adobe.acs.commons.mcp.form.workflow |
Adobe I/O services.
|
| com.adobe.acs.commons.mcp.model | |
| com.adobe.acs.commons.mcp.util |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionSelectComponent
This custom select is used to populate the available collection for the current user.
|
class |
GenericListSelectComponent
Custom SelectComponent to Support Select list from GenericList
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,FieldComponent> |
DynamicScriptResolverService.geFieldComponentsForProcessDefinition(String identifier,
org.apache.sling.api.scripting.SlingScriptHelper sling)
Generate list of components needed to build the start dialog of a process
|
Map<String,FieldComponent> |
ControlledProcessManager.getComponentsForProcessDefinition(String processDefinitionName,
org.apache.sling.api.scripting.SlingScriptHelper sling) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractContainerComponent
Represent a generic container component which has one or more children
|
class |
AbstractGroupingContainerComponent
An expression of the tab layout container with convenience methods to build
tabs more easily.
|
static class |
AbstractGroupingContainerComponent.AccordionComponent |
static class |
AbstractGroupingContainerComponent.TabsComponent |
class |
AutocompleteComponent
Implements the Granite UI Autocomplete component.
|
class |
ButtonComponent
Represent a button on a form
|
class |
CheckboxComponent
Radio button selector component
|
class |
ContainerComponent
Simplest possible container with optional title property
|
class |
DatePickerComponent
date picker field component
|
class |
FieldsetComponent
Wrap a field set (section) component which is similar to container but also has a class attribute
|
class |
FileUploadComponent
File upload component
|
class |
FormComponent
Represent a form
|
class |
MultifieldComponent
Represent multifield with sub-fields based on referenced class.
|
class |
PasswordComponent
Text field component
|
class |
PathfieldComponent
Provisions 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 field
|
static class |
PathfieldComponent.AssetSelectComponent |
static class |
PathfieldComponent.FolderSelectComponent |
static class |
PathfieldComponent.NodeSelectComponent |
static class |
PathfieldComponent.PageSelectComponent |
class |
RadioComponent
Radio button selector component
|
static class |
RadioComponent.EnumerationSelector |
class |
ReadonlyTextfieldComponent
Generates a read-only text component
|
class |
RichTextEditorComponent
Provide 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.
|
class |
SelectComponent
Select (drop-down) selector component
|
static class |
SelectComponent.EnumerationSelector |
class |
TagPickerComponent
Generate a tag picker component
|
class |
TextareaComponent
Generates a text area component
|
class |
TextfieldComponent
Text field component
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,FieldComponent> |
GeneratedDialog.fieldComponents |
| Modifier and Type | Method and Description |
|---|---|
FieldComponent |
AbstractContainerComponent.generateDefaultChildComponent() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,FieldComponent> |
AbstractContainerComponent.getFieldComponents() |
Map<String,FieldComponent> |
GeneratedDialog.getFieldComponents() |
Map<String,FieldComponent> |
GeneratedDialogWrapper.getFieldComponents() |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldComponent.addClientLibraries(FieldComponent component) |
void |
AbstractContainerComponent.addComponent(String name,
FieldComponent field) |
void |
AbstractGroupingContainerComponent.addComponent(String group,
String fieldName,
FieldComponent component) |
| Modifier and Type | Method and Description |
|---|---|
static FormField |
FormField.Factory.create(String name,
String hint,
String description,
String category,
boolean required,
Class<? extends FieldComponent> clazz,
String[] options) |
boolean |
AbstractContainerComponent.hasCategories(Collection<FieldComponent> values) |
boolean |
FormComponent.hasCategories(Collection<FieldComponent> values) |
void |
AbstractContainerComponent.setDefaultChildComponent(Class<? extends FieldComponent> defaultChildComponent) |
| Modifier and Type | Class and Description |
|---|---|
class |
WorkflowModelSelector
Selector that lists available Workflow Models in alphabetical order by Title.
|
class |
WorkflowStatusSelector
Selector that lists available Workflow Statuses.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,FieldComponent> |
AvailableProcessDefinitions.getFieldComponents() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,FieldComponent> |
AnnotatedFieldDeserializer.getFormFields(Class source,
org.apache.sling.api.scripting.SlingScriptHelper sling) |
Copyright © 2013–2020 Adobe. All rights reserved.