Interface HasItemsCount
- All Known Implementing Classes:
GroupDataGridColumnTextRenderer
public interface HasItemsCount
Interface to be implemented by renderers that display items count.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetDisplayItemsCount(boolean displayItemsCount) Sets whether the items count should be displayed.
-
Method Details
-
isDisplayItemsCount
boolean isDisplayItemsCount()- Returns:
trueif 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
-