Interface ITextDS

All Superinterfaces:
IElementDS, IReportingDS
All Known Implementing Classes:
ReportingTextDS, TextDelegateDS, TextDS, XmlTextDS, XmlTextDS

public interface ITextDS extends IReportingDS, IElementDS
This data source is used to initialize a text node.
Since:
7.0
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method should iterate over the content of the text element and add the content to the provided visitor.

    Methods inherited from interface com.aquima.interactions.composer.ds.IElementDS

    getName, getPresentationStyles

    Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS

    addMessage
  • Method Details

    • iterateContent

      void iterateContent(ITextContentVisitor visitor)
      This method should iterate over the content of the text element and add the content to the provided visitor.
      Parameters:
      visitor - The visitor that should be used to add the content to.
      Throws:
      InitializationException - This exception is thrown when the definition could not be initialized due to a fatal error.