Class GroupByDataLayer.GroupDescriptorMatcher<T>

java.lang.Object
org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy.GroupByDataLayer.GroupDescriptorMatcher<T>
All Implemented Interfaces:
ca.odell.glazedlists.matchers.Matcher<T>
Enclosing class:
GroupByDataLayer<T>

public static class GroupByDataLayer.GroupDescriptorMatcher<T> extends Object implements ca.odell.glazedlists.matchers.Matcher<T>
To find out if an element is part of a group
  • Constructor Details

  • Method Details

    • matches

      public boolean matches(T element)
      Specified by:
      matches in interface ca.odell.glazedlists.matchers.Matcher<T>