Package com.iizix.prop
Interface IKStringPropOwner
public interface IKStringPropOwner
Interface that can be implemented by a property container that contains KStringProp's in order to send the KString's as HTML or plain text to the remote party.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns if a KString type should be HTML or PLAIN.boolean
Returns if the KString should be send to the remote party in HTML or not (i.e.
Method Details
doSendHTML
boolean doSendHTML()Returns if the KString should be send to the remote party in HTML or not (i.e. as a plain String).- Returns:
- true to send in HTML or PLAIN.
doReadHTML
boolean doReadHTML()Returns if a KString type should be HTML or PLAIN.- Returns:
- true to create the KString in HTML or false to use PLAIN type.