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.builder
Classes in io.wcm.siteapi.genericedit.builder with type parameters of type GenericValueModifier and TypeClassDescriptionclass
ValueInspectorService<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.component
Classes in io.wcm.siteapi.genericedit.component with type parameters of type GenericValueModifier and TypeInterfaceDescriptioninterface
GenericProperty<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.value
Subinterfaces of GenericValue in io.wcm.siteapi.genericedit.component.valueModifier and TypeInterfaceDescriptioninterface
Represents a nested component.interface
Represents a link.interface
Represents a media object.interface
Represents a rich text value.interface
Represents a simple value of primitive type.