Uses of Interface
org.omnaest.utils.structure.table.internal.TableInternal.StripeInternal

Packages that use TableInternal.StripeInternal
org.omnaest.utils.structure.table.concrete.internal   
org.omnaest.utils.structure.table.internal   
 

Uses of TableInternal.StripeInternal in org.omnaest.utils.structure.table.concrete.internal
 

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

Methods in org.omnaest.utils.structure.table.concrete.internal that return TableInternal.StripeInternal
 TableInternal.StripeInternal<E> StripeFactory.newInstanceOfStripeInternal(TableInternal.StripeData<E> stripeData)
          Creates a new instance for the TableInternal instance of the StripeFactory for the given TableInternal.StripeData
 

Methods in org.omnaest.utils.structure.table.concrete.internal with parameters of type TableInternal.StripeInternal
 Table.Cell<E> CellAndStripeResolverAbstract.resolveCell(int rowIndexPosition, TableInternal.StripeInternal<E> column)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveCell(Object rowTitleValue, TableInternal.StripeInternal<E> column)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveCell(TableInternal.StripeInternal<E> row, int columnIndexPosition)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveCell(TableInternal.StripeInternal<E> row, Object columnTitleValue)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveCell(TableInternal.StripeInternal<E> row, TableInternal.StripeInternal<E> column)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveCell(TableInternal.StripeInternal<E> row, TableInternal.StripeInternal<E> column)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveOrCreateCell(int rowIndexPosition, TableInternal.StripeInternal<E> column)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveOrCreateCell(TableInternal.StripeInternal<E> row, int columnIndexPosition)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveOrCreateCell(TableInternal.StripeInternal<E> row, TableInternal.StripeInternal<E> column)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveOrCreateCell(TableInternal.StripeInternal<E> row, TableInternal.StripeInternal<E> column)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveOrCreateCellWithinNewTableArea(int rowIndexPosition, TableInternal.StripeInternal<E> column)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveOrCreateCellWithinNewTableArea(TableInternal.StripeInternal<E> row, int columnIndexPosition)
           
 

Uses of TableInternal.StripeInternal in org.omnaest.utils.structure.table.internal
 

Methods in org.omnaest.utils.structure.table.internal with parameters of type TableInternal.StripeInternal
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveCell(int rowIndexPosition, TableInternal.StripeInternal<E> column)
          Resolves a Table.Cell by a row index position and a Table.Column.
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveCell(Object rowTitleValue, TableInternal.StripeInternal<E> column)
          Resolves a Table.Cell by the Table.Stripe.Title.getValue() of the Table.Row and the Table.Column
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveCell(TableInternal.StripeInternal<E> row, int columnIndexPosition)
          Resolves a Table.Cell for the given Table.Row and Table.Column index position.
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveCell(TableInternal.StripeInternal<E> row, Object columnTitleValue)
          Resolves a Table.Cell by the Table.Row and the Table.Stripe.Title.getValue() of the Table.Column
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveCell(TableInternal.StripeInternal<E> row, TableInternal.StripeInternal<E> column)
          Resolves a Table.Cell by a given Table.Row and Table.Column
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveCell(TableInternal.StripeInternal<E> row, TableInternal.StripeInternal<E> column)
          Resolves a Table.Cell by a given Table.Row and Table.Column
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveOrCreateCell(int rowIndexPosition, TableInternal.StripeInternal<E> column)
          Tries to resolve a Table.Cell by the given Table.Row index position and a given Table.Column.
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveOrCreateCell(TableInternal.StripeInternal<E> row, int columnIndexPosition)
          Tries to resolve a Table.Cell by the given Table.Row and Table.Column index position.
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveOrCreateCell(TableInternal.StripeInternal<E> row, TableInternal.StripeInternal<E> column)
          Tries to resolve a Table.Cell by a given RowInternal and ColumnInternal.
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveOrCreateCell(TableInternal.StripeInternal<E> row, TableInternal.StripeInternal<E> column)
          Tries to resolve a Table.Cell by a given RowInternal and ColumnInternal.
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveOrCreateCellWithinNewTableArea(int rowIndexPosition, TableInternal.StripeInternal<E> column)
          Resolves or creates a Table.Cell even if it is out of the current Table area
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveOrCreateCellWithinNewTableArea(TableInternal.StripeInternal<E> row, int columnIndexPosition)
          Resolves or creates a Table.Cell even if it is out of the current Table area
 



Copyright © 2011. All Rights Reserved.