public class WindowButtonUtils extends Object
WindowButtons| Modifier and Type | Method and Description |
|---|---|
static void |
setDefaultFormProcessing(List<WindowButton> buttons,
boolean processing)
Helper that applies #setDefaultFormProcessing to the list of
WindowButtonsWarning: the WindowButtons supplied in the list argument will be modified |
static void |
setDefaultFormProcessing(WindowButtons buttons,
boolean processing)
Helper that applies #setDefaultFormProcessing to the list of
WindowButtonsWarning: the WindowButtons supplied in argument will be modified |
public static void setDefaultFormProcessing(WindowButtons buttons, boolean processing)
WindowButtonsbuttons - the list of WindowButtonprocessing - whether the form will be validated and updatedpublic static void setDefaultFormProcessing(List<WindowButton> buttons, boolean processing)
WindowButtonsbuttons - the list of WindowButtonprocessing - whether the form will be validated and updatedCopyright © 2021 7thWeb. All rights reserved.