gwt-material icon indicating copy to clipboard operation
gwt-material copied to clipboard

Revisit all Core / Addin / Incubator widget that needs to be extended to AbstractValueWidget to support DataBinding

Open kevzlou7979 opened this issue 6 years ago • 1 comments

  • [ ] Identify all core / addin / incubator widgets to be primarily extended to AbstractValueWidget<?> to be able to support DataBindings on Errai.
  • [ ] Added test cases for the DataBinding support if feasible.

kevzlou7979 avatar Feb 21 '18 08:02 kevzlou7979

Not all cases will require AbstractValueWidget to be extended, it may be that they just need to support HasValue. But where possible utilizing AbstractValueWidget will be a good thing to do.

BenDol avatar Feb 21 '18 19:02 BenDol