JSD-8806 VUE日期控件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

24 lines
579 B

/*
* Copyright (C), 2018-2021
* Project: starter
* FileName: ShowDateEditor
* Author: Louis
* Date: 2021/11/25 16:56
*/
package com.fr.plugin.hrjf.editors;
import com.fr.design.mainframe.widget.accessibles.AccessiblePropertyEditor;
import com.fr.plugin.hrjf.accessibles.AccessibleFormulaVueEditor;
/**
* <Function Description><br>
* <ShowDateEditor>
*
* @author fr.open
* @since 1.0.0
*/
public class ShowDateEditor extends AccessiblePropertyEditor {
public ShowDateEditor() {
super(new AccessibleFormulaVueEditor());
}
}