remove EventBus from AbstractTableLayout
Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com>
This commit is contained in:
@@ -10,7 +10,6 @@ package org.eclipse.hawkbit.ui.common.table;
|
|||||||
|
|
||||||
import org.eclipse.hawkbit.ui.common.detailslayout.AbstractTableDetailsLayout;
|
import org.eclipse.hawkbit.ui.common.detailslayout.AbstractTableDetailsLayout;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import org.vaadin.spring.events.EventBus;
|
|
||||||
|
|
||||||
import com.vaadin.event.Action;
|
import com.vaadin.event.Action;
|
||||||
import com.vaadin.event.Action.Handler;
|
import com.vaadin.event.Action.Handler;
|
||||||
@@ -33,9 +32,6 @@ public abstract class AbstractTableLayout extends VerticalLayout {
|
|||||||
protected static final ShortcutAction ACTION_CTRL_A = new ShortcutAction("Select All", ShortcutAction.KeyCode.A,
|
protected static final ShortcutAction ACTION_CTRL_A = new ShortcutAction("Select All", ShortcutAction.KeyCode.A,
|
||||||
new int[] { ShortcutAction.ModifierKey.CTRL });
|
new int[] { ShortcutAction.ModifierKey.CTRL });
|
||||||
|
|
||||||
@Autowired
|
|
||||||
private transient EventBus.SessionEventBus eventBus;
|
|
||||||
|
|
||||||
private AbstractTableHeader tableHeader;
|
private AbstractTableHeader tableHeader;
|
||||||
|
|
||||||
private AbstractTable table;
|
private AbstractTable table;
|
||||||
@@ -128,8 +124,4 @@ public abstract class AbstractTableLayout extends VerticalLayout {
|
|||||||
tableHeader.setFilterButtonsIconVisible(visible);
|
tableHeader.setFilterButtonsIconVisible(visible);
|
||||||
}
|
}
|
||||||
|
|
||||||
public EventBus.SessionEventBus getEventBus() {
|
|
||||||
return eventBus;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user