@Version(value="5.2.0")
See: Description
| Interface | Description |
|---|---|
| DialogResourceProvider |
Provides an OSGi factory service for a resource provider.
|
| FormProcessor |
Handles a particular form of input data and deserializes the form into a bean defined with @FormField annotated fields.
|
| Class | Description |
|---|---|
| AbstractContainerComponent |
Represent a generic container component which has one or more children
|
| AbstractGroupingContainerComponent |
An expression of the tab layout container with convenience methods to build
tabs more easily.
|
| AbstractGroupingContainerComponent.AccordionComponent | |
| AbstractGroupingContainerComponent.TabsComponent | |
| AbstractResourceImpl |
This is a mock resource class used to pass values in to the granite UI components.
|
| AutocompleteComponent |
Implements the Granite UI Autocomplete component.
|
| ButtonComponent |
Represent a button on a form
|
| CheckboxComponent |
Radio button selector component
|
| ContainerComponent |
Simplest possible container with optional title property
|
| DatePickerComponent |
date picker field component
|
| DialogProviderAnnotationProcessor |
Processes the DialogProvider annotation, producing a corresponding OSGi
service to provide the generated sling dialog resources.
|
| FieldComponent |
Describes a component in a manner which supports auto-generated forms
|
| FieldsetComponent |
Wrap a field set (section) component which is similar to container but also has a class attribute
|
| FileUploadComponent |
File upload component
|
| FormComponent |
Represent a form
|
| FormField.Factory | |
| GeneratedDialog |
Generates a dialog out of @FormField annotations.
|
| GeneratedDialogWrapper |
Provides a generated dialog for annotated model classes that do not already extend GeneratedDialog
|
| MultifieldComponent |
Represent multifield with sub-fields based on referenced class.
|
| PasswordComponent |
Text field component
|
| 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
|
| PathfieldComponent.AssetSelectComponent | |
| PathfieldComponent.FolderSelectComponent | |
| PathfieldComponent.NodeSelectComponent | |
| PathfieldComponent.PageSelectComponent | |
| RadioComponent |
Radio button selector component
|
| RadioComponent.EnumerationSelector | |
| ReadonlyTextfieldComponent |
Generates a read-only text component
|
| 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.
|
| SelectComponent |
Select (drop-down) selector component
|
| SelectComponent.EnumerationSelector | |
| TagPickerComponent |
Generate a tag picker component
|
| TextareaComponent |
Generates a text area component
|
| TextfieldComponent |
Text field component
|
| Enum | Description |
|---|---|
| DialogProvider.DialogStyle | |
| FieldComponent.ClientLibraryType |
| Annotation Type | Description |
|---|---|
| Description |
Description annotation for enumeration constants
|
| DialogProvider |
Signifies a bean which gets an automatically-generated dialog.
|
| FormField |
Annotation used to declare process inputs.
|
Copyright © 2013–2020 Adobe. All rights reserved.