Schnittstelle IsTransition
- Alle bekannten Unterschnittstellen:
ButtonTagDeclaration
,EventTagDeclaration
,LinkTagDeclaration
,SheetPageCommandTagDeclaration
public interface IsTransition
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
setTransition
(String transition) Specify, if the command calls an JSF-Action.
-
Methodendetails
-
setTransition
Specify, if the command calls an JSF-Action. Useful to switch off the Double-Submit-Check and Waiting-Behavior.- Parameter:
transition
- Indicates the transition.
-