Interface IConfigLabelProvider
- All Superinterfaces:
IConfigLabelAccumulator
- All Known Implementing Classes:
AbstractOverrider
,AggregateConfigLabelAccumulator
,AlternatingRowConfigLabelAccumulator
,BodyOverrideConfigLabelAccumulator
,CellOverrideLabelAccumulator
,ClassNameConfigLabelAccumulator
,ColumnLabelAccumulator
,ColumnOverrideLabelAccumulator
,HierarchicalTreeAlternatingRowConfigLabelAccumulator
,RowOverrideLabelAccumulator
,SimpleConfigLabelAccumulator
Specialization of
IConfigLabelAccumulator
that provides information
about the labels that are added. This interface was introduced to support CSS
styling and is used to determine the children that can be used in CSS
selectors for NatTable styling.- Since:
- 1.4
-
Method Summary
Modifier and TypeMethodDescriptionReturns the labels that are provided by thisIConfigLabelAccumulator
.Methods inherited from interface org.eclipse.nebula.widgets.nattable.layer.cell.IConfigLabelAccumulator
accumulateConfigLabels
-
Method Details
-
getProvidedLabels
Collection<String> getProvidedLabels()Returns the labels that are provided by thisIConfigLabelAccumulator
. It needs to return all labels that might be applied to support the usage of corresponding selectors in NatTable CSS styling.- Returns:
- The labels that are provided by this
IConfigLabelAccumulator
.
-