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 voidUIContainer. onBroken(VSComponentReference reference, VSComponent component)Called when the property reference has been broken, i.e.voidUIContainer. 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 VSComponentReferenceVSComponentReference. 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.StringIVSComponentReferenceProvider. getVSComponentReferenceDescription(VSComponentReference ref)Gets a short description of this reference.default booleanIVSComponentReferenceProvider. isVSComponentReferenceValid(VSComponentReference ref, VSComponent component)Validates the VS component reference that has been looked up.voidIVSGenericComponentListener. onBroken(VSComponentReference reference, VSComponent component)Called when the property reference has been broken, i.e.voidIVSGenericComponentListener. 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 VSComponentReferenceScreenFieldProp. 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.StringScreenFieldProp. getVSComponentReferenceDescription(VSComponentReference ref)Gets a short description of this reference.