de.jaret.util.ui.table.model
Interface IJaretTableCell

All Known Implementing Classes:
JaretTableCellImpl

public interface IJaretTableCell

Interface describing the location (in the data model) of a single cell.

Version:
$Id: IJaretTableCell.java 179 2007-01-07 17:37:50Z olk $
Author:
Peter Kliem

Method Summary
 IColumn getColumn()
          Retrieve the column.
 IRow getRow()
          Retrieve the row.
 

Method Detail

getRow

IRow getRow()
Retrieve the row.

Returns:
the row of the cell

getColumn

IColumn getColumn()
Retrieve the column.

Returns:
the column of the cell


Copyright © 2012. All Rights Reserved.