Package de.hsh.graja.util.comment.event
Class IfThenElseCompositeConditionedAction
java.lang.Object
de.hsh.graja.util.comment.event.IfThenElseAction
de.hsh.graja.util.comment.event.IfThenElseCompositeConditionedAction
- All Implemented Interfaces:
Action
,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIfThenElseCompositeConditionedAction
(CompositeCondition.Operator operator, Action trueAction, Action falseAction) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addConditionOperand
(Condition operand) void
renderHtml
(StringBuilder appender, RenderContext ctx) Methods inherited from class de.hsh.graja.util.comment.event.IfThenElseAction
getElseAction, getThenAction
-
Constructor Details
-
IfThenElseCompositeConditionedAction
public IfThenElseCompositeConditionedAction(CompositeCondition.Operator operator, Action trueAction, Action falseAction)
-
-
Method Details
-
getCondition
- Overrides:
getCondition
in classIfThenElseAction
-
addConditionOperand
-
renderHtml
- Specified by:
renderHtml
in interfaceAction
- Overrides:
renderHtml
in classIfThenElseAction
-