Interface HasItemsCount

All Known Implementing Classes:
GroupDataGridColumnTextRenderer

public interface HasItemsCount
Interface to be implemented by renderers that display items count.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    setDisplayItemsCount(boolean displayItemsCount)
    Sets whether the items count should be displayed.
  • Method Details

    • isDisplayItemsCount

      boolean isDisplayItemsCount()
      Returns:
      true if the items count is displayed
    • setDisplayItemsCount

      void setDisplayItemsCount(boolean displayItemsCount)
      Sets whether the items count should be displayed.
      Parameters:
      displayItemsCount - display items count or not