Interface ToolTipService

All Known Implementing Classes:
ToolTipServiceImpl

public interface ToolTipService
Service to evaluate a tooltip of an entity.
  • Method Details

    • getToolTip

      @Nullable @Nullable String getToolTip(String entityModel, String primaryKey)
      Evaluate tooltip of the entity with the given entityModel and primaryKey.
    • getToolTipWithFallback

      @Nullable @Nullable String getToolTipWithFallback(String entityModel, String primaryKey)
      Same as getToolTip(String, String) but if no tooltip is defined, the default display of the entity will be evaluated.