Uses of Interface
org.eclipse.nebula.widgets.nattable.data.convert.IDisplayConverter
Packages that use IDisplayConverter
Package
Description
-
Uses of IDisplayConverter in org.eclipse.nebula.widgets.nattable.config
Fields in org.eclipse.nebula.widgets.nattable.config with type parameters of type IDisplayConverterModifier and TypeFieldDescriptionstatic final ConfigAttribute<IDisplayConverter>CellConfigAttributes.DISPLAY_CONVERTERAttribute for configuring the IDisplayConverter that should be used to convert the data in a cell for rendering. -
Uses of IDisplayConverter in org.eclipse.nebula.widgets.nattable.data.convert
Classes in org.eclipse.nebula.widgets.nattable.data.convert that implement IDisplayConverterModifier and TypeClassDescriptionclassclassAbstract base class for decimal converters.classConverts the display value to aBigDecimaland vice versa.classConverts the display value to aBigIntegerand vice versa.classData type converter for a Check Box.classConverts the display value to a byte and vice versa.classConverts the display value to aCharacterand vice versa.classConverts a java.util.Date object to a given format and vice versaclassclassConverts the display value to a double and vice versa.classConverts the display value to a float and vice versa.classConverts the display value to an integer and vice versa.classConverts the display value to a long and vice versa.classConverts the display value to a short and vice versa.classclassConverts the display value to a double and vice versa.class -
Uses of IDisplayConverter in org.eclipse.nebula.widgets.nattable.edit.editor
Fields in org.eclipse.nebula.widgets.nattable.edit.editor declared as IDisplayConverterModifier and TypeFieldDescriptionprotected IDisplayConverterAbstractCellEditor.displayConverterTheIDisplayConverterthat should be used to convert the input value to the canonical value and vice versa. -
Uses of IDisplayConverter in org.eclipse.nebula.widgets.nattable.edit.gui
Fields in org.eclipse.nebula.widgets.nattable.edit.gui declared as IDisplayConverterModifier and TypeFieldDescriptionprotected IDisplayConverterAbstractDialogCellEditor.displayConverterTheIDisplayConverterthat should be used to convert the input value to the canonical value and vice versa. -
Uses of IDisplayConverter in org.eclipse.nebula.widgets.nattable.examples.fixtures
Classes in org.eclipse.nebula.widgets.nattable.examples.fixtures that implement IDisplayConverter -
Uses of IDisplayConverter in org.eclipse.nebula.widgets.nattable.extension.e4.css
Methods in org.eclipse.nebula.widgets.nattable.extension.e4.css that return IDisplayConverterModifier and TypeMethodDescriptionstatic IDisplayConverterNatTableCSSHelper.getDisplayConverter(String value, boolean format, Integer minFractionDigits, Integer maxFractionDigits, String datePattern) Returns the NatTableIDisplayConverterfor the given string representation.Methods in org.eclipse.nebula.widgets.nattable.extension.e4.css with parameters of type IDisplayConverterModifier and TypeMethodDescriptionstatic StringNatTableCSSHelper.getDisplayConverterString(IDisplayConverter converter) -
Uses of IDisplayConverter in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow
Methods in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow that return IDisplayConverterModifier and TypeMethodDescriptionprotected IDisplayConverterDefaultGlazedListsFilterStrategy.getFilterContentDisplayConverter(int columnIndex) Retrieves theIDisplayConverterthat should be used for converting the body content to string for text match filter operations.Methods in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow with parameters of type IDisplayConverterModifier and TypeMethodDescriptionprotected ca.odell.glazedlists.TextFilterator<T>DefaultGlazedListsFilterStrategy.getTextFilterator(Integer columnIndex, IDisplayConverter converter) protected ca.odell.glazedlists.matchers.TextMatcherEditor<T>DefaultGlazedListsFilterStrategy.getTextMatcherEditor(Integer columnIndex, TextMatchingMode textMatchingMode, IDisplayConverter converter, String filterText) Sets up a text matcher editor for String tokensConstructors in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow with parameters of type IDisplayConverterModifierConstructorDescriptionColumnTextFilterator(IDisplayConverter converter, Integer columnIndex) -
Uses of IDisplayConverter in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy
Classes in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy that implement IDisplayConverterModifier and TypeClassDescriptionclassIDisplayConverterthat is used for conversion ofGroupByObjects.Fields in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy with type parameters of type IDisplayConverterModifier and TypeFieldDescriptionprotected final Map<Integer,IDisplayConverter> GroupByDisplayConverter.converterCacheprotected final Map<Integer,IDisplayConverter> GroupByDisplayConverter.wrappedConvertersMethods in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy with parameters of type IDisplayConverterModifier and TypeMethodDescriptionvoidGroupByDisplayConverter.registerUnderlyingDisplayConverter(int columnIndex, IDisplayConverter converter) Registers a givenIDisplayConverterfor a column index. -
Uses of IDisplayConverter in org.eclipse.nebula.widgets.nattable.extension.nebula.richtext
Classes in org.eclipse.nebula.widgets.nattable.extension.nebula.richtext that implement IDisplayConverterModifier and TypeClassDescriptionclassIDisplayConverterthat can be used to add HTML markups via String replacements.Fields in org.eclipse.nebula.widgets.nattable.extension.nebula.richtext declared as IDisplayConverterModifier and TypeFieldDescriptionprotected IDisplayConverterMarkupDisplayConverter.wrappedConverterFields in org.eclipse.nebula.widgets.nattable.extension.nebula.richtext with type parameters of type IDisplayConverterModifier and TypeFieldDescriptionstatic final ConfigAttribute<IDisplayConverter>RichTextConfigAttributes.MARKUP_DISPLAY_CONVERTERAttribute for configuring the markup IDisplayConverter that should be used to convert the data in a cell for HTML rendering.Constructors in org.eclipse.nebula.widgets.nattable.extension.nebula.richtext with parameters of type IDisplayConverter -
Uses of IDisplayConverter in org.eclipse.nebula.widgets.nattable.filterrow
Classes in org.eclipse.nebula.widgets.nattable.filterrow that implement IDisplayConverterModifier and TypeClassDescriptionclassIDisplayConverterthat is intended to be used for filter row editors that are configured for regular expression evaluation. -
Uses of IDisplayConverter in org.eclipse.nebula.widgets.nattable.filterrow.config
Fields in org.eclipse.nebula.widgets.nattable.filterrow.config with type parameters of type IDisplayConverterModifier and TypeFieldDescriptionstatic final ConfigAttribute<IDisplayConverter>FilterRowConfigAttributes.FILTER_CONTENT_DISPLAY_CONVERTERDisplay converter that is used for text filter operations to convert the body cell content to a string.static final ConfigAttribute<IDisplayConverter>FilterRowConfigAttributes.FILTER_DISPLAY_CONVERTERDisplay converter used to convert the string typed by the user to the data type of the column or in case of combo boxes to convert the filter object to string. -
Uses of IDisplayConverter in org.eclipse.nebula.widgets.nattable.formula
Classes in org.eclipse.nebula.widgets.nattable.formula that implement IDisplayConverterModifier and TypeClassDescriptionclassIDisplayConverterthat needs to be registered forDisplayMode.EDITin order to support editing of formulas without formula execution.classIDisplayConverterthat needs to be registered forDisplayMode.NORMALin order to support localized rendering of decimal result values of formulas. -
Uses of IDisplayConverter in org.eclipse.nebula.widgets.nattable.hideshow
Fields in org.eclipse.nebula.widgets.nattable.hideshow declared as IDisplayConverterMethods in org.eclipse.nebula.widgets.nattable.hideshow that return IDisplayConverterMethods in org.eclipse.nebula.widgets.nattable.hideshow with parameters of type IDisplayConverterModifier and TypeMethodDescriptionvoidRowIdHideShowLayer.setIdConverter(IDisplayConverter idConverter) Set theIDisplayConverterthat is used for conversion of the row id needed onRowIdHideShowLayer.loadState(String, Properties)andRowIdHideShowLayer.saveState(String, Properties). -
Uses of IDisplayConverter in org.eclipse.nebula.widgets.nattable.summaryrow
Classes in org.eclipse.nebula.widgets.nattable.summaryrow that implement IDisplayConverterModifier and TypeClassDescriptionclassSpecial display converter that will render a default value in case there is no summary value calculated yet.Constructors in org.eclipse.nebula.widgets.nattable.summaryrow with parameters of type IDisplayConverterModifierConstructorDescriptionSummaryDisplayConverter(IDisplayConverter wrappedConverter) SummaryDisplayConverter(IDisplayConverter wrappedConverter, Object defaultSummaryValue)