Uses of Interface
io.wcm.siteapi.genericedit.component.value.GenericValue
Packages that use GenericValue
Package
Description
Site API Generic Edit Builder.
Site API Generic Edit Component.
Site API Generic Edit Component Value.
- 
Uses of GenericValue in io.wcm.siteapi.genericedit.builderClasses in io.wcm.siteapi.genericedit.builder with type parameters of type GenericValueModifier and TypeClassDescriptionclassValueInspectorService<T extends GenericValue>Allows to customize the inspection process which turns properties in Sling Models instance to specific ones e.g. for links, media and rich text.
- 
Uses of GenericValue in io.wcm.siteapi.genericedit.componentClasses in io.wcm.siteapi.genericedit.component with type parameters of type GenericValueModifier and TypeInterfaceDescriptioninterfaceGenericProperty<T extends GenericValue>Represents a property.Methods in io.wcm.siteapi.genericedit.component that return types with arguments of type GenericValueModifier and TypeMethodDescription@NotNull List<GenericProperty<GenericValue>>GenericComponent.getAllProperties()
- 
Uses of GenericValue in io.wcm.siteapi.genericedit.component.valueSubinterfaces of GenericValue in io.wcm.siteapi.genericedit.component.valueModifier and TypeInterfaceDescriptioninterfaceRepresents a nested component.interfaceRepresents a link.interfaceRepresents a media object.interfaceRepresents a rich text value.interfaceRepresents a simple value of primitive type.