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

All Known Subinterfaces:
ITableNode
All Known Implementing Classes:
AbstractTableNode, SimpleRow

public interface IRow

Row interface for rows used with jaret table models. The unique id is only used for persisting view state information (a feature most users do appreciate).

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

Method Summary
 java.lang.String getId()
          Used for storing the row height (identification purposes).
 

Method Detail

getId

java.lang.String getId()
Used for storing the row height (identification purposes).

Returns:
a unique id


Copyright © 2012. All Rights Reserved.