Class ChosenEdge
- java.lang.Object
-
- com.hybris.cockpitng.components.visjs.network.data.ChosenEdge
-
- All Implemented Interfaces:
java.io.Serializable
public class ChosenEdge extends java.lang.Object implements java.io.SerializableIndicates whether selecting or hovering on an edge should change the edge and/or it's label. If the option is not provided, no change will be applied.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChosenEdge.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protectedChosenEdge(java.lang.String edge, java.lang.String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEdge()java.lang.StringgetLabel()
-