Interface IsDefaultCommand

All Known Subinterfaces:
ButtonTagDeclaration

public interface IsDefaultCommand
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setDefaultCommand(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

    • setDefaultCommand

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