Issue Details (XML | Word | Printable)

Key: UBA-7633
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Marcel Rüedi
Reporter: Daniel Grob
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ULCBase

Provide ULCTable.editCellAt() API

Created: 10/Dec/08 09:53 AM   Updated: 14/Jan/09 05:49 PM
Component/s: components
Affects Version/s: None
Fix Version/s: UltraLightClient '08 Update 2


 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Daniel Grob added a comment - 11/Dec/08 11:45 AM
Same for ULCTree and ULCTableTree.

Marcel Rüedi added a comment - 25/Dec/08 03:11 PM - edited
There are new methods added:
  • ULCTable : public boolean editCellAt(int row, int column)
  • ULCTree : public void startEditingAtPath(TreePath path)
  • ULCTableTree :
    1. public boolean editCellAt(int row, int column)
    2. public void startEditingAtPath(TreePath path,int column)