Class TextDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDelegateDS
com.aquima.interactions.composer.ds.delegate.TextDelegateDS
com.aquima.interactions.portal.ds.sys.dialects.TextDS
- All Implemented Interfaces:
IElementDS
,ITextDS
,IReportingDS
Internal class to wrap the datasources to add dialect fallback behaviour for multilingual elements.
- Since:
- 8.4
- Author:
- Jon van Leuven
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
TextDS
(ITextDS datasource, FallbackLanguages fallbackLanguages) -
Method Summary
Modifier and TypeMethodDescriptionvoid
iterateContent
(ITextContentVisitor visitor) This method should iterate over the content of the text element and add the content to the provided visitor.Methods inherited from class com.aquima.interactions.composer.ds.delegate.TextDelegateDS
getName, getPresentationStyles
Methods inherited from class com.aquima.interactions.foundation.report.ReportingDelegateDS
addMessage
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.aquima.interactions.composer.ds.IElementDS
getName, getPresentationStyles
Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS
addMessage
-
Constructor Details
-
TextDS
-
-
Method Details
-
iterateContent
Description copied from interface:ITextDS
This method should iterate over the content of the text element and add the content to the provided visitor.- Specified by:
iterateContent
in interfaceITextDS
- Overrides:
iterateContent
in classTextDelegateDS
- 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.
-