Uses of Class
com.iizix.text.KStringHolder
Packages that use KStringHolder Package Description com.iizix.prop com.iizix.prop.ui com.iizix.text Uses of KStringHolder in com.iizix.prop
Methods in com.iizix.prop with parameters of type KStringHolder Modifier and Type Method Description void
BadgeProp. onKStringRefactored(KStringHolder holder, GEvent triggerEvent)
Called when a KString tag changed due to refactoring.void
KStringProp. onKStringRefactored(KStringHolder holder, GEvent triggerEvent)
Called when a KString tag changed due to refactoring.Uses of KStringHolder in com.iizix.prop.ui
Methods in com.iizix.prop.ui with parameters of type KStringHolder Modifier and Type Method Description void
TooltipProp. onKStringRefactored(KStringHolder holder, GEvent triggerEvent)
Called when a KString tag changed due to refactoring.Uses of KStringHolder in com.iizix.text
Methods in com.iizix.text with parameters of type KStringHolder Modifier and Type Method Description boolean
KStringPLAINVirtualSpaceTag. isReferenceValid(KStringHolder holder, GProp<?> gp)
Validates a reference.boolean
KStringTag. isReferenceValid(KStringHolder holder, GProp<?> gp)
Validates a reference.void
IKStringHolder. onKStringRefactored(KStringHolder holder, GEvent triggerEvent)
Called when a KString has been refactored and requires the property to change the KString contents.void
KStringHTMLTag. resolve(KStringHolder holder, boolean doReCheck, GEvent triggerEvent)
Resolves the reference.void
KStringTag. resolve(KStringHolder holder, boolean doReCheck, GEvent triggerEvent)
Resolves the reference.void
KStringHTMLImageTag. verify(KStringHolder holder, PropVerification verification, java.lang.String location, int id)
Verifies the KString for a KString holder.void
KStringTag. verify(KStringHolder holder, PropVerification verification, java.lang.String location, int id)
Verifies the KString for a KString holder.