Vaadin 多个日期选择器
我对 vaadin 很陌生,我正在尝试创建一个日期选择器,用户可以在其中选择多天,每个选定的日期都以突出显示颜色呈现,很像涂鸦中的日期选择器。
我开始使用 InlineDateField,但没有取得任何进展。 可以使用标准 vaadin 组件来完成吗? 授权的、非免费的 vaadin 组件不是一个选择,因为该解决方案适用于 0 预算的非商业项目。
I'm really new to vaadin and am trying to create a date picker in which a user can select multiple days, with each selected date rendered in a highlight color, much like the date picker from doodle.
I started out using the InlineDateField, but am not getting anywhere.
Can it be done with standard vaadin components?
Licensed, non-free vaadin components are not an option, because this solution is for a non-commercial project with 0 budget.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
那么如何采用 datefield 的当前实现并进行自己的实现呢?那么你扩展这个类并更改 JavaScript 吗?您可以将更改的功能注入 JavaScript...并处理扩展数据字段类中的更改。
And what about to take current implementation of datefield and make your own implementation? So you extend this class and change the JavaScript? You can inject your JavaScript with changed functionality... and handle the changes in your extended datafield class.