Interface QuickListItemRenderer

  • All Known Implementing Classes:
    DefaultQuickListItemRenderer

    public interface QuickListItemRenderer
    Interface for renderers capable of rendering items of QuickList widget
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isOpenItemHyperlink​(org.zkoss.zk.ui.Component component)
      Checks if given Component is a hyperlink opening the current item
      boolean isRemoveItemButton​(org.zkoss.zk.ui.Component component)
      Checks if given Component is a hyperlink opening the current item
    • Method Detail

      • isOpenItemHyperlink

        boolean isOpenItemHyperlink​(org.zkoss.zk.ui.Component component)
        Checks if given Component is a hyperlink opening the current item
        Parameters:
        component - ui component
        Returns:
        true if is open hyperlink
      • isRemoveItemButton

        boolean isRemoveItemButton​(org.zkoss.zk.ui.Component component)
        Checks if given Component is a hyperlink opening the current item
        Parameters:
        component - ui component
        Returns:
        true if is remove item