Interface EditDialogControllerService<T extends Modifiable>

Type Parameters:
T - Edited item type

public interface EditDialogControllerService<T extends Modifiable>
This service is used by Master-Detail View Controllers. It is used to convert JavaFX dialog button type to the item type edited in the dialog.
Author:
Daniel MaĊĦek
  • Method Summary

    Modifier and Type
    Method
    Description
    javafx.util.Callback<javafx.scene.control.ButtonType,T>
    Returns converter from ButtonType to edited item type.
  • Method Details

    • getResultConverter

      javafx.util.Callback<javafx.scene.control.ButtonType,T> getResultConverter()
      Returns converter from ButtonType to edited item type.
      Returns:
      ButtonType to edited item Converter