@Deprecated public class UserTableCell extends AbstractTableCell
| Constructor and Description |
|---|
UserTableCell(String user)
Deprecated.
|
UserTableCell(String user,
String type)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AbstractTableCell cell)
Deprecated.
|
Object |
getDisplayedValue()
Deprecated.
Returns the displayed value contained by this cell.
|
String |
getType()
Deprecated.
|
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 |
setType(String type)
Deprecated.
|
void |
setValue(Object value)
Deprecated.
Sets the data structure that is kept in this cell.
|
getCellId, isDropable, setCellId, setDropablepublic UserTableCell(String user)
public String getType()
public void setType(String type)
public Object getValue()
AbstractTableCellgetValue in class AbstractTableCellpublic void setValue(Object value)
AbstractTableCellsetValue in class AbstractTableCellpublic Object getDisplayedValue()
AbstractTableCellgetDisplayedValue in class AbstractTableCellpublic void setDisplayedValue(Object o)
AbstractTableCellsetDisplayedValue in class AbstractTableCellpublic int compareTo(AbstractTableCell cell)
Copyright © 2012 Nuxeo SA. All Rights Reserved.