Class UiBaseBean

  • All Implemented Interfaces:

    
    public class UiBaseBean
    
                        

    Base bean for DiffUtils-based partial list updates. Subclasses call change when properties are modified so DiffUtils can detect changes via the isChange flag.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public boolean isChange
    • Constructor Summary

      Constructors 
      Constructor Description
      UiBaseBean()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      boolean isChange()
      void setChange(boolean change)
      void change()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UiBaseBean

        UiBaseBean()