org.bklab.flow.components.html.TelephoneNumberLabel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fluent-vaadin-flow Show documentation
Show all versions of fluent-vaadin-flow Show documentation
Broderick Labs for fluent vaadin flow. Inherits common Vaadin components.
/*
* Class: org.bklab.flow.component.TelephoneNumberLabel
* Modify date: 2020/3/20 上午10:14
* Copyright (c) 2008 - 2020. - Broderick Labs.
*/
package org.bklab.flow.components.html;
import com.vaadin.flow.component.Html;
public class TelephoneNumberLabel extends Html {
public TelephoneNumberLabel(String telephoneNumber) {
super(String.format("%s", telephoneNumber, telephoneNumber));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy