Uses of Enum Class
com.vaadin.copilot.ConnectToService.BindingType
Packages that use ConnectToService.BindingType
-
Uses of ConnectToService.BindingType in com.vaadin.copilot
Methods in com.vaadin.copilot that return ConnectToService.BindingTypeModifier and TypeMethodDescriptionstatic ConnectToService.BindingTypeConnectToService.canBindFlowComboBoxToService(SpringBridge.ServiceMethodInfo serviceMethod) Checks if a Flow ComboBox can be bound to the given service method.static ConnectToService.BindingTypeConnectToService.canBindFlowGridToService(SpringBridge.ServiceMethodInfo serviceMethod) Checks if a Flow Grid can be bound to the given service method.static ConnectToService.BindingTypeConnectToService.canBindHillaComboBoxToService(SpringBridge.ServiceMethodInfo serviceMethod) Checks if a Hilla ComboBox can be bound to the given service method.static ConnectToService.BindingTypeConnectToService.canBindHillaGridToService(SpringBridge.ServiceMethodInfo serviceMethod) Checks if a Hilla Grid can be bound to the given service method.static ConnectToService.BindingTypeReturns the enum constant of this class with the specified name.static ConnectToService.BindingType[]ConnectToService.BindingType.values()Returns an array containing the constants of this enum class, in the order they are declared.