Interface TooltipRenderer
- All Known Implementing Classes:
CommentTooltipRenderer
public interface TooltipRenderer
Renderer for tooltip, that displays when hover the target item's record.
-
Method Summary
Modifier and TypeMethodDescriptionorg.zkoss.zul.PopuprenderItemTooltip(ItemModel item) Returns aPopupcomponent that was created using the data from the target item.
-
Method Details
-
renderItemTooltip
Returns aPopupcomponent that was created using the data from the target item.- Parameters:
item- - target for the tooltip.
-