Package org.omnaest.utils.structure.table.subspecification

Interface Summary
TableAdaptable<E> This Table subspecification adds an TableAdaptable.as() method to access a TableAdaptable.TableAdapterProvider as well as an TableAdaptable.copyFrom(TableDataSource) method to copy from TableDataSources
TableAdaptable.TableAdapterProvider<E> A TableAdaptable.TableAdapterProvider offers methods to support the default TableAdapter
TableCloneable<E> Defines the cloning interface for a Table
TableCloneable.TableCloner<E> A TableCloneable.TableCloner allows to clone a Table on various ways.
TableCore<E> TableCore representation.
TableCoreImmutable<E> This TableCoreImmutable provides core methods which do not change the Table structure.
TableDataSource<E> Source for Table to copy Table.CellImmutable.getElement() from
TableSelectable<E> Defines the TableSelectable.select() method of a Table
TableSelectable.Predicate<E> A TableSelectable.Predicate defines the condition which has to full filled by a Table.Row to make her included into the result of a TableSelectable.Selection
TableSelectable.Selection<E> TableSelectable.Selection from a Table.
TableSelectable.SelectionJoin<E> A TableSelectable.SelectionJoin represents the underlying TableSelectable.Selection and allows additionally to add further TableSelectable.Predicates to a join using the #on(Predicate...) method.
TableSelectable.Where<E> Deprecated.  
TableSerializable<E> This interface adds methods which allows a Table to serialize into XML format and restore from there.
TableSerializable.TableSerializer<E> A TableSerializable.TableSerializer offers methods to TableSerializable.TableSerializer.marshal(TableMarshaller) and TableSerializable.TableSerializer.unmarshal(TableUnmarshaller) an underlying Table instance into serializable format.
TableSerializable.TableSerializer.TableMarshallerExecutor<E>  
TableSerializable.TableSerializer.TableUnmarshallerExecutor<E>  
 

Enum Summary
TableSelectable.Selection.Order  
 



Copyright © 2011. All Rights Reserved.