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

All Known Subinterfaces:
AbstractCommandTagDeclaration, ButtonTagDeclaration, CommandTagDeclaration, LinkTagDeclaration, MenuCheckboxTagDeclaration, MenuCommandTagDeclaration, MenuRadioTagDeclaration, MenuSelectBooleanTagDeclaration, MenuSelectOneTagDeclaration, ToolBarCommandTagDeclaration, ToolBarSelectBooleanTagDeclaration, ToolBarSelectOneTagDeclaration
All Known Implementing Classes:
AbstractCommandTag, ButtonTag, CommandTag, DatePickerTag, LinkTag, MenuCheckboxExtensionTag, MenuCheckboxTag, MenuCommandTag, MenuRadioExtensionTag, MenuRadioTag, MenuSelectBooleanTag, MenuSelectOneTag, SelectBooleanCommandTag, SelectOneCommandTag, ToolBarCommandTag, ToolBarSelectBooleanTag, ToolBarSelectOneTag

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-2011 The Apache Software Foundation. All Rights Reserved.