List of usage examples for com.vaadin.ui Grid subclass-usage
From source file net.sourceforge.javydreamercsw.validation.manager.web.component.HistoryTable.java
/** * * @author Javier A. Ortiz Bultron javier.ortiz.78@gmail.com */ public final class HistoryTable extends Grid {
From source file net.sourceforge.javydreamercsw.validation.manager.web.component.RequirementListComponent.java
/** * * @author Javier A. Ortiz Bultron javier.ortiz.78@gmail.com */ public final class RequirementListComponent extends Grid {
From source file org.eclipse.hawkbit.ui.common.grid.AbstractGrid.java
/**
* Abstract grid that offers various capabilities (aka support) to offer
* convenient enhancements to the vaadin standard grid.
*
* @param <T>
* The container-type used by the grid
From source file org.gpstouch.account.AccountGrid.java
/** * * @author mihai */ public class AccountGrid extends Grid {
From source file org.gtstouch.events.EventDataGrid.java
/** * * @author mihai */ public class EventDataGrid extends Grid {
From source file org.gtstouch.gts.AccountGrid.java
/** * * @author mihai */ public class AccountGrid extends Grid {
From source file org.jpos.qi.minigl.EntryGrid.java
/** * Created by jr on 8/1/17. */ public class EntryGrid extends Grid<GLEntry> implements HasValue<GLTransaction> { private boolean canEdit; private GLTransaction transaction;
From source file org.tylproject.vaadin.addon.fields.FilterableGrid.java
/** * Extensions to the Grid that supports default filters */ public class FilterableGrid extends Grid { final Map<Object, Field<?>> searchFieldMap = new HashMap<>();
From source file org.vaadin.anna.gridactionrenderer.ActionGrid.java
/**
* Custom Grid for displaying GridActions with action-specific tooltips.
*
* If you want to use GridActions with all Grids and don't care about the
* download functionality, extend {@link ActionGridConnector} to connect to
* {@link com.vaadin.ui.Grid} instead. Note that such solution might cause
From source file org.vaadin.se.unicodegrid.MyGrid.java
/** * Grid extension * * @author Sami Ekblad */ class MyGrid extends Grid {