Uses of Enum Class
com.vaadin.copilot.UIServiceCreator.DataStorage
Packages that use UIServiceCreator.DataStorage
-
Uses of UIServiceCreator.DataStorage in com.vaadin.copilot
Methods in com.vaadin.copilot that return UIServiceCreator.DataStorageModifier and TypeMethodDescriptionUIServiceCreator.ServiceAndBeanInfo.dataStorage()Returns the value of thedataStoragerecord component.static UIServiceCreator.DataStorageReturns the enum constant of this class with the specified name.static UIServiceCreator.DataStorage[]UIServiceCreator.DataStorage.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vaadin.copilot with parameters of type UIServiceCreator.DataStorageModifierConstructorDescriptionServiceAndBeanInfo(UIServiceCreator.BeanInfo beanInfo, UIServiceCreator.DataStorage dataStorage, boolean browserCallable, List<Map<String, Object>> exampleData, String servicePackageName, String repositoryPackageName) Creates an instance of aServiceAndBeanInforecord class.