Package coop.intergal.ui.components
Class FormButtonsBar.PrintEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.flow.component.ComponentEvent<FormButtonsBar>
-
- coop.intergal.ui.components.FormButtonsBar.PrintEvent
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FormButtonsBar
public static class FormButtonsBar.PrintEvent extends com.vaadin.flow.component.ComponentEvent<FormButtonsBar>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description PrintEvent(FormButtonsBar source, boolean fromClient)
-
Method Summary
-
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Constructor Detail
-
PrintEvent
public PrintEvent(FormButtonsBar source, boolean fromClient)
-
-