Class AbstractDynamicAttributeHandler<VALUE,​MODEL extends AbstractItemModel>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      VALUE get​(MODEL model)
      Holds logic behind getter for dynamic attribute.
      void set​(MODEL model, VALUE value)
      Holds logic behind setter for dynamic attribute.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait