Class ToolTipServiceImpl
java.lang.Object
ch.tocco.nice2.netui.actions.impl.tooltip.ToolTipServiceImpl
- All Implemented Interfaces:
ToolTipService
-
Constructor Summary
ConstructorsConstructorDescriptionToolTipServiceImpl(Context context, DefaultDisplayService defaultDisplayService) -
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 asToolTipService.getToolTip(String, String)but if no tooltip is defined, the default display of the entity will be evaluated.
-
Constructor Details
-
ToolTipServiceImpl
-
-
Method Details
-
getToolTipWithFallback
Description copied from interface:ToolTipServiceSame asToolTipService.getToolTip(String, String)but if no tooltip is defined, the default display of the entity will be evaluated.- Specified by:
getToolTipWithFallbackin interfaceToolTipService
-
getToolTip
Description copied from interface:ToolTipServiceEvaluate tooltip of the entity with the givenentityModelandprimaryKey.- Specified by:
getToolTipin interfaceToolTipService
-