org.eclipse.nebula.widgets.nattable.summaryrow
Class SummaryRowConfigAttributes

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.summaryrow.SummaryRowConfigAttributes

public class SummaryRowConfigAttributes
extends Object

This class contains the ConfigAttributes that are interpreted by the SummaryRowLayer.

See Also:
SummaryRowLayer

Field Summary
static ConfigAttribute<ISummaryProvider> SUMMARY_PROVIDER
          The configuration attribute that is used to calculate the summary for a column.
 
Constructor Summary
SummaryRowConfigAttributes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUMMARY_PROVIDER

public static final ConfigAttribute<ISummaryProvider> SUMMARY_PROVIDER
The configuration attribute that is used to calculate the summary for a column.

Constructor Detail

SummaryRowConfigAttributes

public SummaryRowConfigAttributes()


Copyright © 2015. All rights reserved.