|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.salespointframework.desktop.renderer.AbstractListViewRenderer
org.salespointframework.desktop.renderer.CatalogListViewRenderer
org.salespointframework.desktop.renderer.StoringStockListViewRenderer
public class StoringStockListViewRenderer
ListCellRenderer
for StoringStock
s
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.salespointframework.desktop.renderer.CatalogListViewRenderer |
---|
CatalogListViewRenderer.ShadowStyle |
Nested classes/interfaces inherited from class org.salespointframework.desktop.renderer.AbstractListViewRenderer |
---|
AbstractListViewRenderer.CategoryItem, AbstractListViewRenderer.RenderComponent, AbstractListViewRenderer.RenderContext |
Field Summary |
---|
Fields inherited from class org.salespointframework.desktop.renderer.CatalogListViewRenderer |
---|
imagePanel, locale, name, nameScaleFactor, price, priceScalefactor, RENDER_LAYOUT_SIDE_BY_SIDE, RENDER_LAYOUT_UPON_THE_OTHER, RENDER_ORIENTATION_NAME_CENTER, RENDER_ORIENTATION_NAME_LEFT, RENDER_ORIENTATION_NAME_RIGHT, RENDER_ORIENTATION_PRICE_CENTER, RENDER_ORIENTATION_PRICE_LEFT, RENDER_ORIENTATION_PRICE_RIGHT, RENDER_SHOW_NAME, RENDER_SHOW_PRICE, renderAttributes, shadowStyle |
Fields inherited from class org.salespointframework.desktop.renderer.AbstractListViewRenderer |
---|
cache, categoryLine, categoryName, RENDER_ELEMENT_TYPE_CELL, RENDER_ELEMENT_TYPE_SEPERATOR, renderContext, workingComponent |
Constructor Summary | |
---|---|
StoringStockListViewRenderer()
default constructor |
|
StoringStockListViewRenderer(CatalogListViewRenderer.ShadowStyle shadowStyle,
java.util.Locale locale)
constructor |
|
StoringStockListViewRenderer(CatalogListViewRenderer.ShadowStyle shadowStyle,
java.util.Locale locale,
int renderAttributes)
constructor |
Method Summary | |
---|---|
CatalogItem |
getCatalogItem(AbstractListViewRenderer.RenderContext renderContext)
extract catalog item |
Methods inherited from class org.salespointframework.desktop.renderer.CatalogListViewRenderer |
---|
initializeComponents, initializeComponentValues, render, renderRack, setNameScaleFactor, setPriceScaleFactor |
Methods inherited from class org.salespointframework.desktop.renderer.AbstractListViewRenderer |
---|
createWorkingComponent, getCacheKey, getCategoryItem, getListCellRendererComponent, initializeSeperatorComponents, initializeSeperatorComponentValues, renderComponent, renderSeperator, renderSeperatorRack |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StoringStockListViewRenderer()
public StoringStockListViewRenderer(CatalogListViewRenderer.ShadowStyle shadowStyle, java.util.Locale locale)
shadowStyle
- CatalogListViewRenderer.shadowStyle
locale
- CatalogListViewRenderer.locale
public StoringStockListViewRenderer(CatalogListViewRenderer.ShadowStyle shadowStyle, java.util.Locale locale, int renderAttributes)
shadowStyle
- CatalogListViewRenderer.shadowStyle
locale
- CatalogListViewRenderer.locale
renderAttributes
- CatalogListViewRenderer.renderAttributes
Method Detail |
---|
public CatalogItem getCatalogItem(AbstractListViewRenderer.RenderContext renderContext)
getCatalogItem
in class CatalogListViewRenderer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |