Uses of Class
com.hybris.cockpitng.components.visjs.network.data.Network
-
Packages that use Network Package Description com.hybris.backoffice.widgets.networkchart.handler com.hybris.cockpitng.components.visjs.network com.hybris.cockpitng.components.visjs.network.data -
-
Uses of Network in com.hybris.backoffice.widgets.networkchart.handler
Methods in com.hybris.backoffice.widgets.networkchart.handler that return Network Modifier and Type Method Description NetworkNetworkPopulator. populate(NetworkChartContext context)Prepares initial set of nodes and edges. -
Uses of Network in com.hybris.cockpitng.components.visjs.network
Methods in com.hybris.cockpitng.components.visjs.network that return Network Modifier and Type Method Description NetworkNetworkChart. getNetwork()Methods in com.hybris.cockpitng.components.visjs.network with parameters of type Network Modifier and Type Method Description voidNetworkChart. setNetwork(Network network)Sets initial network. -
Uses of Network in com.hybris.cockpitng.components.visjs.network.data
Fields in com.hybris.cockpitng.components.visjs.network.data declared as Network Modifier and Type Field Description static NetworkNetwork. EMPTY
-