Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Editable Column(starting the edition of a cell from the client model)
icon5.gif  Editable Column [message #695591] Tue, 12 July 2011 05:01 Go to next message
Jeremie Bresson is currently offline Jeremie BressonFriend
Messages: 124
Registered: November 2010
Senior Member
I have a Table with a StringColumn (eg NameColumn)

I am looking for a way to start the edition of a Cell directly from the Client Model... I would have expected something like:
getTable().getNameColumn().startEdit(row)


My context is:
In this table, I want to provide a way to add a row with a context menu. When I add the row, I would like to focus the Cell of this new row in the NameColumn.

.
Re: Editable Column [message #716206 is a reply to message #695591] Tue, 16 August 2011 16:38 Go to previous messageGo to next message
Jeremie Bresson is currently offline Jeremie BressonFriend
Messages: 124
Registered: November 2010
Senior Member
Maybe a picture is worth a thousand words.
index.php/fa/3670/0/

What I want is to jump from step 1] to step 3] without user interaction.

The code in execAction in the menu:
        @Order(10.0)
        public class AddMenu extends AbstractMenu {

         // (...)

          @Override
          protected void execAction() throws ProcessingException {
            ITableRow newRow = createRow();
            addRow(newRow);
            //TODO: start edition of this row in the ChoiceText Column
          }
        }


Is it a feature request ?

Thanks.
Re: Editable Column [message #726687 is a reply to message #716206] Mon, 19 September 2011 09:32 Go to previous message
Claudio Guglielmo is currently offline Claudio GuglielmoFriend
Messages: 256
Registered: March 2010
Senior Member
Yes, this is a feature request and has been submitted today with Bugzilla 358059.

Previous Topic:Pixel size of GUI Element
Next Topic:Multi-Module Applications
Goto Forum:
  


Current Time: Thu Apr 25 12:57:17 GMT 2024

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

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

Back to the top