Item interface replacement in vaadin 8

How to replace Iteam interface in vaadin8, and i went through the questions that how to replace getItem(), and getItemProperty() and can you clarify it little bit more.

Hi,

You need to study the docs about the new data model in Vaadin 8. Take a look here: https://vaadin.com/docs/v8/framework/datamodel/datamodel-overview.html

Specifically, you would be interested in “Binding data to Forms” (here: https://vaadin.com/docs/v8/framework/datamodel/datamodel-forms.html ) and “Showing data in a listing” (here: https://vaadin.com/docs/v8/framework/datamodel/datamodel-providers.html )

-Olli