org.apache.myfaces.tobago.taglib.decl
Interface IsTransition

All Known Subinterfaces:
AbstractCommandTagDeclaration, ButtonTagDeclaration, CommandTagDeclaration, LinkTagDeclaration, MenuCheckboxTagDeclaration, MenuCommandTagDeclaration, MenuRadioTagDeclaration, MenuSelectBooleanTagDeclaration, MenuSelectOneTagDeclaration, SelectBooleanCommandTagDeclaration, SelectOneCommandTagDeclaration, SheetPageCommandTagDeclaration, ToolBarCommandTagDeclaration, ToolBarSelectBooleanTagDeclaration, ToolBarSelectOneTagDeclaration, TreeNodeTagDeclaration
All Known Implementing Classes:
MenuCheckboxExtensionTag, MenuRadioExtensionTag

public interface IsTransition


Method Summary
 void setTransition(String transition)
          Specify, if the command calls an JSF-Action.
 

Method Detail

setTransition

void setTransition(String transition)
Specify, if the command calls an JSF-Action. Useful to switch off the Double-Submit-Check and Waiting-Behavior.

Parameters:
transition - Indicates the transition.


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.