Package org.apache.tapestry5.plastic
Interface WhenCallback
public interface WhenCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
ifFalse
(InstructionBuilder builder) Generates code for when the condition is false.void
ifTrue
(InstructionBuilder builder) Generates code for when the condition is true.
-
Method Details
-
ifTrue
Generates code for when the condition is true. -
ifFalse
Generates code for when the condition is false.
-