Uses of Class
org.vaadin.firitin.components.button.ActionButton
Packages that use ActionButton
-
Uses of ActionButton in org.vaadin.firitin.components.button
Methods in org.vaadin.firitin.components.button that return ActionButtonModifier and TypeMethodDescriptionActionButton.setBusyText
(String text) Set the text of the button to show while the task is running (and button disabled).ActionButton.setCompletableFutureAction
(Supplier<CompletableFuture<T>> task) ActionButton.setEnableAfterAction
(boolean enableAfterAction) ActionButton.setPostUiAction
(Consumer<? super T> postUiAction) Sets an action to update the UI after the actual slow actions is completed.ActionButton.setPostUiUpdate
(Consumer<? super T> postUiUpdate) Deprecated.ActionButton.setPreUiAction
(Runnable preUiAction) Sets an action to update the UI before the actual slow actions is started.ActionButton.setPreUiUpdate
(Runnable preUiUpdate) Deprecated, for removal: This API element is subject to removal in a future version.usesetPreUiAction(Runnable)
instead
setPostUiAction(Consumer)
instead