|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.ecm.webapp.table.cell.AbstractTableCell
org.nuxeo.ecm.webapp.table.cell.TableCell
@Deprecated public class TableCell
Simple table cell that supports displaying a string.
| Constructor Summary | |
|---|---|
TableCell(String label)
Deprecated. |
|
| Method Summary | |
|---|---|
int |
compareTo(AbstractTableCell cell)
Deprecated. |
Object |
getDisplayedValue()
Deprecated. Returns the displayed value contained by this cell. |
Object |
getValue()
Deprecated. Gets the data structure that is contained by this cell. |
void |
setDisplayedValue(Object value)
Deprecated. Sets the displayed value contained by this cell. |
void |
setValue(Object value)
Deprecated. Sets the data structure that is kept in this cell. |
| Methods inherited from class org.nuxeo.ecm.webapp.table.cell.AbstractTableCell |
|---|
getCellId, isDropable, setCellId, setDropable |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableCell(String label)
| Method Detail |
|---|
public Object getDisplayedValue()
AbstractTableCell
getDisplayedValue in class AbstractTableCellpublic void setDisplayedValue(Object value)
AbstractTableCell
setDisplayedValue in class AbstractTableCellpublic Object getValue()
AbstractTableCell
getValue in class AbstractTableCellpublic void setValue(Object value)
AbstractTableCell
setValue in class AbstractTableCellpublic int compareTo(AbstractTableCell cell)
|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||