Class TreeLayout.ExpandEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.flow.component.ComponentEvent<TreeLayoutNode>
-
- com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayout.ExpandEvent
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TreeLayout
public class TreeLayout.ExpandEvent extends com.vaadin.flow.component.ComponentEvent<TreeLayoutNode>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ExpandEvent(TreeLayoutNode 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
-
ExpandEvent
public ExpandEvent(TreeLayoutNode source, boolean fromClient)
-
-