Interface OkCancelDialogBuilder

All Superinterfaces:
ActionDialogBuilder<OkCancelDialogBuilder>, DialogBuilder<OkCancelDialogBuilder>

public interface OkCancelDialogBuilder extends ActionDialogBuilder<OkCancelDialogBuilder>
Builds a modal dialog for displaying the given component, with OK and Cancel buttons based on the given actions. An OK action must be provided and the default Cancel action simply disposes the dialog.