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

Add an annotation for client command

    XMLWordPrintable

Details

    • New Feature
    • Resolution: Done
    • Major
    • 8.0.0
    • 8.0.0
    • Databind 2
    • None

    Description

      For example,

      @ToClientCommand({"doEventClicked", "doDayClicked"})
      public class DemoViewModel {
      
          @Command
          public void doEventClicked() {}
      
          @Command
          public void doDayClicked() {}
      }
      

      The both commands will be sent to client side for client binder to use

      Attachments

        Issue Links

          Activity

            People

              jumperchen jumperchen
              jumperchen jumperchen
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 0 minutes
                  0m
                  Remaining:
                  Remaining Estimate - 0 minutes
                  0m
                  Logged:
                  Time Spent - 5 hours, 1 minute
                  5h 1m