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

Packages that use Table.Stripe
org.omnaest.utils.structure.table   
org.omnaest.utils.structure.table.concrete.internal   
org.omnaest.utils.structure.table.concrete.internal.helper   
org.omnaest.utils.structure.table.concrete.internal.selection   
org.omnaest.utils.structure.table.concrete.internal.selection.join   
org.omnaest.utils.structure.table.concrete.predicates.internal.filter   
org.omnaest.utils.structure.table.internal   
 

Uses of Table.Stripe in org.omnaest.utils.structure.table
 

Subinterfaces of Table.Stripe in org.omnaest.utils.structure.table
static interface Table.Column<E>
          A Table.Column represents the vertical Table.Stripe of a Table.
static interface Table.Row<E>
          A Table.Row represents the horizontal Table.Stripe of a Table.
 

Methods in org.omnaest.utils.structure.table that return Table.Stripe
 Table.Stripe<E> Table.Stripe.clearCellElements()
          Sets all available Table.Cell.setElement(Object) to null
 Table.Stripe<E> Table.Stripe.setCellElement(int indexPosition, E element)
          Set the Table.Cell.setElement(Object) for the Table.Cell corresponding to the given orthogonal index position
 Table.Stripe<E> Table.Stripe.setCellElement(Object titleValue, E element)
          Sets the Table.Cell.setElement(Object) for the Table.Cell corresponding to the given title value
 Table.Stripe<E> Table.Stripe.setCellElements(E... elements)
           
 Table.Stripe<E> Table.Stripe.setCellElements(Iterable<E> elements)
          Sets the Table.Cell.setElement(Object) of the whole Table.Stripe
 

Methods in org.omnaest.utils.structure.table with parameters of type Table.Stripe
 Table.Cell<E> Table.Stripe.getCell(Table.Stripe<E> stripeOrthogonal)
          Returns the Table.Cell for the title value of the orthogonal Table.Stripe
 E Table.Stripe.getCellElement(Table.Stripe<E> stripeOrthogonal)
          Returns the Table.CellImmutable.getElement() for the given orthogonal Table.Stripe
 

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

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

Methods in org.omnaest.utils.structure.table.concrete.internal that return Table.Stripe
 Table.Stripe<E> StripeImpl.clearCellElements()
           
 Table.Stripe<E> StripeImpl.setCellElement(int indexPosition, E element)
           
 Table.Stripe<E> StripeImpl.setCellElement(Object titleValue, E element)
           
 Table.Stripe<E> StripeAbstract.setCellElements(E... elements)
           
 Table.Stripe<E> StripeImpl.setCellElements(Iterable<E> elements)
           
 

Methods in org.omnaest.utils.structure.table.concrete.internal with parameters of type Table.Stripe
 Table.Cell<E> StripeImpl.getCell(Table.Stripe<E> stripeOrthogonal)
           
 E StripeAbstract.getCellElement(Table.Stripe<E> stripeOrthogonal)
           
 

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

Methods in org.omnaest.utils.structure.table.concrete.internal.helper with parameters of type Table.Stripe
static
<E> TableInternal.StripeData<E>
StripeDataHelper.extractStripeDataFromStripe(Table.Stripe<E> stripe)
          Extracts the underlying TableInternal.StripeData from a given Table.Stripe
 

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

Methods in org.omnaest.utils.structure.table.concrete.internal.selection with parameters of type Table.Stripe
protected static
<E> SelectionExecutor.StripeInternalData<E>
SelectionExecutor.determineStripeDataInternalFromStripe(Table.Stripe<E> stripe)
           
 

Uses of Table.Stripe 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 Table.Stripe
protected static
<E> TableInternal.StripeData<E>
JoinInner.determineStripeDataFromStripe(Table.Stripe<E> stripe)
           
 

Uses of Table.Stripe in org.omnaest.utils.structure.table.concrete.predicates.internal.filter
 

Constructors in org.omnaest.utils.structure.table.concrete.predicates.internal.filter with parameters of type Table.Stripe
ColumnHaveDistinctRows.StripeWrapperWithEqualsAndHashCode(Table.Stripe<E> stripeData)
           
 

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

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

Methods in org.omnaest.utils.structure.table.internal that return Table.Stripe
 Table.Stripe<E> TableInternal.StripeResolver.resolveStripe(Table.Stripe.StripeType stripeType, Table.Stripe.Title title)
          Resolves a Table.Stripe by its Table.Stripe.StripeType and Table.Stripe.Title
 



Copyright © 2011. All Rights Reserved.