Class AutomaticRowHeightExample.ValidatorMessageLabelAccumulator
java.lang.Object
org.eclipse.nebula.widgets.nattable.examples.examples._102_Configuration.AutomaticRowHeightExample.ValidatorMessageLabelAccumulator
- All Implemented Interfaces:
IConfigLabelAccumulator
- Enclosing class:
- AutomaticRowHeightExample
public class AutomaticRowHeightExample.ValidatorMessageLabelAccumulator
extends Object
implements IConfigLabelAccumulator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccumulateConfigLabels(LabelStack configLabels, int columnPosition, int rowPosition) Add labels applicable to this cell position
-
Constructor Details
-
ValidatorMessageLabelAccumulator
public ValidatorMessageLabelAccumulator()
-
-
Method Details
-
accumulateConfigLabels
Description copied from interface:IConfigLabelAccumulatorAdd labels applicable to this cell position- Specified by:
accumulateConfigLabelsin interfaceIConfigLabelAccumulator- Parameters:
configLabels- the labels currently applied to the cell. The labels contributed by this provider must be added to this stackcolumnPosition- of the cell for which labels are being gatheredrowPosition- of the cell for which labels are being gathered
-