content
protected com.vaadin.flow.component.Component content
Dialogs.BackgroundTaskDialogBuilder<T,V> , Dialogs.Draggable<Dialogs.BackgroundTaskDialogBuilder<T,V>> , Dialogs.HasContent<Dialogs.BackgroundTaskDialogBuilder<T,V>> , Dialogs.HasHeader<Dialogs.BackgroundTaskDialogBuilder<T,V>> , Dialogs.HasStyle<Dialogs.BackgroundTaskDialogBuilder<T,V>> , Dialogs.HasText<Dialogs.BackgroundTaskDialogBuilder<T,V>> , Dialogs.HasTheme<Dialogs.BackgroundTaskDialogBuilder<T,V>> , Dialogs.Resizable<Dialogs.BackgroundTaskDialogBuilder<T,V>> protected BackgroundTask<T,V> protected booleanprotected com.vaadin.flow.component.button.Buttonprotected com.vaadin.flow.component.Componentprotected com.vaadin.flow.component.dialog.Dialogprotected com.vaadin.flow.component.orderedlayout.VerticalLayoutprotected com.vaadin.flow.component.progressbar.ProgressBarprotected com.vaadin.flow.component.html.Spanprotected booleanprotected BackgroundTaskHandler<V>protected Numberprotected com.vaadin.flow.component.dialog.Dialogcom.vaadin.flow.component.ComponentgetText()getTotal()protected voidprotected voidinitDialog(com.vaadin.flow.component.dialog.Dialog dialog) protected voidinitDialogContent(com.vaadin.flow.component.dialog.Dialog dialog) booleanbooleanprotected booleanbooleanbooleanprotected voidonCancelButtonClick(com.vaadin.flow.component.ClickEvent<com.vaadin.flow.component.button.Button> event) voidopen()protected voidprotected voidupdateProgress(Number processedValue) withCancelAllowed(boolean cancelAllowed) withClassName(String className) withContent(com.vaadin.flow.component.Component content) withDraggable(boolean draggable) withHeader(String header) withMaxHeight(String maxHeight) withMaxWidth(String maxWidth) withMinHeight(String minHeight) withMinWidth(String minWidth) withResizable(boolean resizable) withShowProgressInPercentage(boolean percentProgress) withThemeName(String themeName) Dialogs.BackgroundTaskDialogBuilder
The default value is false.
withCancelAllowed in interface Dialogs.BackgroundTaskDialogBuilder<T extends Number,V> cancelAllowed - true if dialog is closeableisCancelAllowed in interface Dialogs.BackgroundTaskDialogBuilder<T extends Number,V> true if the dialog can be closedDialogs.BackgroundTaskDialogBuilderTaskLifeCycle.publish(Object[]) to notify the dialog about progress
completion.withTotal in interface Dialogs.BackgroundTaskDialogBuilder<T extends Number,V> total - amount of items to be processed by background task,getTotal in interface Dialogs.BackgroundTaskDialogBuilder<T extends Number,V> Dialogs.BackgroundTaskDialogBuilderwithShowProgressInPercentage in interface Dialogs.BackgroundTaskDialogBuilder<T extends Number,V> percentProgress - true to show progress in percentsisShowProgressInPercentage in interface Dialogs.BackgroundTaskDialogBuilder<T extends Number,V> true if progress should is shown in percentsDialogs.HasHeaderwithHeader in interface Dialogs.HasHeader<T extends Number>header - header textgetHeader in interface Dialogs.HasHeader<T extends Number>Dialogs.HasTextwithText in interface Dialogs.HasText<T extends Number>text - a textgetText in interface Dialogs.HasText<T extends Number>Dialogs.HasThemewithThemeName in interface Dialogs.HasTheme<T extends Number>themeName - a space-separated string of theme names to set, or empty string to remove all theme namesDialogs.HasThemegetThemeName in interface Dialogs.HasTheme<T extends Number>null if attribute (theme) is not set at allDialogs.HasStylewithClassName in interface Dialogs.HasStyle<T extends Number>className - a space-separated string of class names to set, or
null to remove all class namesDialogs.HasStylegetClassName in interface Dialogs.HasStyle<T extends Number>null if
there are no class namesDialogs.DraggablewithDraggable in interface Dialogs.Draggable<T extends Number>draggable - true to enable dragging of the dialog, false otherwiseisDraggable in interface Dialogs.Draggable<T extends Number>true if dragging is enabled, false otherwiseDialogs.HasContentwithContent in interface Dialogs.HasContent<T extends Number>content - a contentgetContent in interface Dialogs.HasContent<T extends Number>Dialogs.ResizableBy default, the dialog is not resizable.
withResizable in interface Dialogs.Resizable<T extends Number>resizable - true to enabled resizing of the dialog, false otherwise.isResizable in interface Dialogs.Resizable<T extends Number>true if resizing is enabled, false otherwiseDialogs.ResizablewithMinWidth in interface Dialogs.Resizable<T extends Number>minWidth - a dialog min widthgetMinWidth in interface Dialogs.Resizable<T extends Number>Dialogs.ResizablewithMinHeight in interface Dialogs.Resizable<T extends Number>minHeight - a dialog min heightgetMinHeight in interface Dialogs.Resizable<T extends Number>Dialogs.ResizablewithMaxWidth in interface Dialogs.Resizable<T extends Number>maxWidth - a dialog max widthgetMaxWidth in interface Dialogs.Resizable<T extends Number>Dialogs.ResizablewithMaxHeight in interface Dialogs.Resizable<T extends Number>maxHeight - a dialog max heightgetMaxHeight in interface Dialogs.Resizable<T extends Number>Dialogs.BackgroundTaskDialogBuilderopen in interface Dialogs.BackgroundTaskDialogBuilder<T extends Number,V>