Uses of Interface
io.wcm.siteapi.genericedit.component.GenericProperty
-
Packages that use GenericProperty Package Description io.wcm.siteapi.genericedit.component Site API Generic Edit Component. -
-
Uses of GenericProperty in io.wcm.siteapi.genericedit.component
Methods in io.wcm.siteapi.genericedit.component that return types with arguments of type GenericProperty Modifier and Type Method Description @NotNull java.util.List<GenericProperty<GenericValue>>
GenericComponent. getAllProperties()
@NotNull java.util.List<GenericProperty<ComponentValue>>
GenericComponent. getComponentProperties()
@NotNull java.util.List<GenericProperty<LinkValue>>
GenericComponent. getLinkProperties()
@NotNull java.util.List<GenericProperty<MediaValue>>
GenericComponent. getMediaProperties()
@NotNull java.util.List<GenericProperty<RichTextValue>>
GenericComponent. getRichTextProperties()
@NotNull java.util.List<GenericProperty<SimpleValue>>
GenericComponent. getSimpleProperties()
-