Package overit.geocall.ui
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 TypeMethodDescriptionbooleanbooleanvalidateParams(UIMessage uim) Checks if the parameters are valid or not
-
Method Details
-
validateParams
Checks if the parameters are valid or not- Parameters:
uim- TheUIMessagethat contains the parameters that must be validated- Returns:
trueif the parameters are valid,falseotherwise
-
needValueValidation
boolean needValueValidation()
-