Uses of Class
com.iizix.prop.vs.VSComponentReference
Packages that use VSComponentReference Package Description com.iizix.prop.ui com.iizix.prop.vs com.iizix.term.prop Uses of VSComponentReference in com.iizix.prop.ui
Methods in com.iizix.prop.ui with parameters of type VSComponentReference Modifier and Type Method Description void
UIContainer. onBroken(VSComponentReference reference, VSComponent component)
Called when the property reference has been broken, i.e.void
UIContainer. onResolved(VSComponentReference reference, VSComponent component)
Called when the property reference has been resolved.Uses of VSComponentReference in com.iizix.prop.vs
Methods in com.iizix.prop.vs that return VSComponentReference Modifier and Type Method Description VSComponentReference
VSComponentReference. clone()
Overrides clone to clear existing parent listener.Methods in com.iizix.prop.vs with parameters of type VSComponentReference Modifier and Type Method Description java.lang.Class<?>[]
IVSComponentReferenceProvider. getVSComponentReferenceClasses(VSComponentReference ref)
Gets the possible component classes for the references, i.e.java.lang.String
IVSComponentReferenceProvider. getVSComponentReferenceDescription(VSComponentReference ref)
Gets a short description of this reference.default boolean
IVSComponentReferenceProvider. isVSComponentReferenceValid(VSComponentReference ref, VSComponent component)
Validates the VS component reference that has been looked up.void
IVSGenericComponentListener. onBroken(VSComponentReference reference, VSComponent component)
Called when the property reference has been broken, i.e.void
IVSGenericComponentListener. onResolved(VSComponentReference reference, VSComponent component)
Called when the property reference has been resolved.Uses of VSComponentReference in com.iizix.term.prop
Methods in com.iizix.term.prop that return VSComponentReference Modifier and Type Method Description VSComponentReference
ScreenFieldProp. getVSComponentReference()
Gets the VSComponentReference.Methods in com.iizix.term.prop with parameters of type VSComponentReference Modifier and Type Method Description java.lang.Class<?>[]
ScreenFieldProp. getVSComponentReferenceClasses(VSComponentReference ref)
Gets the possible component classes for the references, i.e.java.lang.String
ScreenFieldProp. getVSComponentReferenceDescription(VSComponentReference ref)
Gets a short description of this reference.