Uses of Class
org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.ComboBoxGlazedListsFilterStrategy
Packages that use ComboBoxGlazedListsFilterStrategy
-
Uses of ComboBoxGlazedListsFilterStrategy in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow
Subclasses of ComboBoxGlazedListsFilterStrategy in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrowModifier and TypeClassDescriptionclassSpecializedComboBoxGlazedListsFilterStrategythat can be used to exclude items from filtering.Fields in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow declared as ComboBoxGlazedListsFilterStrategyModifier and TypeFieldDescriptionprotected final ComboBoxGlazedListsFilterStrategy<T>ComboBoxFilterRowHeaderComposite.filterStrategyThe IFilterStrategy that is used by this ComboBoxFilterRowHeaderComposite.Methods in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow that return ComboBoxGlazedListsFilterStrategyModifier and TypeMethodDescriptionComboBoxFilterRowHeaderComposite.getFilterStrategy()Returns the IFilterStrategy that is used by this ComboBoxFilterRowHeaderComposite.Constructors in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow with parameters of type ComboBoxGlazedListsFilterStrategyModifierConstructorDescriptionComboBoxFilterRowHeaderComposite(ComboBoxGlazedListsFilterStrategy<T> filterStrategy, FilterRowComboBoxDataProvider<T> comboBoxDataProvider, ILayer columnHeaderLayer, IDataProvider columnHeaderDataProvider, IConfigRegistry configRegistry, boolean useDefaultConfiguration) Creates a new ComboBoxFilterRowHeaderComposite based on the given informations.ComboBoxFilterRowHeaderComposite(ComboBoxGlazedListsFilterStrategy<T> filterStrategy, FilterRowComboBoxDataProvider<T> comboBoxDataProvider, ILayer columnHeaderLayer, FilterRowDataLayer<T> filterRowDataLayer, IConfigRegistry configRegistry, boolean useDefaultConfiguration) Creates a new ComboBoxFilterRowHeaderComposite based on the given informations.