Interface IKStringPropOwner

All Known Implementing Classes:
EUILabel, EUIOutput, UILabel, UIOutput

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 Type
    Method
    Description
    boolean
    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(KStringProp ksp)
      Returns if the KString should be send to the remote party in HTML or not (i.e. as a plain String).
      Parameters:
      ksp - The KString property.
      Returns:
      true to send in HTML or PLAIN.
    • doReadHTML

      boolean doReadHTML(KStringProp ksp)
      Returns if a KString type should be HTML or PLAIN.
      Parameters:
      ksp - The KString property.
      Returns:
      true to create the KString in HTML or false to use PLAIN type.