API REVIEW request for RT-17138 Allow promptText on TextArea controls

Richard Bair richard.bair at oracle.com
Wed Apr 18 10:40:57 PDT 2012


OK +1

On Apr 17, 2012, at 4:20 PM, Jonathan Giles wrote:

> +1
> 
> -- Jonathan
> 
> On Wednesday, 18 April 2012 10:45:30 a.m., Leif Samuelsson wrote:
>> JIRA: http://javafx-jira.kenai.com/browse/RT-17138
>> 
>> This tweak will move the following API up from TextField to its
>> superclass
>> TextInputControl, and will therefore also be available on TextArea.
>> 
>> /**
>> * The prompt text to display in the {@code TextInputControl}, or
>> * <tt>null</tt> if no prompt text is displayed.
>> */
>> public final StringProperty promptTextProperty();
>> public final String getPromptText();
>> public final void setPromptText(String value);
>> 



More information about the openjfx-dev mailing list