Class ListSelectionView.MoveToSource

  • All Implemented Interfaces:
    java.util.EventListener, javafx.event.EventHandler<javafx.event.ActionEvent>
    Enclosing class:
    ListSelectionView<T>

    public class ListSelectionView.MoveToSource
    extends ListSelectionView.ListSelectionAction<T>
    Action use to move the selected items from the target list view to the source list view.
    • Constructor Detail

      • MoveToSource

        public MoveToSource()
    • Method Detail

      • initialize

        public void initialize​(javafx.scene.control.ListView<T> sourceListView,
                               javafx.scene.control.ListView<T> targetListView)
        Description copied from class: ListSelectionView.ListSelectionAction
        Can be used to define properties or bindings for actions which are directly dependent on the list views.
        Specified by:
        initialize in class ListSelectionView.ListSelectionAction<T>
        Parameters:
        sourceListView - The source list view
        targetListView - The target list view