Review request for RT-19228
Greg Brown
greg.x.brown at oracle.com
Fri Mar 30 08:02:57 PDT 2012
Since no one has commented on this, I will assume that there are no concerns and will mark this issue as fixed.
On Mar 28, 2012, at 6:38 PM, Greg Brown wrote:
> 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