Class SearchObjectSelector.NewObjectEvent
- java.lang.Object
 - 
- java.util.EventObject
 - 
- com.vaadin.flow.component.ComponentEvent<SearchObjectSelector>
 - 
- org.neotropic.kuwaiba.modules.optional.topoman.tools.SearchObjectSelector.NewObjectEvent
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - SearchObjectSelector
 
public class SearchObjectSelector.NewObjectEvent extends com.vaadin.flow.component.ComponentEvent<SearchObjectSelector>
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields inherited from class java.util.EventObject
source 
 - 
 
- 
Constructor Summary
Constructors Constructor Description NewObjectEvent(SearchObjectSelector 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
- 
NewObjectEvent
public NewObjectEvent(SearchObjectSelector source, boolean fromClient, BusinessObjectLight object)
 
 - 
 
- 
Method Detail
- 
getObject
public BusinessObjectLight getObject()
 
 - 
 
 -