|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tonbeller.wcf.table.DefaultCell
default cells that are rendered by the DefaultCellRenderer.
Constructor Summary | |
DefaultCell(java.lang.String URL,
java.lang.Object value)
|
|
DefaultCell(java.lang.String URL,
java.lang.Object value,
java.lang.String imageUrl)
creates a clickable |
Method Summary | |
int |
compareTo(java.lang.Object o)
|
java.lang.String |
getImage()
|
java.lang.String |
getOnClick()
the onClick=".." attribute of the <a ... |
java.lang.String |
getTarget()
the target=".." attribute of the <a ... |
java.lang.String |
getURL()
the href=".." attribute of the <a ... |
java.lang.Object |
getValue()
|
void |
setImage(java.lang.String newImage)
|
void |
setOnClick(java.lang.String newOnClick)
the onClick=".." attribute of the <a ... |
void |
setTarget(java.lang.String newTarget)
the target=".." attribute of the <a ... |
void |
setURL(java.lang.String newURL)
the href=".." attribute of the <a ... |
void |
setValue(java.lang.Object newValue)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultCell(java.lang.String URL, java.lang.Object value)
public DefaultCell(java.lang.String URL, java.lang.Object value, java.lang.String imageUrl)
Method Detail |
public java.lang.String getURL()
public void setURL(java.lang.String newURL)
public void setValue(java.lang.Object newValue)
public java.lang.Object getValue()
public void setTarget(java.lang.String newTarget)
public java.lang.String getTarget()
public void setOnClick(java.lang.String newOnClick)
public java.lang.String getOnClick()
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
public void setImage(java.lang.String newImage)
public java.lang.String getImage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |