Class AbstractSelectionLinkGenerator
- java.lang.Object
-
- org.opennms.features.topology.api.browsers.AbstractSelectionLinkGenerator
-
- All Implemented Interfaces:
com.vaadin.v7.ui.Table.ColumnGenerator
,java.io.Serializable
,EventProxyAware
- Direct Known Subclasses:
ApplicationOutageSelectionLinkGenerator
,ApplicationSelectionLinkGenerator
,BusinessServicesSelectionLinkGenerator
,NodeSelectionLinkGenerator
public abstract class AbstractSelectionLinkGenerator extends java.lang.Object implements com.vaadin.v7.ui.Table.ColumnGenerator, EventProxyAware
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractSelectionLinkGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
fireVertexUpdatedEvent(java.util.Collection<VertexRef> vertexRefs)
protected void
fireVertexUpdatedEvent(VertexRef vertexRef)
EventProxy
getEventProxy()
void
setEventProxy(EventProxy eventProxy)
-
-
-
Method Detail
-
fireVertexUpdatedEvent
protected void fireVertexUpdatedEvent(java.util.Collection<VertexRef> vertexRefs)
-
fireVertexUpdatedEvent
protected void fireVertexUpdatedEvent(VertexRef vertexRef)
-
setEventProxy
public void setEventProxy(EventProxy eventProxy)
- Specified by:
setEventProxy
in interfaceEventProxyAware
-
getEventProxy
public EventProxy getEventProxy()
-
-