Uses of Class
org.omnaest.utils.structure.table.Table.Stripe.StripeType

Packages that use Table.Stripe.StripeType
org.omnaest.utils.structure.table   
org.omnaest.utils.structure.table.concrete   
org.omnaest.utils.structure.table.concrete.internal   
org.omnaest.utils.structure.table.concrete.internal.helper   
org.omnaest.utils.structure.table.internal   
 

Uses of Table.Stripe.StripeType in org.omnaest.utils.structure.table
 

Methods in org.omnaest.utils.structure.table that return Table.Stripe.StripeType
static Table.Stripe.StripeType Table.Stripe.StripeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Table.Stripe.StripeType[] Table.Stripe.StripeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Table.Stripe.StripeType in org.omnaest.utils.structure.table.concrete
 

Methods in org.omnaest.utils.structure.table.concrete with parameters of type Table.Stripe.StripeType
protected abstract  Object TableBasic.getStripeTitleValue(Table.Stripe.StripeType stripeType, int indexPosition)
          Returns the Table.Stripe.Title.getValue() object for the given index position within the respective TableContent#getStripeDataList(StripeType)
protected  Object ArrayTable.getStripeTitleValue(Table.Stripe.StripeType stripeType, int indexPosition)
           
protected abstract  List<Object> TableBasic.getStripeTitleValueList(Table.Stripe.StripeType stripeType)
          Returns the Table.Stripe.Title.getValue() elements within a List
protected  List<Object> ArrayTable.getStripeTitleValueList(Table.Stripe.StripeType stripeType)
           
protected abstract  void TableBasic.setStripeTitleValueList(List<?> titleValueList, Table.Stripe.StripeType row)
          Sets the Table.Stripe.Title.setValue(Object) of the Rows or Columns
protected  void ArrayTable.setStripeTitleValueList(List<? extends Object> titleValueList, Table.Stripe.StripeType stripeType)
           
 

Uses of Table.Stripe.StripeType in org.omnaest.utils.structure.table.concrete.internal
 

Fields in org.omnaest.utils.structure.table.concrete.internal declared as Table.Stripe.StripeType
protected  Table.Stripe.StripeType StripeDataListImpl.stripeType
           
 

Methods in org.omnaest.utils.structure.table.concrete.internal that return Table.Stripe.StripeType
 Table.Stripe.StripeType StripeDataListImpl.getStripeType()
           
 Table.Stripe.StripeType StripeDataImpl.resolveStripeType()
           
 Table.Stripe.StripeType StripeDataAggregate.resolveStripeType()
           
 

Methods in org.omnaest.utils.structure.table.concrete.internal with parameters of type Table.Stripe.StripeType
 int TableContentImpl.determineStripeListSize(Table.Stripe.StripeType stripeType)
           
 TableInternal.StripeDataList<E> TableContentImpl.getStripeDataList(Table.Stripe.StripeType stripeType)
          Returns the Stripe for the given type.
 TableInternal.StripeData<E> CellAndStripeResolverImpl.resolveOrCreateStripeData(Table.Stripe.StripeType stripeType, int indexPosition)
           
 TableInternal.StripeData<E> CellAndStripeResolverImpl.resolveOrCreateStripeData(Table.Stripe.StripeType stripeType, Object titleValue)
           
protected  TableInternal.StripeData<E> CellImpl.resolveStripeData(Table.Stripe.StripeType stripeType)
           
 TableInternal.StripeData<E> CellAndStripeResolverImpl.resolveStripeData(Table.Stripe.StripeType stripeType, int indexPosition)
           
protected  TableInternal.StripeData<E> CellAndStripeResolverImpl.resolveStripeData(Table.Stripe.StripeType stripeType, Object titleValue)
           
protected abstract  TableInternal.StripeData<E> CellAndStripeResolverAbstract.resolveStripeData(Table.Stripe.StripeType stripeType, Object titleValue)
          Resolves the TableInternal.StripeData instance for the given Table.Stripe.StripeType and the Table.Stripe.Title.getValue()
 void StripeDataListImpl.setStripeType(Table.Stripe.StripeType stripeType)
           
 

Constructors in org.omnaest.utils.structure.table.concrete.internal with parameters of type Table.Stripe.StripeType
StripeDataListImpl(Table.Stripe.StripeType stripeType)
           
 

Uses of Table.Stripe.StripeType in org.omnaest.utils.structure.table.concrete.internal.helper
 

Methods in org.omnaest.utils.structure.table.concrete.internal.helper that return Table.Stripe.StripeType
static Table.Stripe.StripeType StripeTypeHelper.determineOrthogonalStripeType(Table.Stripe.StripeType stripeType)
          Returns ROW for COLUMN and vice versa
 

Methods in org.omnaest.utils.structure.table.concrete.internal.helper with parameters of type Table.Stripe.StripeType
static Table.Stripe.StripeType StripeTypeHelper.determineOrthogonalStripeType(Table.Stripe.StripeType stripeType)
          Returns ROW for COLUMN and vice versa
 

Uses of Table.Stripe.StripeType in org.omnaest.utils.structure.table.internal
 

Methods in org.omnaest.utils.structure.table.internal that return Table.Stripe.StripeType
 Table.Stripe.StripeType TableInternal.StripeDataList.getStripeType()
          Returns the Table.Stripe.StripeType information of the TableInternal.StripeDataList
 Table.Stripe.StripeType TableInternal.StripeData.resolveStripeType()
          Resolves the Table.Stripe.StripeType from the underlying TableInternal.StripeDataList
 

Methods in org.omnaest.utils.structure.table.internal with parameters of type Table.Stripe.StripeType
 int TableInternal.TableContent.determineStripeListSize(Table.Stripe.StripeType stripeType)
          Determines the size of the TableInternal.StripeDataList for the given Table.Stripe.StripeType
 TableInternal.StripeDataList<E> TableInternal.TableContent.getStripeDataList(Table.Stripe.StripeType stripeType)
          Returns the TableInternal.StripeDataList for the given Table.Stripe.StripeType
 TableInternal.StripeData<E> TableInternal.CellAndStripeResolver.resolveOrCreateStripeData(Table.Stripe.StripeType stripeType, int indexPosition)
          Tries to resolve a TableInternal.StripeData instance for the given index position and Table.Stripe.StripeType.
 TableInternal.StripeData<E> TableInternal.CellAndStripeResolver.resolveOrCreateStripeData(Table.Stripe.StripeType stripeType, Object titleValue)
          Tries to resolve a TableInternal.StripeData instance for the given index position and Table.Stripe.StripeType.
 Table.Stripe<E> TableInternal.StripeResolver.resolveStripe(Table.Stripe.StripeType stripeType, Table.Stripe.Title title)
          Resolves a Table.Stripe by its Table.Stripe.StripeType and Table.Stripe.Title
 TableInternal.StripeData<E> TableInternal.CellAndStripeResolver.resolveStripeData(Table.Stripe.StripeType stripeType, int indexPosition)
          Resolves the Table.Stripe for the given Table.Stripe.StripeType and index position from the internal Table reference.
 void TableInternal.StripeDataList.setStripeType(Table.Stripe.StripeType stripeType)
          Sets the Table.Stripe.StripeType information of the TableInternal.StripeDataList
 



Copyright © 2011. All Rights Reserved.