Uses of Class
io.vertx.tp.ui.cv.em.ControlType
-
Packages that use ControlType Package Description cn.vertxup.ui.service io.vertx.tp.ui.cv.em -
-
Uses of ControlType in cn.vertxup.ui.service
Methods in cn.vertxup.ui.service with parameters of type ControlType Modifier and Type Method Description io.vertx.core.Future<io.vertx.core.json.JsonObject>ControlService. fetchControl(ControlType controlType, io.vertx.core.json.JsonObject params)io.vertx.core.Future<io.vertx.core.json.JsonObject>ControlStub. fetchControl(ControlType controlType, io.vertx.core.json.JsonObject params) -
Uses of ControlType in io.vertx.tp.ui.cv.em
Methods in io.vertx.tp.ui.cv.em that return ControlType Modifier and Type Method Description static ControlTypeControlType. valueOf(String name)Returns the enum constant of this type with the specified name.static ControlType[]ControlType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-