| Package | org.aswing |
| Interface | public interface Cell |
| Subinterfaces | GridListCell, ListCell, TableCell, TableCellEditor, TreeCell, TreeCellEditor |
| Implementors | AbstractCellEditor |
| Method | Defined by | ||
|---|---|---|---|
|
Return the represent component of this cell.
| Cell | ||
|
getCellValue():*
Returns the value of the cell.
| Cell | ||
|
setCellValue(value:*):void
Sets the value of this cell.
| Cell | ||
| getCellComponent | () | method |
public function getCellComponent():ComponentReturn the represent component of this cell.
ReturnsComponent —
the cell component.
|
| getCellValue | () | method |
public function getCellValue():*Returns the value of the cell.
Returns* — the value of the cell.
|
| setCellValue | () | method |
public function setCellValue(value:*):voidSets the value of this cell.
Parametersvalue:* — which should represent on the component of this cell.
|