Package org.apache.tapestry5.plastic
Interface WhenCallback
- 
 public interface WhenCallback 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidifFalse(InstructionBuilder builder)Generates code for when the condition is false.voidifTrue(InstructionBuilder builder)Generates code for when the condition is true.
 
- 
- 
- 
Method Detail- 
ifTruevoid ifTrue(InstructionBuilder builder) Generates code for when the condition is true.
 - 
ifFalsevoid ifFalse(InstructionBuilder builder) Generates code for when the condition is false.
 
- 
 
-