Class MultiTableViewFindSupport

    • Constructor Detail

      • MultiTableViewFindSupport

        public MultiTableViewFindSupport​(FindTextFieldSupport pFindTextFieldSupport)
      • MultiTableViewFindSupport

        public MultiTableViewFindSupport​(FindTextFieldSupport pFindTextFieldSupport,
                                         javafx.collections.ObservableList<javafx.scene.control.TableView<?>> pTableList)
    • Method Detail

      • getTableList

        public javafx.collections.ObservableList<javafx.scene.control.TableView<?>> getTableList()
      • activeTableProperty

        public javafx.beans.property.ReadOnlyProperty<javafx.scene.control.TableView<?>> activeTableProperty()
      • getActiveTable

        public javafx.scene.control.TableView<?> getActiveTable()
      • getFindSelectionChange

        public javafx.beans.Observable getFindSelectionChange()
        Description copied from class: AbstractTableFindSupport
        Gets an observable which fires events when the table selection changes because of an 'find' event - the previous/next buttons are clicked, selection change due to find string/type change, etc.
        Specified by:
        getFindSelectionChange in class AbstractTableFindSupport
        Returns:
        observable
      • getAutoClearSelection

        public boolean getAutoClearSelection()
      • setAutoClearSelection

        public void setAutoClearSelection​(boolean pAutoClearSelection)