Class FilterValue<T,R>

All Implemented Interfaces:
Comparable<FilterValue<T,R>>, Styleable, EventTarget

public final class FilterValue<T,R> extends HBox implements Comparable<FilterValue<T,R>>
  • Property Details

    • selected

      public BooleanProperty selectedProperty
      Property indicating whether this value is selected or not.
  • Method Details

    • getValue

      public R getValue()
      Returns the R value for this given FilterValue
    • selectedProperty

      public BooleanProperty selectedProperty()
      Property indicating whether this value is selected or not.
    • getInScopeProperty

      public BooleanProperty getInScopeProperty()
      Property indicating whether this value is in scope.
    • toString

      public String toString()
      Overrides:
      toString in class Node
    • compareTo

      public int compareTo(FilterValue<T,R> other)
      Specified by:
      compareTo in interface Comparable<T>