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

com.github.yiuman.citrus.support.widget.DatePicker Maven / Gradle / Ivy

There is a newer version: 0.15.0
Show newest version
package com.github.yiuman.citrus.support.widget;

/**
 * 日期选择
 *
 * @author yiuman
 * @date 2020/10/21
 */
public class DatePicker extends Inputs {

    public DatePicker() {
    }

    public DatePicker(String text, String key) {
        super(text, key);
    }

    @Override
    public String getWidgetName() {
        return "date-picker";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy