Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-4582

Simplify BindUtils.postNotifyChange API

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Done
    • Icon: Normal Normal
    • 9.5.0
    • 9.0.1.2
    • Databind 2
    • Security Level: Jimmy

      Current State

      In most cases the first 2 parameters of BindUtils.postNotifyChange is called like this

      BindUtils.postNotifyChange(null, null, this, "property");
      BindUtils.postNotifyChange(null, null, this, "property1", "property2", ...);
      

      Expected Result

      Provide overloaded versions, for the most common usage (omitting the queue name and scope):

      BindUtils.postNotifyChange(this, "property");
      BindUtils.postNotifyChange(this, "property1", "property2", ...);
      

            Leon03 Leon03
            cor3000 cor3000
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - 1 hour
                1h
                Remaining:
                Remaining Estimate - 1 hour
                1h
                Logged:
                Time Spent - Not Specified
                Not Specified