Interface ToolTipService
- All Known Implementing Classes:
ToolTipServiceImpl
public interface ToolTipService
Service to evaluate a tooltip of an entity.
-
Method Summary
Modifier and TypeMethodDescription@Nullable StringgetToolTip(String entityModel, String primaryKey) Evaluate tooltip of the entity with the givenentityModelandprimaryKey.@Nullable StringgetToolTipWithFallback(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
-
getToolTipWithFallback
Same asgetToolTip(String, String)but if no tooltip is defined, the default display of the entity will be evaluated.
-