Uses of Interface
org.omnaest.utils.structure.table.internal.TableInternal.CellData

Packages that use TableInternal.CellData
org.omnaest.utils.structure.table.concrete.internal   
org.omnaest.utils.structure.table.concrete.internal.helper   
org.omnaest.utils.structure.table.internal   
 

Uses of TableInternal.CellData in org.omnaest.utils.structure.table.concrete.internal
 

Classes in org.omnaest.utils.structure.table.concrete.internal that implement TableInternal.CellData
 class CellDataImpl<E>
          Wrapper for an element, which can be shared between Tables to allow the modification from all of them.
 

Fields in org.omnaest.utils.structure.table.concrete.internal declared as TableInternal.CellData
protected  TableInternal.CellData<E> CellImpl.cellData
           
 

Fields in org.omnaest.utils.structure.table.concrete.internal with type parameters of type TableInternal.CellData
protected  Set<TableInternal.CellData<E>> StripeDataImpl.cellDataSet
           
protected  Map<TableInternal.CellData<E>,Set<TableInternal.StripeData<E>>> StripeDataListImpl.cellDataToStripeDataSetMap
           
 

Methods in org.omnaest.utils.structure.table.concrete.internal that return TableInternal.CellData
 TableInternal.CellData<E> CellImpl.getCellData()
           
 

Methods in org.omnaest.utils.structure.table.concrete.internal that return types with arguments of type TableInternal.CellData
 Set<TableInternal.CellData<E>> StripeDataImpl.findCellDataSetHavingCellElement(E element)
           
 Set<TableInternal.CellData<E>> StripeDataAggregate.findCellDataSetHavingCellElement(E element)
           
 Set<TableInternal.CellData<E>> StripeDataImpl.getCellDataSet()
           
 Set<TableInternal.CellData<E>> StripeDataAggregate.getCellDataSet()
           
 

Methods in org.omnaest.utils.structure.table.concrete.internal with parameters of type TableInternal.CellData
 boolean StripeDataImpl.contains(TableInternal.CellData<E> cellData)
           
 boolean StripeDataAggregate.contains(TableInternal.CellData<E> cellData)
           
 List<TableInternal.StripeData<E>> StripeDataListImpl.findStripeDataListContaining(TableInternal.CellData<E> cellData)
           
 Set<TableInternal.StripeData<E>> StripeDataListImpl.getStripeDataSet(TableInternal.CellData<E> cellData)
          Returns the Set of TableInternal.StripeData instances which all hold a reference to the given TableInternal.CellData
 void StripeDataImpl.registerCell(TableInternal.CellData<E> cellData)
           
 void StripeDataAggregate.registerCell(TableInternal.CellData<E> cellData)
           
 void StripeDataImpl.unregisterCell(TableInternal.CellData<E> cellData)
           
 void StripeDataAggregate.unregisterCell(TableInternal.CellData<E> cellData)
           
 

Method parameters in org.omnaest.utils.structure.table.concrete.internal with type arguments of type TableInternal.CellData
 void StripeDataImpl.registerCells(Collection<TableInternal.CellData<E>> cellDataCollection)
           
 void StripeDataAggregate.registerCells(Collection<TableInternal.CellData<E>> cellDataCollection)
           
 void StripeDataListImpl.registerStripeDataForCellDatas(Collection<TableInternal.CellData<E>> cellDataCollection, TableInternal.StripeData<E> stripeData)
           
 void StripeDataImpl.unregisterCells(Collection<TableInternal.CellData<E>> cellDataCollection)
           
 void StripeDataAggregate.unregisterCells(Collection<TableInternal.CellData<E>> cellDataCollection)
           
 void StripeDataListImpl.unregisterCells(Iterable<TableInternal.CellData<E>> cellDataIterable)
           
 void StripeDataListImpl.unregisterStripeDataForCellDatas(Collection<TableInternal.CellData<E>> cellDataCollection, TableInternal.StripeData<E> stripeData)
           
 

Constructors in org.omnaest.utils.structure.table.concrete.internal with parameters of type TableInternal.CellData
CellImpl(Collection<TableInternal.StripeData<E>> stripeDataCollection, TableInternal.CellData<E> cellData)
           
 

Uses of TableInternal.CellData in org.omnaest.utils.structure.table.concrete.internal.helper
 

Method parameters in org.omnaest.utils.structure.table.concrete.internal.helper with type arguments of type TableInternal.CellData
static
<E> TableInternal.StripeData<E>
StripeDataHelper.createNewStripeDataFromExisting(TableInternal.StripeDataList<E> stripeDataList, Set<TableInternal.CellData<E>> cellDataSetFilter, TableInternal.StripeData<E>... stripeDatasOld)
          Creates a new TableInternal.StripeData instance which belongs to the given TableInternal.StripeDataList instance and contains the TableInternal.CellData elements from the given old TableInternal.StripeDatas.
 

Uses of TableInternal.CellData in org.omnaest.utils.structure.table.internal
 

Methods in org.omnaest.utils.structure.table.internal that return TableInternal.CellData
 TableInternal.CellData<E> TableInternal.CellInternal.getCellData()
          Returns the underlying TableInternal.CellData instance
 

Methods in org.omnaest.utils.structure.table.internal that return types with arguments of type TableInternal.CellData
 Set<TableInternal.CellData<E>> TableInternal.StripeData.findCellDataSetHavingCellElement(E element)
          Returns a new Set of TableInternal.CellData instances which contains the given element
 Set<TableInternal.CellData<E>> TableInternal.StripeData.getCellDataSet()
          Returns the internal Table.Cell Set
 

Methods in org.omnaest.utils.structure.table.internal with parameters of type TableInternal.CellData
 boolean TableInternal.StripeData.contains(TableInternal.CellData<E> cellData)
          Returns true if this TableInternal.StripeData contains the given TableInternal.CellData.
 List<TableInternal.StripeData<E>> TableInternal.StripeDataList.findStripeDataListContaining(TableInternal.CellData<E> cellData)
          Returns the List of TableInternal.StripeData which contains the given Table.Cell
 void TableInternal.StripeData.registerCell(TableInternal.CellData<E> cellData)
          Adds a TableInternal.CellData to the TableInternal.StripeData if it does not contain the TableInternal.CellData already.
 void TableInternal.StripeData.unregisterCell(TableInternal.CellData<E> cellData)
          Removes a TableInternal.CellData from the TableInternal.StripeData
 

Method parameters in org.omnaest.utils.structure.table.internal with type arguments of type TableInternal.CellData
 void TableInternal.StripeData.registerCells(Collection<TableInternal.CellData<E>> cellDataCollection)
           
 void TableInternal.StripeDataList.registerStripeDataForCellDatas(Collection<TableInternal.CellData<E>> cellDataCollection, TableInternal.StripeData<E> stripeData)
          Registers a TableInternal.StripeData instance for the given TableInternal.CellData instances
 void TableInternal.StripeData.unregisterCells(Collection<TableInternal.CellData<E>> cellDataSet)
           
 void TableInternal.StripeDataList.unregisterCells(Iterable<TableInternal.CellData<E>> cellDataIterable)
          Unregisters the given TableInternal.CellData instances from all TableInternal.StripeData contained within this TableInternal.StripeDataList
 void TableInternal.StripeDataList.unregisterStripeDataForCellDatas(Collection<TableInternal.CellData<E>> cellDataCollection, TableInternal.StripeData<E> stripeData)
          Unregisters the given Collection of TableInternal.CellData instances for the TableInternal.StripeData
 



Copyright © 2011. All Rights Reserved.