Example usage for com.vaadin.v7.ui Grid subclass-usage

List of usage examples for com.vaadin.v7.ui Grid subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.v7.ui Grid subclass-usage.

Usage

From source file com.haulmont.cuba.web.widgets.CubaGrid.java

public class CubaGrid extends Grid implements Action.ShortcutNotifier {

    protected CubaGridEditorFieldFactory editorFieldFactory;

    protected Collection<Field<?>> editorFields = new ArrayList<>();

From source file com.haulmont.cuba.web.widgets.renderers.componentrenderer.grid.ComponentGrid.java

/**
 * A typed version of the grid using a {@link BeanItemContainer} to store
 * the typed grid data and a {@link GeneratedPropertyContainer} to provide
 * generated component-columns.
 *
 * Also offers some convenience methods for this use-case (typed, use of components).

From source file de.symeda.sormas.ui.configuration.outbreak.OutbreakOverviewGrid.java

@SuppressWarnings("serial")
public class OutbreakOverviewGrid extends Grid implements ItemClickListener {

    private static final String REGION = Captions.region;

    private UserDto user;

From source file de.symeda.sormas.ui.dashboard.DiseaseBurdenGrid.java

@SuppressWarnings("serial")
public class DiseaseBurdenGrid extends Grid {

    private static final String VIEW_DETAILS_BTN_ID = "viewDetails";

    public DiseaseBurdenGrid() {

From source file de.symeda.sormas.ui.dashboard.map.CasePopupGrid.java

@SuppressWarnings("serial")
public class CasePopupGrid extends Grid {

    public static final String DISEASE_SHORT = Captions.columnDiseaseShort;
    public static final String FIRST_NAME = PersonDto.FIRST_NAME;
    public static final String LAST_NAME = PersonDto.LAST_NAME;

From source file de.symeda.sormas.ui.person.PersonGrid.java

@SuppressWarnings("serial")
public class PersonGrid extends Grid {

    public static final String CASE_LOC = "caseLoc";

    private final List<PersonNameDto> persons;

From source file de.symeda.sormas.ui.reports.WeeklyReportInformantsGrid.java

@SuppressWarnings("serial")
public class WeeklyReportInformantsGrid extends Grid {

    private final UserReferenceDto officerRef;
    private final EpiWeek epiWeek;

From source file de.symeda.sormas.ui.reports.WeeklyReportOfficersGrid.java

@SuppressWarnings("serial")
public class WeeklyReportOfficersGrid extends Grid implements ItemClickListener {

    private static final String VIEW_DETAILS_BTN_ID = "viewDetails";

    @SuppressWarnings("unused")

From source file de.symeda.sormas.ui.reports.WeeklyReportRegionsGrid.java

@SuppressWarnings("serial")
public class WeeklyReportRegionsGrid extends Grid implements ItemClickListener {

    private static final String VIEW_DETAILS_BTN_ID = "viewDetails";

    private int week;

From source file de.symeda.sormas.ui.statistics.StatisticsCaseGrid.java

@SuppressWarnings("serial")
public class StatisticsCaseGrid extends Grid {

    private static final String ROW_CAPTION_COLUMN = "RowCaptionColumn";
    private static final String CASE_COUNT_COLUMN = "CaseCountColumn";
    private static final String UNKNOWN_COLUMN = "UnknownColumn";