Class ControlService

java.lang.Object
cn.vertxup.ui.service.ControlService
All Implemented Interfaces:
ControlStub

public class ControlService extends Object implements ControlStub
  • Constructor Details

    • ControlService

      public ControlService()
  • Method Details

    • fetchControls

      public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchControls(String pageId)
      Specified by:
      fetchControls in interface ControlStub
    • fetchById

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchById(String control)
      Specified by:
      fetchById in interface ControlStub
    • fetchControl

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchControl(ControlType controlType, io.vertx.core.json.JsonObject params)
      Specified by:
      fetchControl in interface ControlStub