Interface IsDefaultCommand
- All Known Subinterfaces:
- ButtonTagDeclaration
public interface IsDefaultCommand
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetDefaultCommand(String defaultCommand) If true the command is executed as default -- for example if the user presses the enter key inside a related input field.
- 
Method Details- 
setDefaultCommandIf true the command is executed as default -- for example if the user presses the enter key inside a related input field.
 
-