Interface | Description |
---|---|
ComplexPropertyDefinition<T> |
Definition of a child form, combines traits of a form property and a form itself
at the same time.
|
EditorDefinition<T> |
Editor view definition.
|
EditorView<T> |
Base interface of an editor.
|
FormDefinition<T> |
Defines a form.
|
ItemEditor |
Simple interface typically accompanying
EditorView . |
ItemProviderStrategy<T,R> |
Item provider is an abstraction aiming to give developer a flexible way to specify which item a form or a complex form
field should bind to and how to access that item.
|
ItemProviderStrategy.WithSameTypeReference<T> |
Shortcut interface which does not enforce different
reference type.
|
JcrBinaryHelper |
Helper for creation of
Binary s. |
LocaleContext |
Typically used in various editors which let the editing of localised content
and support switching between supported languages within the same session.
|
MayHaveI18NProperties |
Interface for definitions that could contain nested i18n properties.
|
MultiFormDefinition<T> |
Multiform definition.
|
MultiFormDefinition.OrderHandler<T> | |
MultiFormView.EntryResolution<T> |
Multi-form entry resolution strategy.
|
SwitchableFormDefinition<T> |
Definition for
SwitchableFormView . |
Class | Description |
---|---|
AbstractFormKeyGenerator<T> |
AbstractI18nKeyGenerator for dialogs and their parts. |
ByIndexedChildNodes |
Resolves multi-field entries based on indexed sub-nodes.
|
ByIndexedChildNodes.Definition |
Definition of
ByIndexedChildNodes . |
ByLexicographicallyIndexedChildNodes | Deprecated
since 6.2.1, use
ByIndexedChildNodes . |
ByLexicographicallyIndexedChildNodes.Definition | Deprecated
since 6.2.1
|
ByMultiValueProperties |
Resolves multi-field entries based on multi value property.
|
ByMultiValueProperties.Definition |
Definition of
ByMultiValueProperties . |
ConfiguredEditorDefinition<T> |
Empty implementation of
EditorDefinition . |
ConfiguredEditorPropertyDefinition |
EditorPropertyDefinition implementation. |
ConfiguredFormDefinition<T> |
Configured form definition.
|
ConfiguredMultiFormDefinition<T> |
Definition of multi-form editors.
|
CurrentItemProvider<T> |
This strategy simply returns the parent item from the
ItemProviderStrategy . |
CurrentItemProviderDefinition<T> |
Definition for
CurrentItemProvider . |
DefaultJcrNodeOrderHandler |
Arranges provided JCR nodes according to their order, renames them so that
the node names reflect the indices correctly.
|
DefaultJcrNodeOrderHandler.Definition |
Definition of
DefaultJcrNodeOrderHandler . |
FormDefinitionMutator<T> |
Takes an instance of
FormDefinition provided by the MutableWrapper utility,
and exposes setter methods wired dynamically via MutableWrapper.Mutable interface. |
FormPresenter<T> |
Handles some logic on behalf of the FormView.
|
FormView<T> |
Builds a locale-aware form view.
|
ItemPreviewDefinition<T> |
Defines a
ItemPreviewComponent . |
ItemProviderDefinition<T,R> |
Form item datasource resolution strategy.
|
JcrChildNodeProvider<D extends JcrChildNodeProviderDefinition> |
Resolves child JCR node from the parent.
|
JcrChildNodeProviderDefinition |
Definition of
JcrChildNodeProvider . |
JcrIndexedChildNodeProvider<D extends JcrIndexedChildNodeProvider.Definition> |
Provides an indexed child node.
|
JcrIndexedChildNodeProvider.Definition |
Definition of
JcrIndexedChildNodeProvider . |
JcrIndexedMultiPropertyValueProvider |
ItemProviderStrategy for multi value properties. |
JcrItemPropertySet |
Describes a set of JCR properties that can be used for configuration based on
JcrItemPropertySet.JcrPropertyDescriptor . |
JcrItemPropertySet.JcrPropertyDescriptor<T> |
Jcr property descriptor.
|
JcrNodeFromLocationResolutionDefinition |
Definition of
ResolveJcrNodeFromLocationContext . |
JcrNodeProviderDefinition<R> |
Base definition of JCR node provider strategies.
|
JcrPropertyProvider |
JCR item provider strategy special case which proposes JCR node property as an item datasource.
|
JcrPropertyProvider.Definition |
Definition of
JcrPropertyProvider . |
LexicographicallyIndexedChildNodeProvider | Deprecated
since 6.2.1, use
JcrChildNodeProvider . |
LexicographicallyIndexedChildNodeProvider.Definition | Deprecated
since 6.2.1
|
LexicographicallyIndexedJcrNodeOrderHandler | Deprecated
since 6.2.1, use
JcrChildNodeProvider . |
LexicographicallyIndexedJcrNodeOrderHandler.Definition |
Definition of
LexicographicallyIndexedJcrNodeOrderHandler . |
MultiFieldEntryResolution |
Implementation of
ByIndexedChildNodes which uses a pre-configured entry definition
coming from the property definition. |
MultiFieldEntryResolution.Definition |
Definition of
MultiFieldEntryResolution . |
MultiFormDefinition.NoopOrderHandler<T> | |
MultiFormDefinition.OrderHandlerDefinition<T> | |
MultiFormDefinition.OrderHandlerDefinition.Noop<T> | |
MultiFormView<T> |
Editor view which hosts a number of similar child editors.
|
MultiFormView.EntryResolution.Definition<T> | |
MultiItemConverter<PRESENTATION,MODEL> |
Converts from multiple instances of the model type to multiple instances of the presentation type and vice versa.
|
MultiValuePropertyOrderHandler |
Arranges provided JCR multi property according to their order.
|
MultiValuePropertyOrderHandler.Definition |
Definition of
MultiValuePropertyOrderHandler . |
NonRoundingConverterFactory | Deprecated
since 6.0 - only exists due to Vaadin 7 quirkiness in operating the double/float to string conversion
|
SwitchableFormView<T> |
Special kind of form that allows to switch between multiple views using selection field.
|
UploadView<T> |
Adapts the
UploadField to EditorView . |
UploadViewDefinition<T> |
Definition for
UploadView . |
Annotation Type | Description |
---|---|
EditorType |
TypeAlias specifying the EditorDefinition type. |
ItemProviderType |
TypeAlias specifying ItemProviderDefinition type. |
Copyright © 2020 Magnolia International Ltd.. All rights reserved.