T
- type of each variantpublic interface VariantAwareComponent<T extends Variant>
Modifier and Type | Method and Description |
---|---|
default VariantView<T> |
getVariants()
Configure the variants of this component.
|
default VariantView<T> getVariants()
VariantView
for configuring each variant of type <T>
, never null.