Class PaperDialogSearchObject.SelectObjectEvent
- java.lang.Object
 - 
- java.util.EventObject
 - 
- com.vaadin.flow.component.ComponentEvent<PaperDialogSearchObject>
 - 
- com.neotropic.kuwaiba.modules.commercial.sdh.tools.PaperDialogSearchObject.SelectObjectEvent
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - PaperDialogSearchObject
 
public class PaperDialogSearchObject.SelectObjectEvent extends com.vaadin.flow.component.ComponentEvent<PaperDialogSearchObject>
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields inherited from class java.util.EventObject
source 
 - 
 
- 
Constructor Summary
Constructors Constructor Description SelectObjectEvent(PaperDialogSearchObject source, boolean fromClient, BusinessObjectLight object) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BusinessObjectLightgetObject()- 
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener 
- 
Methods inherited from class java.util.EventObject
toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
SelectObjectEvent
public SelectObjectEvent(PaperDialogSearchObject source, boolean fromClient, BusinessObjectLight object)
 
 - 
 
- 
Method Detail
- 
getObject
public BusinessObjectLight getObject()
 
 - 
 
 -