Uses of Interface
io.wcm.siteapi.genericedit.component.value.GenericValue
-
Packages that use GenericValue Package Description io.wcm.siteapi.genericedit.builder Site API Generic Edit Builder.io.wcm.siteapi.genericedit.component Site API Generic Edit Component.io.wcm.siteapi.genericedit.component.value 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 GenericValue Modifier and Type Class Description class
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 GenericValue Modifier and Type Interface Description interface
GenericProperty<T extends GenericValue>
Represents a property.Methods in io.wcm.siteapi.genericedit.component that return types with arguments of type GenericValue Modifier and Type Method Description @NotNull java.util.List<GenericProperty<GenericValue>>
GenericComponent. getAllProperties()
-
Uses of GenericValue in io.wcm.siteapi.genericedit.component.value
Subinterfaces of GenericValue in io.wcm.siteapi.genericedit.component.value Modifier and Type Interface Description interface
ComponentValue
Represents a nested component.interface
LinkValue
Represents a link.interface
MediaValue
Represents a media object.interface
RichTextValue
Represents a rich text value.interface
SimpleValue
Represents a simple value of primitive type.
-