public interface IVSComponentReferenceProvider
Modifier and Type | Method and Description |
---|---|
Class<?>[] |
getVSComponentReferenceClasses(VSComponentReference ref)
Gets the possible component classes for the references, i.e.
|
String |
getVSComponentReferenceDescription(VSComponentReference ref)
Gets a short description of this reference.
|
boolean |
isVSComponentReferenceValid(Atom refAtom,
VSComponent component)
Validates the VS component reference that has been looked up when the reference
property doesn't exist.
|
default boolean |
isVSComponentReferenceValid(VSComponentReference ref,
VSComponent component)
Validates the VS component reference that has been looked up.
|
Class<?>[] getVSComponentReferenceClasses(VSComponentReference ref)
ref
- The reference holder.boolean isVSComponentReferenceValid(Atom refAtom, VSComponent component)
refAtom
- The reference holder's atom.component
- The VS component to validate.default boolean isVSComponentReferenceValid(VSComponentReference ref, VSComponent component)
ref
- The reference holder.component
- The VS component to validate.String getVSComponentReferenceDescription(VSComponentReference ref)
ref
- The reference holder.iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.