Interface UiTypeFinder
- All Known Implementing Classes:
UiTypeFinderImpl
public interface UiTypeFinder
Helper to determine the UI-type for a given Characteristic. It will determine how the characteristic is rendered on
the UI.
-
Method Summary
Modifier and TypeMethodDescriptionfindUiTypeForCstic(CsticModel model) findUiTypeForCstic(CsticModel model, CsticData data) findUiValidationTypeForCstic(CsticModel csticModel)
-
Method Details
-
findUiTypeForCstic
- Parameters:
model-- Returns:
- UIType that decides how the characteristic is rendered on the UI
-
findUiTypeForCstic
- Parameters:
model-data-- Returns:
- UIType that decides how the characteristic is rendered on the UI
-
findUiValidationTypeForCstic
- Parameters:
csticModel-- Returns:
- UIValidatioType that decides how the user input for this characteristic is validated
-