public class MaridDialog<T>
extends javafx.scene.control.Dialog<T>
contentTextProperty, dialogPaneProperty, graphicProperty, headerTextProperty, heightProperty, onCloseRequestProperty, onHiddenProperty, onHidingProperty, onShowingProperty, onShownProperty, resizableProperty, resultConverterProperty, resultProperty, showingProperty, titleProperty, widthProperty, xProperty, yProperty| Constructor and Description |
|---|
MaridDialog(javafx.stage.Modality modality,
javafx.stage.Window window,
javafx.scene.control.ButtonType... buttonTypes) |
MaridDialog(javafx.scene.Node node,
javafx.scene.control.ButtonType... buttonTypes) |
MaridDialog(javafx.stage.Window parent,
javafx.scene.control.ButtonType... buttonTypes) |
| Modifier and Type | Method and Description |
|---|---|
MaridDialog<T> |
buttonTypes(javafx.scene.control.ButtonType... buttonTypes) |
MaridDialog<T> |
content(javafx.scene.Node content) |
MaridDialog<T> |
on(Consumer<javafx.scene.control.ButtonType> buttonTypeConsumer) |
MaridDialog<T> |
preferredSize(int width,
int height) |
MaridDialog<T> |
resizable(boolean value) |
MaridDialog<T> |
result(Supplier<T> okSupplier) |
MaridDialog<T> |
result(Supplier<T> okSupplier,
Supplier<T> cancelSupplier) |
MaridDialog<T> |
title(javafx.beans.value.ObservableValue<String> title) |
MaridDialog<T> |
title(String title,
Object... args) |
MaridDialog<T> |
with(BiConsumer<MaridDialog<T>,javafx.scene.control.DialogPane> consumer) |
<C extends javafx.scene.Node> |
with(Supplier<C> contentSupplier,
BiConsumer<MaridDialog<T>,C> consumer) |
buildEventDispatchChain, close, contentTextProperty, dialogPaneProperty, getContentText, getDialogPane, getGraphic, getHeaderText, getHeight, getModality, getOnCloseRequest, getOnHidden, getOnHiding, getOnShowing, getOnShown, getOwner, getResult, getResultConverter, getTitle, getWidth, getX, getY, graphicProperty, headerTextProperty, heightProperty, hide, initModality, initOwner, initStyle, isResizable, isShowing, onCloseRequestProperty, onHiddenProperty, onHidingProperty, onShowingProperty, onShownProperty, resizableProperty, resultConverterProperty, resultProperty, setContentText, setDialogPane, setGraphic, setHeaderText, setHeight, setOnCloseRequest, setOnHidden, setOnHiding, setOnShowing, setOnShown, setResizable, setResult, setResultConverter, setTitle, setWidth, setX, setY, show, showAndWait, showingProperty, titleProperty, widthProperty, xProperty, yPropertypublic MaridDialog(javafx.stage.Window parent,
javafx.scene.control.ButtonType... buttonTypes)
public MaridDialog(javafx.scene.Node node,
javafx.scene.control.ButtonType... buttonTypes)
public MaridDialog(javafx.stage.Modality modality,
javafx.stage.Window window,
javafx.scene.control.ButtonType... buttonTypes)
public MaridDialog<T> content(javafx.scene.Node content)
public MaridDialog<T> title(javafx.beans.value.ObservableValue<String> title)
public MaridDialog<T> title(String title, Object... args)
public MaridDialog<T> preferredSize(int width, int height)
public MaridDialog<T> buttonTypes(javafx.scene.control.ButtonType... buttonTypes)
public MaridDialog<T> with(BiConsumer<MaridDialog<T>,javafx.scene.control.DialogPane> consumer)
public <C extends javafx.scene.Node> MaridDialog<T> with(Supplier<C> contentSupplier, BiConsumer<MaridDialog<T>,C> consumer)
public MaridDialog<T> result(Supplier<T> okSupplier)
public MaridDialog<T> on(Consumer<javafx.scene.control.ButtonType> buttonTypeConsumer)
public MaridDialog<T> resizable(boolean value)
Copyright © 2012–2017 MARID software development group. All rights reserved.