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

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

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

Classes in org.omnaest.utils.structure.table.concrete.internal that implement TableInternal.TableComponentInternal
 class CellAndStripeResolverAbstract<E>
           
 class CellAndStripeResolverImpl<E>
           
 class CellImpl<E>
          Wrapper for a CellDataImpl instance which additionally holds references to the TableInternal.StripeData instances which led to the underlying CellDataImpl
 class StripeDataAggregate<E>
          Aggregates multiple TableInternal.StripeData instances into one single StripeDataAggregate which acts as one single TableInternal.StripeData instance.
 class StripeDataImpl<E>
           
 class StripeDataListImpl<E>
           
 class TableContentAbstract<E>
           
 class TableContentImpl<E>
           
 class TitleImpl<E>
           
 

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

Subinterfaces of TableInternal.TableComponentInternal in org.omnaest.utils.structure.table.internal
static interface TableInternal.CellAndStripeResolver<E>
           
static interface TableInternal.CellInternal<E>
          Internal Table.Cell representation which wraps a TableInternal.CellData instance
static interface TableInternal.StripeData<E>
           
static interface TableInternal.StripeData.TitleInternal
           
static interface TableInternal.StripeDataList<E>
           
static interface TableInternal.StripeResolver<E>
          Resolver for Table.Stripe instances
static interface TableInternal.TableContent<E>
          Container for TableInternal.StripeDataList instances
 



Copyright © 2011. All Rights Reserved.