Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Show proposal form on SmartColumn in table
Show proposal form on SmartColumn in table [message #1118396] Fri, 27 September 2013 11:12 Go to next message
Jan Put is currently offline Jan PutFriend
Messages: 8
Registered: August 2013
Junior Member
Hi,

I'm trying to open the proposal form on an editable AbstractSmartColumn<Long> after adding an empty row to a table. Is this possible or not?

I put following code in the execAction of a menu I created on the table but the proposalform is not showing:
ITableRow row = getBeneficiaryField().getTable().createRow();
getTable().addRow(row, true);
AbstractSmartField<Long> field = (AbstractSmartField<Long>) getTable().getNameColumn().execPrepareEdit(row);
field.getUIFacade().openProposalFromUI(null, false);
field.getProposalForm().activate();


Is there another way? Maybe to start the edit on the SmartColumn for the current row?
Re: Show proposal form on SmartColumn in table [message #1118582 is a reply to message #1118396] Fri, 27 September 2013 14:56 Go to previous message
Jeremie Bresson is currently offline Jeremie BressonFriend
Messages: 1252
Registered: October 2011
Senior Member
This is something I have discussed a long time ago...

> Editable Column (starting the edition of a cell from the client model)

Not sure what has happened with this request. Maybe we need to have a new look at it.

[Updated on: Fri, 27 September 2013 14:57]

Report message to a moderator

Previous Topic:Problem deploying to live tomcat
Next Topic:Problem with passing primary key to modify form
Goto Forum:
  


Current Time: Thu Mar 28 16:44:39 GMT 2024

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

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

Back to the top