|
Change Return Type TimeZone to Result<TimeZone> in method public convertToModel(value String, locale Locale) : Result<TimeZone> in class com.vaadin.ui.declarative.converters.DesignTimeZoneConverter |
From |
To |
|
Change Return Type Object to Result<Object> in method public convertToModel(value String, locale Locale) : Result<Object> in class com.vaadin.ui.declarative.converters.DesignObjectConverter |
From |
To |
|
Change Return Type Enum to Result<T> in method public convertToModel(value String, locale Locale) : Result<T> in class com.vaadin.ui.declarative.converters.DesignEnumConverter |
From |
To |
|
Change Return Type Resource to Result<Resource> in method public convertToModel(value String, locale Locale) : Result<Resource> in class com.vaadin.ui.declarative.converters.DesignResourceConverter |
From |
To |
|
Change Return Type Date to Result<Date> in method public convertToModel(value String, locale Locale) : Result<Date> in class com.vaadin.ui.declarative.converters.DesignDateConverter |
From |
To |
|
Change Return Type ShortcutAction to Result<ShortcutAction> in method public convertToModel(value String, locale Locale) : Result<ShortcutAction> in class com.vaadin.ui.declarative.converters.DesignShortcutActionConverter |
From |
To |