Uses of Interface
org.apache.tapestry5.plastic.SwitchCallback

Packages that use SwitchCallback
org.apache.tapestry5.internal.plastic   
org.apache.tapestry5.plastic   
 

Uses of SwitchCallback in org.apache.tapestry5.internal.plastic
 

Methods in org.apache.tapestry5.internal.plastic with parameters of type SwitchCallback
 InstructionBuilder InstructionBuilderImpl.startSwitch(int min, int max, SwitchCallback callback)
           
 

Uses of SwitchCallback in org.apache.tapestry5.plastic
 

Methods in org.apache.tapestry5.plastic with parameters of type SwitchCallback
 InstructionBuilder InstructionBuilder.startSwitch(int min, int max, SwitchCallback callback)
          Starts a switch statement.
 



Copyright © 2003-2012 The Apache Software Foundation.