Class QuestionsContainer
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.QuestionsContainer
- All Implemented Interfaces:
ICompositeElement
,IContainer
,IElement
,Serializable
This container adds the questions that need to be answered for a decision tree to it's definition.
- Since:
- 5.1
- Author:
- F. van der Meer
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
QuestionsContainer
(ValueReference[] questions, 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
-
QuestionsContainer
protected QuestionsContainer(ValueReference[] questions, TreeRunnerCallback callBack, IContainerContext context) throws AppException - Throws:
AppException
-
-
Method Details