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

All Known Subinterfaces:
ButtonTagDeclaration
All Known Implementing Classes:
ButtonTag

public interface IsDefaultCommand


Method Summary
 void setDefaultCommand(java.lang.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(java.lang.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-2012 The Apache Software Foundation. All Rights Reserved.