List of usage examples for com.vaadin.v7.ui Table subclass-usage
From source file com.haulmont.cuba.web.widgets.CubaTable.java
public class CubaTable extends com.vaadin.v7.ui.Table implements TableSortableContainer, CubaEnhancedTable { protected List<Object> editableColumns; /** * Keeps track of the ShortcutListeners added to this component, and manages the painting and handling as well.
From source file org.vaadin.viritin.v7.fields.MTable.java
/**
* A better typed version of the Table component in Vaadin. Expects that users
* are always listing POJOs, which is most often the case in modern Java
* development. Uses ListContainer to bind data due to its superior performance
* compared to BeanItemContainer.
* <p>
From source file org.vaadin.viritinv7.fields.MTable.java
/**
* A better typed version of the Table component in Vaadin. Expects that users
* are always listing POJOs, which is most often the case in modern Java
* development. Uses ListContainer to bind data due to its superior performance
* compared to BeanItemContainer.
* <p>