org.salespointframework.desktop.renderer
Class AbstractListViewRenderer.CategoryItem

java.lang.Object
  extended by org.salespointframework.desktop.renderer.AbstractListViewRenderer.CategoryItem
Enclosing class:
AbstractListViewRenderer

public static class AbstractListViewRenderer.CategoryItem
extends java.lang.Object

represents a category item. these items have cacheid as unique identification, because Category can occur more than one time if sorting doesn't group

Since:
4.0
Author:
Thomas Kissinger

Field Summary
 long cacheId
          unique cache id assigned by model
 Category category
          inner category
 int count
          number of items in category
 
Constructor Summary
AbstractListViewRenderer.CategoryItem(Category category)
          default constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

category

public Category category
inner category


cacheId

public long cacheId
unique cache id assigned by model


count

public int count
number of items in category

Constructor Detail

AbstractListViewRenderer.CategoryItem

public AbstractListViewRenderer.CategoryItem(Category category)
default constructor

Parameters:
category - inner category