List of usage examples for com.vaadin.ui Grid.DetailsGenerator interface-usage
From source file de.datenhahn.vaadin.componentrenderer.demo.StaticCustomerDetailsGenerator.java
public class StaticCustomerDetailsGenerator implements Grid.DetailsGenerator { @Override public Component getDetails(Grid.RowReference rowReference) { rowReference.getGrid().scrollTo(rowReference.getItemId()); StaticCustomer customer = (StaticCustomer) rowReference.getItemId();