Class AbstractListValueGenerator<T>
java.lang.Object
org.eclipse.nebula.widgets.nattable.dataset.valuegenerator.AbstractListValueGenerator<T>
- All Implemented Interfaces:
IValueGenerator
- Direct Known Subclasses:
BidAskTypeValueGenerator,ErrorSeverityValueGenerator
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractListValueGenerator(List<T> listOfValues) AbstractListValueGenerator(T... values) -
Method Summary
-
Constructor Details
-
AbstractListValueGenerator
-
AbstractListValueGenerator
-
-
Method Details
-
newValue
- Specified by:
newValuein interfaceIValueGenerator
-
toStringArray
-