Package org.omnaest.utils.structure.table

Interface Summary
Table<E> This is a structure representing a fully qualified Table.
Table.Cell<E> A Table.Cell is the atomic part of a Table.
Table.CellImmutable<E>  
Table.Column<E> A Table.Column represents the vertical Table.Stripe of a Table.
Table.Row<E> A Table.Row represents the horizontal Table.Stripe of a Table.
Table.Stripe<E> Common abstraction for a Table.Column and a Table.Row
Table.Stripe.Title Table.Stripe.Title of a single Table.Stripe.
Table.TableCellConverter<FROM,TO> Interface that is used to convert a Table into another Table generics form.
Table.TableCellVisitor<E> Used by the table processor as visitor interface.
Table.TableComponent Marker interface for components of a Table
Table.TableSize Holds methods to return the current table size for rows and columns.
 

Enum Summary
Table.Stripe.StripeType Table.Stripe.StripeType of a Table.Stripe
 



Copyright © 2011. All Rights Reserved.