Class FcWhileLoopBean
- java.lang.Object
-
- de.xima.fc.gui.common.bean.ABooleanExpressionBean
-
- de.xima.fc.workflow.designer.bean.nodes.BaseMultipleCheckBean<FcWhileLoopProps>
-
- de.xima.fc.workflow.designer.bean.nodes.FcWhileLoopBean
-
- All Implemented Interfaces:
IElementPropertiesBean<FcWhileLoopProps,WorkflowNode>
,INodePropertiesBean<FcWhileLoopProps>
,Serializable
@ViewScoped @Named public class FcWhileLoopBean extends BaseMultipleCheckBean<FcWhileLoopProps>
Bean for editing FORMCYCLEEWorkflowNodeType.FC_WHILE_LOOP
nodes.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.xima.fc.gui.common.bean.ABooleanExpressionBean
localeBean
-
-
Constructor Summary
Constructors Constructor Description FcWhileLoopBean()
-
Method Summary
-
Methods inherited from class de.xima.fc.workflow.designer.bean.nodes.BaseMultipleCheckBean
addCondition, getAllVariables, prepareViewForElement, removeCondition, updateCurrentProperties
-
Methods inherited from class de.xima.fc.gui.common.bean.ABooleanExpressionBean
completeCustomExpression, findNewVariableName, getOrderedCombinationTypes, getOrderedMatchConditions, lintCustomExpression
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.interfaces.workflow.elements.IElementPropertiesBean
updateCurrentTask
-
Methods inherited from interface de.xima.fc.interfaces.workflow.nodes.INodePropertiesBean
retrieveCurrentProperties
-
-