org.omnaest.utils.structure.table.internal
Interface TableInternal.StripeResolver<E>

Type Parameters:
E -
All Superinterfaces:
Serializable, Table.TableComponent, TableInternal.TableComponentInternal
Enclosing interface:
TableInternal<E>

public static interface TableInternal.StripeResolver<E>
extends TableInternal.TableComponentInternal

Resolver for Table.Stripe instances

Author:
Omnaest
See Also:
TableInternal

Method Summary
 Table.Stripe<E> resolveStripe(Table.Stripe.StripeType stripeType, Table.Stripe.Title title)
          Resolves a Table.Stripe by its Table.Stripe.StripeType and Table.Stripe.Title
 

Method Detail

resolveStripe

Table.Stripe<E> resolveStripe(Table.Stripe.StripeType stripeType,
                              Table.Stripe.Title title)
Resolves a Table.Stripe by its Table.Stripe.StripeType and Table.Stripe.Title

Parameters:
stripeType -
title -
Returns:


Copyright © 2011. All Rights Reserved.