All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bklab.flow.base.BlurNotifierFactory Maven / Gradle / Ivy

package org.bklab.flow.base;

import com.vaadin.flow.component.BlurNotifier;
import com.vaadin.flow.component.Component;
import com.vaadin.flow.component.ComponentEventListener;
import org.bklab.flow.IFlowFactory;

@SuppressWarnings("unchecked")
public interface BlurNotifierFactory, E extends BlurNotifierFactory> extends IFlowFactory {

    default E blurListener(ComponentEventListener> listener) {
        get().addBlurListener(listener);
        return (E) this;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy