Module com.dua3.utility.fx.controls
Package com.dua3.utility.fx.controls
Interface AbstractDialogPaneBuilder.ResultHandler<R>
- Type Parameters:
R- the result type
- Enclosing class:
- AbstractDialogPaneBuilder<D,
B extends AbstractDialogPaneBuilder<D, B, R>, R>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Dialog(Pane) result handler.
-
Method Summary
-
Method Details
-
handleResult
Handle result.- Parameters:
btn- the button that was pressedresult- the dialog/pane result as returned by the result converter- Returns:
- true, if it's ok to proceed (the current page should be left) false otherwise
-