Interface ToolTipService
- All Known Implementing Classes:
ToolTipServiceImpl
public interface ToolTipService
Service to evaluate a tooltip of an entity.
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
getToolTip
(String entityModel, String primaryKey) Evaluate tooltip of the entity with the givenentityModel
andprimaryKey
.@Nullable String
getToolTipWithFallback
(String entityModel, String primaryKey) Same asgetToolTip(String, String)
but if no tooltip is defined, the default display of the entity will be evaluated.
-
Method Details
-
getToolTip
Evaluate tooltip of the entity with the givenentityModel
andprimaryKey
. -
getToolTipWithFallback
Same asgetToolTip(String, String)
but if no tooltip is defined, the default display of the entity will be evaluated.
-