Class SearchField.SearchEvent

java.lang.Object
java.util.EventObject
javafx.event.Event
com.dlsc.gemsfx.SearchField.SearchEvent
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
SearchField<T>

public static class SearchField.SearchEvent extends javafx.event.Event
An event type used by the SearchField to indicate the start and end of searching operations.
See Also:
  • Field Details

    • SEARCH_STARTED

      public static final javafx.event.EventType<SearchField.SearchEvent> SEARCH_STARTED
      An event that gets fired when the field starts a search.
    • SEARCH_FINISHED

      public static final javafx.event.EventType<SearchField.SearchEvent> SEARCH_FINISHED
      An event that gets fired when the field finishes a search.
  • Constructor Details

  • Method Details