ArcBees / gwtquery-droppable-plugin

GwtQuery droppable plugin
MIT License
7 stars 11 forks source link

Add DragAndDropCellTree constructors with the same signatures as in the ancestor class #1

Closed pamikola closed 9 years ago

pamikola commented 11 years ago

DragAndDropCellTree extends CellTree class, but does not have the same set of constructors as the CellTree.

For example, constructor with the following signature is missing:

public CellTree(
    TreeViewModel viewModel,
    T rootValue,
    Resources resources,
    CellTreeMessages messages,
    int defaultNodeSize
)

Please add missing constructors to DragAndDropCellTree so it can be instantiated the same way as CellTree

confile commented 10 years ago

+1