Ticket #1035 (new Task)

Opened 8 months ago

Last modified 8 months ago

Physical table: make the top right as-you-type filter easily clearable

Reported by: anonymous Assigned to:
Priority: 1, lowest Milestone: To Be Decided by Jajuk Team
Component: (Jajuk Members) Any (Default Component) Version: 1.5.3
Keywords: Cc:

Description

Tab Physical, physical table you got a quick-search as-you-type filter on the top right. Now it's annoying to type in something new if something is already entered. You can do several improvements on that to make it handy: - Basic: focus gained listener that does a textField.selectAll() - Medium: use a "gray foreground text when empty" that shows "Search...". If I recall correctly, JTextField supports that. Don't use .setForeground() to do that, but the featureon JTextField. - All the way: Use SwingX's (or is it jide-common-layer, which is also open sourced?) textfield made for such fields. When empty it shows a zoom glass on the right; when text entered it shows an X which when clicked on deletes the text; when selected it selects the entire text; when empty it can also show "Search..." in gray foreground text.

Jajuk's great btw :)

Attachments

Change History

04/12/08 23:40:15 changed by bflorat

  • type changed from Feature to Task.

Thanks for the suggestion, may be done in future release. Note that current version offer a similar feature: click on the magnifier just prior to the textfield, it clears the text but it's true, this behavior needs to be enhanced.


Add/Change #1035 (Physical table: make the top right as-you-type filter easily clearable)