Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>

This commit is contained in:
asharani-murugesh
2016-02-11 12:06:44 +01:00
parent 5cb1952c80
commit fbc16a4274

View File

@@ -71,12 +71,14 @@ public class TargetFilterCountMessageLabel extends Label {
@EventBusListenerMethod(scope = EventScope.SESSION) @EventBusListenerMethod(scope = EventScope.SESSION)
void onEvent(final CustomFilterUIEvent custFUIEvent) { void onEvent(final CustomFilterUIEvent custFUIEvent) {
if (custFUIEvent == CustomFilterUIEvent.FILTER_TARGET_BY_QUERY if (custFUIEvent == CustomFilterUIEvent.TARGET_DETAILS_VIEW
|| custFUIEvent == CustomFilterUIEvent.TARGET_DETAILS_VIEW
|| custFUIEvent == CustomFilterUIEvent.CREATE_NEW_FILTER_CLICK || custFUIEvent == CustomFilterUIEvent.CREATE_NEW_FILTER_CLICK
|| custFUIEvent == CustomFilterUIEvent.EXIT_CREATE_OR_UPDATE_FILTRER_VIEW) { || custFUIEvent == CustomFilterUIEvent.EXIT_CREATE_OR_UPDATE_FILTRER_VIEW) {
displayTargetFilterMessage(); displayTargetFilterMessage();
} }
else if (custFUIEvent == CustomFilterUIEvent.FILTER_TARGET_BY_QUERY){
this.getUI().access(() -> displayTargetFilterMessage());
}
} }
private void applyStyle() { private void applyStyle() {