Skip to content

Deprecated APIs that have been removed on v2.0

Ben Dol edited this page Sep 28, 2018 · 1 revision

BaseCheckBox

  • setChecked(boolean checked).
  • replaceInputElement(Element elem)

Reason we can now call setValue(boolean value)

ComplexWidget

Reason: We have the MaterialWidget as replacement

Cell Widgets

  • MaterialButtonCell
  • MaterialCheckBoxCell
  • MaterialImageCell

Reason: We have the MaterialDataTable project to build this components

ViewPortHelper

Reason: We have the ViewPort as replacement of this API

MaterialLoader

  • showLoading(boolean)
  • showProgress(boolean)

Reason: We refactor it to loading(boolean) & progress(boolean) for standard naming convention

MaterialAnimator

Reason: We created new concrete class MaterialAnimation and it's method (Avoid static method).