Interface IsTransition
- All Known Subinterfaces:
- ButtonTagDeclaration,- EventTagDeclaration,- LinkTagDeclaration
public interface IsTransition
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetTransition(String transition) Specify, if the command calls an JSF-Action.
- 
Method Details- 
setTransitionSpecify, if the command calls an JSF-Action. Useful to switch off the Double-Submit-Check and Waiting-Behavior.- Parameters:
- transition- Indicates the transition.
 
 
-