org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy
Interface GroupByConfigAttributes


public interface GroupByConfigAttributes


Field Summary
static ConfigAttribute<String> GROUP_BY_CHILD_COUNT_PATTERN
          Configuration attribute to specify a pattern that is used to render the number of children for a group.
static ConfigAttribute<org.eclipse.swt.graphics.Color> GROUP_BY_HEADER_BACKGROUND_COLOR
          Attribute for configuring the Color that should be used to render the background of the GroupByHeaderLayer.
static ConfigAttribute<String> GROUP_BY_HINT
          Configuration attribute to specify a hint that should be shown in case no grouping is applied.
static ConfigAttribute<IStyle> GROUP_BY_HINT_STYLE
          Configuration attribute to specify the style of a group by hint.
static ConfigAttribute<IGroupBySummaryProvider> GROUP_BY_SUMMARY_PROVIDER
          The configuration attribute that is used to calculate the summary for a column.
 

Field Detail

GROUP_BY_SUMMARY_PROVIDER

static final ConfigAttribute<IGroupBySummaryProvider> GROUP_BY_SUMMARY_PROVIDER
The configuration attribute that is used to calculate the summary for a column.


GROUP_BY_CHILD_COUNT_PATTERN

static final ConfigAttribute<String> GROUP_BY_CHILD_COUNT_PATTERN
Configuration attribute to specify a pattern that is used to render the number of children for a group. Use the typical Java placeholders for correct usage, e.g. "[{0}]"


GROUP_BY_HINT

static final ConfigAttribute<String> GROUP_BY_HINT
Configuration attribute to specify a hint that should be shown in case no grouping is applied.


GROUP_BY_HINT_STYLE

static final ConfigAttribute<IStyle> GROUP_BY_HINT_STYLE
Configuration attribute to specify the style of a group by hint. Setting the values for foreground, background and font is supported.


GROUP_BY_HEADER_BACKGROUND_COLOR

static final ConfigAttribute<org.eclipse.swt.graphics.Color> GROUP_BY_HEADER_BACKGROUND_COLOR
Attribute for configuring the Color that should be used to render the background of the GroupByHeaderLayer. Will be interpreted by the GroupByHeaderPainter.



Copyright © 2015. All rights reserved.