|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.salespointframework.desktop.renderer.AbstractListViewRenderer.CategoryItem
public static class AbstractListViewRenderer.CategoryItem
represents a category item. these items have cacheid as unique identification, because Category
can occur more than one time
if sorting doesn't group
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 |
---|
public Category category
public long cacheId
public int count
Constructor Detail |
---|
public AbstractListViewRenderer.CategoryItem(Category category)
category
- inner category
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |