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