|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.salespointframework.desktop.renderer.AbstractListViewRenderer.RenderContext
protected static class AbstractListViewRenderer.RenderContext
the render context provides information about the current rendering process
Field Summary | |
---|---|
boolean |
cellhasFocus
flag for focus |
AbstractListViewRenderer.RenderComponent |
component
component that is rendered |
short |
elementType
type of element. can be: AbstractListViewRenderer.RENDER_ELEMENT_TYPE_CELL or AbstractListViewRenderer.RENDER_ELEMENT_TYPE_SEPERATOR |
int |
index
item index |
boolean |
isMouseOver
flag for mouse over |
boolean |
isSelected
flag for selection |
javax.swing.JList |
list
owning list |
java.lang.Object |
object
object to render |
JListView.ListViewOrientation |
orientation
orientation of owning list |
boolean |
rerender
true, if component was recovered from cache but needs a value update |
java.awt.Dimension |
size
target size of component |
Constructor Summary | |
---|---|
protected |
AbstractListViewRenderer.RenderContext()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int index
public javax.swing.JList list
public java.lang.Object object
public boolean isSelected
public boolean cellhasFocus
public boolean isMouseOver
public java.awt.Dimension size
public boolean rerender
public short elementType
AbstractListViewRenderer.RENDER_ELEMENT_TYPE_CELL
or AbstractListViewRenderer.RENDER_ELEMENT_TYPE_SEPERATOR
public JListView.ListViewOrientation orientation
public AbstractListViewRenderer.RenderComponent component
Constructor Detail |
---|
protected AbstractListViewRenderer.RenderContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |