History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
UBA-7633
Type:
Improvement
Status:
Closed
Resolution:
Fixed
Priority:
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:
[
Permalink
|
« Hide
]
Daniel Grob
added a comment -
11/Dec/08 11:45 AM
Same for ULCTree and ULCTableTree.
[
Show »
]
Daniel Grob
added a comment -
11/Dec/08 11:45 AM
Same for ULCTree and ULCTableTree.
[
Permalink
|
« Hide
]
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 :
public boolean editCellAt(int row, int column)
public void startEditingAtPath(TreePath path,int column)
[
Show »
]
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 :
public boolean editCellAt(int row, int column)
public void startEditingAtPath(TreePath path,int column)