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 SummaryModifier and TypeMethodDescription- booleanReturns if a KString type should be HTML or PLAIN.- booleanReturns if the KString should be send to the remote party in HTML or not (i.e.
- Method Details- doSendHTMLboolean 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.
 
- doReadHTMLboolean 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.