Class ContentFieldText

All Implemented Interfaces:
CheckForRichText, Serializable
Direct Known Subclasses:
ContentFieldLargeText

public class ContentFieldText extends ContentField<String> implements CheckForRichText
"text" type of text field. In the delivery SDK all text fields will be identified as "text" (even if "largetext" type) because there is no way to definitively determine without the content type definition.
See Also:
  • Constructor Details

    • ContentFieldText

      public ContentFieldText(String value)
    • ContentFieldText

      public ContentFieldText(String value, FieldType fieldType)
  • Method Details

    • isRichText

      public boolean isRichText()
      Does the field contained rich text?
      Specified by:
      isRichText in interface CheckForRichText
      Returns:
      true if rich text content