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

Packages that use TableInternal.StripeDataList
org.omnaest.utils.structure.table.concrete.internal   
org.omnaest.utils.structure.table.concrete.internal.helper   
org.omnaest.utils.structure.table.concrete.internal.selection.join   
org.omnaest.utils.structure.table.internal   
 

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

Classes in org.omnaest.utils.structure.table.concrete.internal that implement TableInternal.StripeDataList
 class StripeDataListImpl<E>
           
 

Fields in org.omnaest.utils.structure.table.concrete.internal declared as TableInternal.StripeDataList
protected  TableInternal.StripeDataList<E> StripeDataImpl.stripeDataList
           
protected  TableInternal.StripeDataList<E> StripeDataAggregate.stripeDataList
           
 

Fields in org.omnaest.utils.structure.table.concrete.internal with type parameters of type TableInternal.StripeDataList
protected  List<TableInternal.StripeDataList<E>> TableContentImpl.stripeListList
           
 

Methods in org.omnaest.utils.structure.table.concrete.internal that return TableInternal.StripeDataList
 TableInternal.StripeDataList<E> TableContentAbstract.getColumnStripeDataList()
           
 TableInternal.StripeDataList<E> TableContentAbstract.getRowStripeDataList()
           
 TableInternal.StripeDataList<E> TableContentImpl.getStripeDataList(Table.Stripe.StripeType stripeType)
          Returns the Stripe for the given type.
 

Constructors in org.omnaest.utils.structure.table.concrete.internal with parameters of type TableInternal.StripeDataList
StripeDataImpl(TableInternal.StripeDataList<E> stripeDataList)
           
 

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

Methods in org.omnaest.utils.structure.table.concrete.internal.helper with parameters of type TableInternal.StripeDataList
static
<E> TableInternal.StripeData<E>
StripeDataHelper.createNewStripeDataFromExisting(TableInternal.StripeDataList<E> stripeDataList, Set<TableInternal.CellData<E>> cellDataSetFilter, TableInternal.StripeData<E>... stripeDatasOld)
          Creates a new TableInternal.StripeData instance which belongs to the given TableInternal.StripeDataList instance and contains the TableInternal.CellData elements from the given old TableInternal.StripeDatas.
static
<E> TableInternal.StripeData<E>
StripeDataHelper.createNewStripeDataFromExisting(TableInternal.StripeDataList<E> stripeDataList, TableInternal.StripeData<E>... stripeDatasOld)
          Creates a new TableInternal.StripeData instance which belongs to the given TableInternal.StripeDataList instance and contains the TableInternal.CellData elements from the given old TableInternal.StripeDatas
 

Uses of TableInternal.StripeDataList in org.omnaest.utils.structure.table.concrete.internal.selection.join
 

Methods in org.omnaest.utils.structure.table.concrete.internal.selection.join with parameters of type TableInternal.StripeDataList
 TableBlock<E> JoinInner.joinTableBlocks(TableBlock<E> tableBlockLeft, TableBlock<E> tableBlockRight, TableInternal.StripeDataList<E> stripeDataList, PredicateJoinerCollector<E> predicateJoinerCollector)
           
 TableBlock<E> Join.joinTableBlocks(TableBlock<E> tableBlockLeft, TableBlock<E> tableBlockRight, TableInternal.StripeDataList<E> stripeDataList, PredicateJoinerCollector<E> predicateJoinerCollector)
          Joins two TableBlocks into one using a join dependent merging strategy
 

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

Methods in org.omnaest.utils.structure.table.internal that return TableInternal.StripeDataList
 TableInternal.StripeDataList<E> TableInternal.TableContent.getColumnStripeDataList()
          Returns the Table.Column list
 TableInternal.StripeDataList<E> TableInternal.TableContent.getRowStripeDataList()
          Returns the Table.Row list
 TableInternal.StripeDataList<E> TableInternal.TableContent.getStripeDataList(Table.Stripe.StripeType stripeType)
          Returns the TableInternal.StripeDataList for the given Table.Stripe.StripeType
 



Copyright © 2011. All Rights Reserved.