Uses of Interface
org.omnaest.utils.structure.table.Table.Row

Packages that use Table.Row
org.omnaest.utils.structure.table.adapter   
org.omnaest.utils.structure.table.concrete   
org.omnaest.utils.structure.table.concrete.internal   
org.omnaest.utils.structure.table.concrete.internal.iterator   
org.omnaest.utils.structure.table.internal   
org.omnaest.utils.structure.table.subspecification   
org.omnaest.utils.structure.table.view.concrete   
 

Uses of Table.Row in org.omnaest.utils.structure.table.adapter
 

Fields in org.omnaest.utils.structure.table.adapter declared as Table.Row
protected  Table.Row<?> TableToResultSetAdapter.row
           
protected  Table.Row<E> RowToMapAdapter.row
           
 

Fields in org.omnaest.utils.structure.table.adapter with type parameters of type Table.Row
protected  ListIterator<Table.Row<?>> TableToResultSetAdapter.rowIterator
           
 

Constructors in org.omnaest.utils.structure.table.adapter with parameters of type Table.Row
RowToMapAdapter(Table.Row<E> row)
           
 

Uses of Table.Row in org.omnaest.utils.structure.table.concrete
 

Methods in org.omnaest.utils.structure.table.concrete that return Table.Row
 Table.Row<E> ArrayTable.addRowCellElements(int rowIndexPosition, List<? extends E> rowCellElementList)
           
 Table.Row<E> ArrayTable.addRowCellElements(List<? extends E> rowCellElementList)
           
 Table.Row<E> TableAbstract.getFirstRow()
           
 Table.Row<E> TableAbstract.getLastRow()
           
 Table.Row<E> ArrayTable.getRow(int rowIndexPosition)
           
 Table.Row<E> ArrayTable.getRow(Object rowTitleValue)
           
 

Methods in org.omnaest.utils.structure.table.concrete that return types with arguments of type Table.Row
 List<Table.Row<E>> TableAbstract.getRowList()
           
 Iterator<Table.Row<E>> TableBasic.iterator()
           
 ListIterable<Table.Row<E>> TableBasic.rows()
           
 

Methods in org.omnaest.utils.structure.table.concrete with parameters of type Table.Row
 List<E> TableAbstract.removeRow(Table.Row<E> row)
           
 

Uses of Table.Row in org.omnaest.utils.structure.table.concrete.internal
 

Classes in org.omnaest.utils.structure.table.concrete.internal that implement Table.Row
 class StripeAbstract<E>
           
 class StripeImpl<E>
           
 

Uses of Table.Row in org.omnaest.utils.structure.table.concrete.internal.iterator
 

Fields in org.omnaest.utils.structure.table.concrete.internal.iterator with type parameters of type Table.Row
protected  ListIterator<Table.Row<E>> TableRowListIterator.listIterator
           
 

Methods in org.omnaest.utils.structure.table.concrete.internal.iterator that return Table.Row
 Table.Row<E> TableRowListIterator.TableToListIteratorIndexBasedSourceAdapter.get(int indexPosition)
           
 Table.Row<E> TableRowListIterator.next()
           
 Table.Row<E> TableRowListIterator.previous()
           
 

Methods in org.omnaest.utils.structure.table.concrete.internal.iterator with parameters of type Table.Row
 void TableRowListIterator.TableToListIteratorIndexBasedSourceAdapter.add(int indexPosition, Table.Row<E> row)
           
 void TableRowListIterator.add(Table.Row<E> e)
           
 void TableRowListIterator.TableToListIteratorIndexBasedSourceAdapter.set(int indexPosition, Table.Row<E> row)
           
 void TableRowListIterator.set(Table.Row<E> e)
           
 

Uses of Table.Row in org.omnaest.utils.structure.table.internal
 

Subinterfaces of Table.Row in org.omnaest.utils.structure.table.internal
static interface TableInternal.StripeInternal<E>
           
 

Uses of Table.Row in org.omnaest.utils.structure.table.subspecification
 

Methods in org.omnaest.utils.structure.table.subspecification that return Table.Row
 Table.Row<E> TableCore.addRowCellElements(int rowIndexPosition, List<? extends E> rowCellElementList)
          Adds a new Table.Row to the Table at the given index position.
 Table.Row<E> TableCore.addRowCellElements(List<? extends E> rowCellElementList)
          Adds a new row to the table.
 Table.Row<E> TableCoreImmutable.getFirstRow()
          Returns the first Table.Row of the Table
 Table.Row<E> TableCoreImmutable.getLastRow()
          Returns the last Table.Row of the Table
 Table.Row<E> TableCoreImmutable.getRow(int rowIndexPosition)
          Returns a new list that holds the object of the row pointed to.
 Table.Row<E> TableCoreImmutable.getRow(Object rowTitleValue)
          Returns a Table.Row of the Table identified by the title of a row.
 

Methods in org.omnaest.utils.structure.table.subspecification that return types with arguments of type Table.Row
 List<Table.Row<E>> TableCoreImmutable.getRowList()
          Returns a List of all Table.Rows
 Iterator<Table.Row<E>> TableCoreImmutable.iterator()
          The same as #iteratorRow()
 ListIterable<Table.Row<E>> TableCoreImmutable.rows()
          ListIterable over all Table.Rows
 

Methods in org.omnaest.utils.structure.table.subspecification with parameters of type Table.Row
 List<E> TableCore.removeRow(Table.Row<E> row)
          Removes the given Table.Row from the Table
 

Uses of Table.Row in org.omnaest.utils.structure.table.view.concrete
 

Methods in org.omnaest.utils.structure.table.view.concrete that return Table.Row
 Table.Row<E> TableViewImpl.getFirstRow()
           
 Table.Row<E> TableViewImpl.getLastRow()
           
 Table.Row<E> TableViewImpl.getRow(int rowIndexPosition)
           
 Table.Row<E> TableViewImpl.getRow(Object rowTitleValue)
           
 

Methods in org.omnaest.utils.structure.table.view.concrete that return types with arguments of type Table.Row
 List<Table.Row<E>> TableViewImpl.getRowList()
           
 Iterator<Table.Row<E>> TableViewImpl.iterator()
           
 ListIterable<Table.Row<E>> TableViewImpl.rows()
           
 



Copyright © 2011. All Rights Reserved.