Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » CellEditor validating user input.
CellEditor validating user input. [message #300037] Wed, 01 March 2006 00:24 Go to next message
Eclipse UserFriend
Originally posted by: m_govind.yahoo.com

Hi,

I have a requirement that when user edits (tableviewer in-place editing
via TextCellEditor) a cell I want to validate the user input and if the
input is not valid I shouldn't allow the cell to lose the focus, I mean
user shouldn't able to move out of the cell without correcting the input.

I greatly appreciate your input.

Thanks
Regards
Govind
Re: CellEditor validating user input. [message #300095 is a reply to message #300037] Thu, 02 March 2006 00:14 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: m_govind.yahoo.com

Could any body provide any hint on this?
Re: CellEditor validating user input. [message #524838 is a reply to message #300095] Fri, 02 April 2010 20:29 Go to previous messageGo to next message
Seema  is currently offline Seema Friend
Messages: 14
Registered: December 2009
Junior Member
Did you find an answer to this ? I am having the same problem and need help.
Re: CellEditor validating user input. [message #524874 is a reply to message #524838] Sat, 03 April 2010 09:04 Go to previous message
Eric Wuillai is currently offline Eric WuillaiFriend
Messages: 27
Registered: July 2009
Junior Member
I don't know if this will respond to your need, but I recently added a
CellEditor implementation to Nebula FormattedText allowing to use it in
TableViewer / TreeViewer.
The FormattedTextCellEditor allows to use formatters (date, number,
mask...) to control user input. It is for example impossible to enter an
invalid date or number.
However this is not business rules based validation but only format
validation.

> Did you find an answer to this ? I am having the same problem and need
> help.
Previous Topic:Varaibles View not refreshing (Customer Debugger implementation)
Next Topic:How to find/load RCP/Plug-in features
Goto Forum:
  


Current Time: Wed Apr 24 18:59:41 GMT 2024

Powered by FUDForum. Page generated in 0.03220 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top