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

Jonathan Giles jonathan.giles at oracle.com
Tue Apr 17 16:20:03 PDT 2012


+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