Class/Object

com.sfxcode.sapphire.extension.filter

DataFilter

Related Docs: object DataFilter | package filter

Permalink

class DataFilter[S <: AnyRef] extends LazyLogging

Linear Supertypes
LazyLogging, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataFilter
  2. LazyLogging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DataFilter(items: ObjectProperty[ObservableBuffer[FXBean[S]]], pane: ObjectProperty[Pane])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addCustomSearchField(name: String, p: (FXBean[S]) ⇒ Boolean, searchField: TextField = new TextField()): TextField

    Permalink
  5. def addSearchBox(name: String, propertyKey: String, noSelection: String = ..., searchBox: ComboBox[String] = new ComboBox[String]()): ComboBox[String]

    Permalink
  6. def addSearchField(name: String, propertyKey: String, filterType: FilterValue = FilterType.FilterContainsIgnoreCase, searchField: TextField = ...): TextField

    Permalink
  7. def addSearchField(propertyKey: String): TextField

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  10. val conf: Config

    Permalink
  11. val controlFilterMap: HashMap[Control, Any]

    Permalink
    Attributes
    protected
  12. val controlFilterPropertyMap: HashMap[Control, String]

    Permalink
    Attributes
    protected
  13. val controlList: ObservableBuffer[Node]

    Permalink
    Attributes
    protected
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def filter(): Unit

    Permalink
  17. val filterControlNameMapping: HashMap[Control, String]

    Permalink
    Attributes
    protected
  18. def filterControlPane: Pane

    Permalink
  19. val filterNameControlMapping: HashMap[String, Control]

    Permalink
    Attributes
    protected
  20. val filterResult: ObservableBuffer[FXBean[S]]

    Permalink
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  22. def getSearchBox(name: String): ComboBox[String]

    Permalink
  23. def getSearchField(name: String): TextField

    Permalink
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def itemValues: ObservableBuffer[FXBean[S]]

    Permalink
  27. def itemsChanged(oldItems: ObservableBuffer[FXBean[S]], newItems: ObservableBuffer[FXBean[S]]): Unit

    Permalink
  28. def itemsHasChanged(): Unit

    Permalink
  29. def itemsProperty: ObjectProperty[ObservableBuffer[FXBean[S]]]

    Permalink
  30. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  34. implicit def objectPropertyToValue[T](property: ObjectProperty[T]): T

    Permalink
  35. def paneChanged(oldPane: Pane, newPane: Pane): Unit

    Permalink
  36. def removeAllControls(): Unit

    Permalink
  37. def removeFilterControl(identifier: String): Unit

    Permalink
  38. def removeFilterControl(control: Control): Unit

    Permalink
  39. def reset(): Unit

    Permalink
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. def updateItems(newItems: ObservableBuffer[FXBean[S]], resetFilter: Boolean = false): Unit

    Permalink
  43. def updateSearchBoxValues(searchBox: ComboBox[String], noSelection: String, propertyKey: String): Unit

    Permalink
  44. val valueMap: HashMap[String, Any]

    Permalink
    Attributes
    protected
  45. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped