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

org.bklab.flow.factory.ComponentFactory Maven / Gradle / Ivy

There is a newer version: 22.0.1
Show newest version
package org.bklab.flow.factory;

import com.vaadin.flow.component.Component;
import org.bklab.flow.FlowFactory;

public class ComponentFactory extends FlowFactory> {
    public ComponentFactory(C component) {
        super(component);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy