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 TypeMethodDescriptionvoidaddConditionOperand(Condition operand) voidrenderHtml(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:
getConditionin classIfThenElseAction
-
addConditionOperand
-
renderHtml
- Specified by:
renderHtmlin interfaceAction- Overrides:
renderHtmlin classIfThenElseAction
-