Bug 329077 - Callbacks needed for edit and delete actions in a table
Summary: Callbacks needed for edit and delete actions in a table
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Sapphire (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-29 13:47 EDT by Konstantin Komissarchik CLA
Modified: 2021-11-19 09:22 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Komissarchik CLA 2010-10-29 13:47:17 EDT
When list properties are presented as a table, there are scenarios where it
is useful to perform additional operations after certain actions happen. Some
of this can be hooked up at the model-level, but if user interaction is
required (like showing a prompt), this needs to be setup in the UI. We need a
way of attaching event callbacks to list property editors.