GroovyFX:使用jfxtras中的calendarTextField

时间:2013-03-29 11:48:34

标签: groovy javafx jfxtras groovyfx

我想像使用textFields一样使用calendarTextField fomr jfxtras。 即我希望能够在gridPane中设置row,column,columnSpan。

我用

注册了calenderTextField
    registerBeanFactory "calendarTextField", CalendarTextField

但我不能使用行属性

groovy.lang.MissingPropertyException: No such property: row for class: jfxtras.labs.scene.control.CalendarTextField

这有点清楚,因为calendarField没有row属性,但我查看了javafx.Textfield:它也没有行属性。

这是如何工作的?为了能够使用calendarTextField的row属性,我该怎么做。

行来自GridConstraints ...但它们与GroovyFX中的文本字段(或TextInputControl)有何关联?

感谢您的帮助!

0 个答案:

没有答案