Uses of Interface
org.eclipse.nebula.widgets.nattable.summaryrow.ISummaryProvider

Packages that use ISummaryProvider
org.eclipse.nebula.widgets.nattable.summaryrow   
 

Uses of ISummaryProvider in org.eclipse.nebula.widgets.nattable.summaryrow
 

Classes in org.eclipse.nebula.widgets.nattable.summaryrow that implement ISummaryProvider
 class SummationSummaryProvider
          Implementation of ISummaryProvider that summarizes all values in a column if they are of type Number and return the sum as Double value.
 

Fields in org.eclipse.nebula.widgets.nattable.summaryrow declared as ISummaryProvider
static ISummaryProvider ISummaryProvider.DEFAULT
          This instance will always return DEFAULT_SUMMARY_VALUE and does not perform a calculation.
static ISummaryProvider ISummaryProvider.NONE
          Register this instance to indicate that a summary is not required.
 

Fields in org.eclipse.nebula.widgets.nattable.summaryrow with type parameters of type ISummaryProvider
static ConfigAttribute<ISummaryProvider> SummaryRowConfigAttributes.SUMMARY_PROVIDER
          The configuration attribute that is used to calculate the summary for a column.
 



Copyright © 2014. All rights reserved.