Interface ComponentValue
-
- All Superinterfaces:
GenericValue
@ConsumerType public interface ComponentValue extends GenericValue
Represents a nested component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull GenericComponent
getInstance()
-
Methods inherited from interface io.wcm.siteapi.genericedit.component.value.GenericValue
isValid
-
-
-
-
Method Detail
-
getInstance
@NotNull @NotNull GenericComponent getInstance()
- Returns:
- Generic view of nested component.
-
-