Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.1
-
Fix Version/s: 0.2
-
Labels:None
-
Number of attachments :
Description
If I have a tableView in a vbox, then I should be able to add a vgrow constraint that will be processed by GroovyFX's layout constraint processing code. However, this code leads to an exception:
vbox {
tableView(vgrow: 'always') {
}
...
}
Caused by: groovy.lang.MissingPropertyException: No such property: vgrow for class: javafx.scene.control.TableView
at groovyx.javafx.factory.AbstractGroovyFXFactory.onHandleNodeAttributes(AbstractGroovyFXFactory.groovy:31)
at groovyx.javafx.factory.TableFactory.super$3$onHandleNodeAttributes(TableFactory.groovy)
at groovyx.javafx.factory.TableFactory.onHandleNodeAttributes(TableFactory.groovy:303)