Package org.apache.tapestry5.plastic
Interface WhenCallback
- 
public interface WhenCallback
 
- 
- 
Method Summary
All 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
- 
ifTrue
void ifTrue(InstructionBuilder builder)
Generates code for when the condition is true. 
- 
ifFalse
void ifFalse(InstructionBuilder builder)
Generates code for when the condition is false. 
 - 
 
 -