Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user