Class ButtonContainer
- 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.ButtonContainer
-
- All Implemented Interfaces:
ICompositeElement
,IContainer
,IElement
,Serializable
public class ButtonContainer extends Container
This container adds the buttons for the decision-tree run to it's definition.- Since:
- 5.1
- Author:
- F. van der Meer
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
CONTINUEACTION
protected static String
RETRYACTION
protected static String
STOPACTION
-
Constructor Summary
Constructors Modifier Constructor Description protected
ButtonContainer(IContainerContext context, TreeRunnerCallback callBack, boolean canContinue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Element
duplicate()
This method duplicates the container element.-
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, isVisible, setFocus, setParent, setPresentationStyle, setPresentationStyles, setPresentationStyles, setReadonly, 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, isVisible
-
-
-
-
Field Detail
-
CONTINUEACTION
protected static final String CONTINUEACTION
- See Also:
- Constant Field Values
-
RETRYACTION
protected static final String RETRYACTION
- See Also:
- Constant Field Values
-
STOPACTION
protected static final String STOPACTION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ButtonContainer
protected ButtonContainer(IContainerContext context, TreeRunnerCallback callBack, boolean canContinue) throws AppException
- Throws:
AppException
-
-