You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is Issue 8 moved from a Google Code project.
Added by 2009-11-21T00:05:39.000Z by andrew.pietsch.
Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Enhancement, Priority-Low
Original description
Improve watermark bindings to support a wider range of components.
Should automatically support:
* HasText & HasAllFocusHandlers
* TextBoxBase
* HasWatermark
Would be nice to support HasValue<String> but can't check this at runtime
without trying the match explicit sub types. Might be better to support
via HasWatermark interface.
May need to separate between HasWatermark components that manage when and
how the watermark is displayed and those that don't. Could possibly use
HasWatermarkText and HasWatermark although this still feels a bit wrong.
In reality most people would like the binding to do all the work so would
like a HasWatermark style hook that is trivial to implement.
The text was updated successfully, but these errors were encountered:
This is Issue 8 moved from a Google Code project.
Added by 2009-11-21T00:05:39.000Z by andrew.pietsch.
Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Enhancement, Priority-Low
Original description
The text was updated successfully, but these errors were encountered: