Review request for RT-19228
Greg Brown
greg.x.brown at oracle.com
Wed Mar 28 15:38:06 PDT 2012
I have not received any comments on this. Does anyone have any questions or suggestions?
On Mar 20, 2012, at 12:52 PM, Greg Brown wrote:
> http://javafx-jira.kenai.com/browse/RT-19228
>
> This change adds support for an "fx:constant" attribute that will resolve to the value of a constant (static final variable) defined by the associated element's type. For example:
>
> <TableView>
> <columnResizePolicy><TableView fx:constant="CONSTRAINED_RESIZE_POLICY"/></columnResizePolicy>
> </TableView>
>
> It parallels the fx:value and fx:factory attributes, which are used to invoke a static valueOf() method and an a static factory method on the target type, respectively.
>
> Greg
>
More information about the openjfx-dev
mailing list