-
[FIXED] Missing: BaseTreeModel.remove(T child)
[FIXED] Missing: BaseTreeModel.remove(T child)
The BaseTreeModel class implements TreeModel<T> and therefore implements this method:
public void remove(TreeModel child)
But shouldn't the method signature be
public void remove(T child)
My IDE gives a warning on my model class claiming that this is wrong, but things compile.... go figure
-
Sencha - GXT Dev Team
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us