Interface NavigationCriteriaTabValidator
public interface NavigationCriteriaTabValidator
The Interface NavigationCriteriaTabValidator.
This interface will be implemented by the Filter teams.
This will provide a way to validate on the runtime whether the filter tab
should be appear on the ECUI or not.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionbooleandoValidation(com.ptc.expansionui.client.ui.beans.FilterTabValidatorBean filerTabBean) Perform the Validation for showing the filter tab on the ECUI.
-
Method Details
-
doValidation
boolean doValidation(com.ptc.expansionui.client.ui.beans.FilterTabValidatorBean filerTabBean) Perform the Validation for showing the filter tab on the ECUI.
Supported API: true- Parameters:
filerTabBean- the FilterTabValidatorBean- Returns:
- true, if filter tab needs to be shown
-