|
Nuxeo Enterprise Platform 5.4 | |||||||||
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.DocModelTableCell
@Deprecated public class DocModelTableCell
A table cell that knows do display a property from a DocumentModel.
Constructor Summary | |
---|---|
DocModelTableCell(DocumentModel doc,
java.lang.String schema,
java.lang.String property)
Deprecated. |
Method Summary | |
---|---|
int |
compareTo(AbstractTableCell cell)
Deprecated. |
java.lang.Object |
getDisplayedValue()
Deprecated. Returns the displayed value contained by this cell. |
java.lang.Object |
getValue()
Deprecated. Gets the data structure that is contained by this cell. |
void |
setDisplayedValue(java.lang.Object o)
Deprecated. Sets the displayed value contained by this cell. |
void |
setValue(java.lang.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 DocModelTableCell(DocumentModel doc, java.lang.String schema, java.lang.String property)
Method Detail |
---|
public java.lang.Object getValue()
AbstractTableCell
getValue
in class AbstractTableCell
public java.lang.Object getDisplayedValue()
AbstractTableCell
getDisplayedValue
in class AbstractTableCell
public void setDisplayedValue(java.lang.Object o)
AbstractTableCell
setDisplayedValue
in class AbstractTableCell
public void setValue(java.lang.Object value)
AbstractTableCell
setValue
in class AbstractTableCell
public int compareTo(AbstractTableCell cell)
|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |