Class AnsweredContainer
java.lang.Object
com.aquima.interactions.composer.model.Element
com.aquima.interactions.composer.model.CompositeElement
com.aquima.interactions.composer.model.Container
com.aquima.interactions.framework.container.dtree.AnsweredContainer
- All Implemented Interfaces:
ICompositeElement
,IContainer
,IElement
,Serializable
This container adds the list of answered questions to itself.
- Since:
- 5.1
- Author:
- F. van der Meer
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AnsweredContainer
(ValueReference[] references, TreeRunnerCallback callBack, IContainerContext context) -
Method Summary
Methods inherited from class com.aquima.interactions.composer.model.Container
addMessage, clearMessages, collectMessages, equals, getDisplayText, getEntityInstanceId, getLastRepeatInstanceId, getMessages, getProperty, getReferenceAttribute, getTypeName, hashCode, setDisplayText, setEntityContext, setLastRepeatInstanceId, setProperty, setReferenceAttribute, setTypeName, toString
Methods inherited from class com.aquima.interactions.composer.model.CompositeElement
accept, addElement, addElements, equalsContent, getContentStyle, getElement, getElement, getElementCount, getElements, insertElement, removeAllElements, removeElement, replaceElementWithElements, setContentStyle, setElements
Methods inherited from class com.aquima.interactions.composer.model.Element
addPresentationStyle, evaluateTsl, getName, getParent, getPresentationStyles, getPropertyKeys, getRuntimeKey, getVisibilityCondition, hasFocus, hasPresentationStyle, isReadonly, isReadonlyInheritFromParent, isVisible, setFocus, setParent, setPresentationStyle, setPresentationStyles, setPresentationStyles, setReadonly, setReadonlyInheritFromParent, setRuntimeKey, setVisibilityCondition, setVisible
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.aquima.interactions.composer.ICompositeElement
accept, equalsContent, getContentStyle, getElement, getElement, getElementCount, getElements
Methods inherited from interface com.aquima.interactions.composer.IElement
getName, getParent, getPresentationStyles, getPropertyKeys, getRuntimeKey, hasFocus, hasPresentationStyle, isReadonly, isReadonlyInheritFromParent, isVisible
-
Constructor Details
-
AnsweredContainer
protected AnsweredContainer(ValueReference[] references, TreeRunnerCallback callBack, IContainerContext context) throws AppException - Throws:
AppException
-
-
Method Details