in.virit.emit.Emit250ReaderButton Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of emit-reading-api Show documentation
Show all versions of emit-reading-api Show documentation
Java/Vaadin API for Emit sport timing gear gear
The newest version!
package in.virit.emit;
import com.vaadin.flow.component.Composite;
import com.vaadin.flow.component.Tag;
import com.vaadin.flow.component.button.Button;
import com.vaadin.flow.component.dependency.JsModule;
import com.vaadin.flow.component.dependency.NpmPackage;
import com.vaadin.flow.component.notification.Notification;
import com.vaadin.flow.shared.Registration;
import org.vaadin.addons.velocitycomponent.VElement;
import java.util.Arrays;
import java.util.function.Consumer;
@NpmPackage(value = "@mikaello/emit-punch-cards-communication", version = "1.0.1")
@Tag("vaadin-button")
@JsModule("./emit-reading.ts")
public class Emit250ReaderButton extends Composite