You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by Todd Volkert <tv...@gmail.com> on 2009/03/26 16:58:34 UTC

TextInput constructor

TextInput used to have a constructor that took a String, but it
doesn't anymore.  Yet it still has a setText(String) method.  Any
reason to not provide the constructor?

-T

Re: TextInput constructor

Posted by Greg Brown <gk...@mac.com>.
Well, it kinda needs setText(). Otherwise, it wouldn't be very useful.  ;-)

I don't think there's any harm in putting the constructor back.
 
On Thursday, March 26, 2009, at 11:58AM, "Todd Volkert" <tv...@gmail.com> wrote:
>TextInput used to have a constructor that took a String, but it
>doesn't anymore.  Yet it still has a setText(String) method.  Any
>reason to not provide the constructor?
>
>-T
>
>