开发者

CellList in GWT, can't clear it

开发者 https://www.devze.com 2023-03-14 13:39 出处:网络
I can\'t clear CellList in GWT, i have done some research and found a post where some guy explain that using replaceAllChildren() but there is no method in CellLis开发者_运维技巧t class. I m with GWT

I can't clear CellList in GWT, i have done some research and found a post where some guy explain that using replaceAllChildren() but there is no method in CellLis开发者_运维技巧t class. I m with GWT 2.3 . Actually this method present in class AbstractHasData which is extended from CellList class but unavailable.

Any ideas how can i clear it?

Thanks


Have you tried cellList.setRowCount(0) ?

0

精彩评论

暂无评论...
验证码 换一张
取 消