Interface TooltipRenderer
-
- All Known Implementing Classes:
CommentTooltipRenderer
public interface TooltipRendererRenderer for tooltip, that displays when hover the target item's record.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.zkoss.zul.PopuprenderItemTooltip(ItemModel item)Returns aPopupcomponent that was created using the data from the target item.
-
-
-
Method Detail
-
renderItemTooltip
org.zkoss.zul.Popup renderItemTooltip(ItemModel item)
Returns aPopupcomponent that was created using the data from the target item.- Parameters:
item- - target for the tooltip.
-
-