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 Type
    Method
    Description
    org.zkoss.zul.Popup
    Returns a Popup component that was created using the data from the target item.
  • Method Details

    • renderItemTooltip

      org.zkoss.zul.Popup renderItemTooltip(ItemModel item)
      Returns a Popup component that was created using the data from the target item.
      Parameters:
      item - - target for the tooltip.