Interface EventValidator

All Known Implementing Classes:
SearchBoxMenu, SimpleParamValidator, TaskBoxFavoritesMenu, TaskBoxMenu

public interface EventValidator
Interface implemented by all the objects that wants to make a parameter validation
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
    Checks if the parameters are valid or not
  • Method Details

    • validateParams

      boolean validateParams(UIMessage uim)
      Checks if the parameters are valid or not
      Parameters:
      uim - The UIMessage that contains the parameters that must be validated
      Returns:
      true if the parameters are valid, false otherwise
    • needValueValidation

      boolean needValueValidation()