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

Packages that use org.omnaest.utils.structure.table.subspecification
org.omnaest.utils.structure.table   
org.omnaest.utils.structure.table.concrete   
org.omnaest.utils.structure.table.concrete.internal.adapterprovider   
org.omnaest.utils.structure.table.concrete.internal.cloner   
org.omnaest.utils.structure.table.concrete.internal.selection   
org.omnaest.utils.structure.table.concrete.internal.selection.data   
org.omnaest.utils.structure.table.concrete.internal.serializer   
org.omnaest.utils.structure.table.concrete.internal.serializer.executor   
org.omnaest.utils.structure.table.concrete.predicates   
org.omnaest.utils.structure.table.concrete.predicates.internal.filter   
org.omnaest.utils.structure.table.concrete.predicates.internal.joiner   
org.omnaest.utils.structure.table.datasource   
org.omnaest.utils.structure.table.subspecification   
org.omnaest.utils.structure.table.view   
org.omnaest.utils.structure.table.view.concrete   
 

Classes in org.omnaest.utils.structure.table.subspecification used by org.omnaest.utils.structure.table
TableAdaptable
          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
TableCloneable
          Defines the cloning interface for a Table
TableCore
          TableCore representation.
TableCoreImmutable
          This TableCoreImmutable provides core methods which do not change the Table structure.
TableDataSource
          Source for Table to copy Table.CellImmutable.getElement() from
TableSelectable
          Defines the TableSelectable.select() method of a Table
TableSerializable
          This interface adds methods which allows a Table to serialize into XML format and restore from there.
 

Classes in org.omnaest.utils.structure.table.subspecification used by org.omnaest.utils.structure.table.concrete
TableAdaptable
          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
          A TableAdaptable.TableAdapterProvider offers methods to support the default TableAdapter
TableCloneable
          Defines the cloning interface for a Table
TableCloneable.TableCloner
          A TableCloneable.TableCloner allows to clone a Table on various ways.
TableCore
          TableCore representation.
TableCoreImmutable
          This TableCoreImmutable provides core methods which do not change the Table structure.
TableDataSource
          Source for Table to copy Table.CellImmutable.getElement() from
TableSelectable
          Defines the TableSelectable.select() method of a Table
TableSelectable.Selection
          TableSelectable.Selection from a Table.
TableSerializable
          This interface adds methods which allows a Table to serialize into XML format and restore from there.
TableSerializable.TableSerializer
          A TableSerializable.TableSerializer offers methods to TableSerializable.TableSerializer.marshal(TableMarshaller) and TableSerializable.TableSerializer.unmarshal(TableUnmarshaller) an underlying Table instance into serializable format.
 

Classes in org.omnaest.utils.structure.table.subspecification used by org.omnaest.utils.structure.table.concrete.internal.adapterprovider
TableAdaptable.TableAdapterProvider
          A TableAdaptable.TableAdapterProvider offers methods to support the default TableAdapter
 

Classes in org.omnaest.utils.structure.table.subspecification used by org.omnaest.utils.structure.table.concrete.internal.cloner
TableCloneable.TableCloner
          A TableCloneable.TableCloner allows to clone a Table on various ways.
 

Classes in org.omnaest.utils.structure.table.subspecification used by org.omnaest.utils.structure.table.concrete.internal.selection
TableAdaptable
          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
TableCloneable
          Defines the cloning interface for a Table
TableCore
          TableCore representation.
TableCoreImmutable
          This TableCoreImmutable provides core methods which do not change the Table structure.
TableDataSource
          Source for Table to copy Table.CellImmutable.getElement() from
TableSelectable
          Defines the TableSelectable.select() method of a Table
TableSelectable.Predicate
          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
          TableSelectable.Selection from a Table.
TableSelectable.Selection.Order
           
TableSelectable.SelectionJoin
          A TableSelectable.SelectionJoin represents the underlying TableSelectable.Selection and allows additionally to add further TableSelectable.Predicates to a join using the #on(Predicate...) method.
TableSerializable
          This interface adds methods which allows a Table to serialize into XML format and restore from there.
 

Classes in org.omnaest.utils.structure.table.subspecification used by org.omnaest.utils.structure.table.concrete.internal.selection.data
TableSelectable.Selection.Order
           
 

Classes in org.omnaest.utils.structure.table.subspecification used by org.omnaest.utils.structure.table.concrete.internal.serializer
TableSerializable.TableSerializer
          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
           
TableSerializable.TableSerializer.TableUnmarshallerExecutor
           
 

Classes in org.omnaest.utils.structure.table.subspecification used by org.omnaest.utils.structure.table.concrete.internal.serializer.executor
TableSerializable.TableSerializer.TableMarshallerExecutor
           
TableSerializable.TableSerializer.TableUnmarshallerExecutor
           
 

Classes in org.omnaest.utils.structure.table.subspecification used by org.omnaest.utils.structure.table.concrete.predicates
TableSelectable.Predicate
          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
 

Classes in org.omnaest.utils.structure.table.subspecification used by org.omnaest.utils.structure.table.concrete.predicates.internal.filter
TableSelectable.Predicate
          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
 

Classes in org.omnaest.utils.structure.table.subspecification used by org.omnaest.utils.structure.table.concrete.predicates.internal.joiner
TableSelectable.Predicate
          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
 

Classes in org.omnaest.utils.structure.table.subspecification used by org.omnaest.utils.structure.table.datasource
TableDataSource
          Source for Table to copy Table.CellImmutable.getElement() from
 

Classes in org.omnaest.utils.structure.table.subspecification used by org.omnaest.utils.structure.table.subspecification
TableAdaptable.TableAdapterProvider
          A TableAdaptable.TableAdapterProvider offers methods to support the default TableAdapter
TableCloneable
          Defines the cloning interface for a Table
TableCloneable.TableCloner
          A TableCloneable.TableCloner allows to clone a Table on various ways.
TableCoreImmutable
          This TableCoreImmutable provides core methods which do not change the Table structure.
TableDataSource
          Source for Table to copy Table.CellImmutable.getElement() from
TableSelectable.Predicate
          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
          TableSelectable.Selection from a Table.
TableSelectable.Selection.Order
           
TableSelectable.SelectionJoin
          A TableSelectable.SelectionJoin represents the underlying TableSelectable.Selection and allows additionally to add further TableSelectable.Predicates to a join using the #on(Predicate...) method.
TableSerializable.TableSerializer
          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
           
TableSerializable.TableSerializer.TableUnmarshallerExecutor
           
 

Classes in org.omnaest.utils.structure.table.subspecification used by org.omnaest.utils.structure.table.view
TableCloneable
          Defines the cloning interface for a Table
TableCoreImmutable
          This TableCoreImmutable provides core methods which do not change the Table structure.
TableDataSource
          Source for Table to copy Table.CellImmutable.getElement() from
 

Classes in org.omnaest.utils.structure.table.subspecification used by org.omnaest.utils.structure.table.view.concrete
TableCloneable
          Defines the cloning interface for a Table
TableCloneable.TableCloner
          A TableCloneable.TableCloner allows to clone a Table on various ways.
TableCoreImmutable
          This TableCoreImmutable provides core methods which do not change the Table structure.
TableDataSource
          Source for Table to copy Table.CellImmutable.getElement() from
TableSelectable.Selection
          TableSelectable.Selection from a Table.
 



Copyright © 2011. All Rights Reserved.