Package org.onosproject.ui.topo
Class DeviceHighlight
- java.lang.Object
 - 
- org.onosproject.ui.topo.AbstractHighlight
 - 
- org.onosproject.ui.topo.NodeHighlight
 - 
- org.onosproject.ui.topo.DeviceHighlight
 
 
 
 
- 
public class DeviceHighlight extends NodeHighlight
Denotes the highlighting to be applied to a device. 
- 
- 
Constructor Summary
Constructors Constructor Description DeviceHighlight(String deviceId)Constructs a device highlight entity. 
- 
Method Summary
- 
Methods inherited from class org.onosproject.ui.topo.NodeHighlight
badge, setBadge 
- 
Methods inherited from class org.onosproject.ui.topo.AbstractHighlight
elementId, keepSubdued, subdued, type 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
DeviceHighlight
public DeviceHighlight(String deviceId)
Constructs a device highlight entity.- Parameters:
 deviceId- the device identifier
 
 - 
 
 -