List of usage examples for com.google.gwt.user.cellview.client CellTable.Resources interface-usage
From source file com.bearsoft.gwt.ui.widgets.grid.ThemedGridResources.java
/** * * @author mg */ public class ThemedGridResources implements CellTable.Resources {
From source file com.databasepreservation.visualization.shared.client.widgets.MyCellTableResources.java
public interface MyCellTableResources extends CellTable.Resources { /** * The styles applied to the table. */ interface TableStyle extends CellTable.Style { }
From source file com.eas.grid.ThemedGridResources.java
/** * * @author mg */ public class ThemedGridResources implements CellTable.Resources {
From source file com.tasktop.c2c.server.common.web.client.view.CellTableResources.java
public interface CellTableResources extends CellTable.Resources { public static class get { public static CellTableResources resources = GWT.create(CellTableResources.class); }
From source file com.toedter.gwt.demo.contacts.client.ui.TableResources.java
public interface TableResources extends CellTable.Resources { /** * The styles applied to the cell tables. */ interface TableStyle extends CellTable.Style {
From source file n3phele.client.resource.NarrativeListCellTableResource.java
public interface NarrativeListCellTableResource extends CellTable.Resources { public interface CellTableStyle extends CellTable.Style { }; @Source({ "NarrativeListCellTable.css" }) CellTableStyle cellTableStyle();
From source file org.dataconservancy.dcs.access.client.resources.TableResources.java
public interface TableResources extends CellTable.Resources { @Source("MyCellTable.css") CellTable.Style cellTableStyle(); }
From source file org.eclipse.che.ide.ext.datasource.client.properties.CellTableResourcesProperties.java
public interface CellTableResourcesProperties extends CellTable.Resources { interface CellTableStyle extends CellTable.Style { } @Source({ "CellTable-properties.css", "org/eclipse/che/ide/api/ui/style.css" })
From source file org.eclipse.che.ide.ext.datasource.client.sqllauncher.CellTableResourcesQueryResults.java
public interface CellTableResourcesQueryResults extends CellTable.Resources { interface CellTableStyle extends CellTable.Style { @ClassName("empty-table") String emptyTableWidget(); }
From source file org.eclipse.che.ide.extension.machine.client.TableResources.java
/** * Class contains references to resources which need to correct displaying of dialog box's table. * * @author Dmitry Shnurenko */ public interface TableResources extends CellTable.Resources {