@Deprecated public abstract class AbstractTableCell extends Object implements Serializable, Comparable<AbstractTableCell>
Constructor and Description |
---|
AbstractTableCell()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getCellId()
Deprecated.
|
abstract Object |
getDisplayedValue()
Deprecated.
Returns the displayed value contained by this cell.
|
abstract Object |
getValue()
Deprecated.
Gets the data structure that is contained by this cell.
|
boolean |
isDropable()
Deprecated.
|
void |
setCellId(String draggableId)
Deprecated.
|
abstract void |
setDisplayedValue(Object value)
Deprecated.
Sets the displayed value contained by this cell.
|
void |
setDropable(boolean dropable)
Deprecated.
|
abstract void |
setValue(Object value)
Deprecated.
Sets the data structure that is kept in this cell.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compareTo
public abstract Object getDisplayedValue()
public abstract void setDisplayedValue(Object value)
value
- public abstract Object getValue()
public abstract void setValue(Object value)
value
- public String getCellId()
public void setCellId(String draggableId)
public boolean isDropable()
public void setDropable(boolean dropable)
Copyright © 2011 Nuxeo SA. All Rights Reserved.