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

All Known Subinterfaces:
ButtonTagDeclaration
All Known Implementing Classes:
ButtonTag

public interface IsDefaultCommand


Method Summary
 void setDefaultCommand(String defaultCommand)
          If true the command is excuted as default -- for example if the user presses the enter key inside a related input field.
 

Method Detail

setDefaultCommand

void setDefaultCommand(String defaultCommand)
If true the command is excuted as default -- for example if the user presses the enter key inside a related input field.



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.