Class ListSelectionView.ListSelectionAction<T>

    • Constructor Detail

      • ListSelectionAction

        public ListSelectionAction​(Node graphic)
        Creates a new instance of ListSelectionAction with the graphic node.
        Parameters:
        graphic - Graphic to be shown in relation to this action.
      • ListSelectionAction

        public ListSelectionAction​(Node graphic,
                                   String text)
        Creates a new instance of ListSelectionAction with the provided graphic and text.
        Parameters:
        graphic - Graphic to be shown in relation to this action.
        text - The text for the Action.
    • Method Detail

      • initialize

        public abstract void initialize​(ListView<T> sourceListView,
                                        ListView<T> targetListView)
        Can be used to define properties or bindings for actions which are directly dependent on the list views.
        Parameters:
        sourceListView - The source list view
        targetListView - The target list view