@Deprecated public class DocModelTableCell extends AbstractTableCell
Constructor and Description |
---|
DocModelTableCell(DocumentModel doc,
String schema,
String property)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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 o)
Deprecated.
Sets the displayed value contained by this cell.
|
void |
setValue(Object value)
Deprecated.
Sets the data structure that is kept in this cell.
|
getCellId, isDropable, setCellId, setDropable
public DocModelTableCell(DocumentModel doc, String schema, String property)
public Object getValue()
AbstractTableCell
getValue
in class AbstractTableCell
public Object getDisplayedValue()
AbstractTableCell
getDisplayedValue
in class AbstractTableCell
public void setDisplayedValue(Object o)
AbstractTableCell
setDisplayedValue
in class AbstractTableCell
public void setValue(Object value)
AbstractTableCell
setValue
in class AbstractTableCell
public int compareTo(AbstractTableCell cell)
Copyright © 2013 Nuxeo SA. All Rights Reserved.