Uses of Enum Class
io.vertx.tp.ui.cv.em.ControlType
Packages that use ControlType
-
Uses of ControlType in cn.vertxup.ui.service
Methods in cn.vertxup.ui.service with parameters of type ControlTypeModifier and TypeMethodDescriptionio.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 ControlTypeModifier and TypeMethodDescriptionstatic ControlTypeReturns the enum constant of this class with the specified name.static ControlType[]ControlType.values()Returns an array containing the constants of this enum class, in the order they are declared.