List of usage examples for com.google.gwt.user.cellview.client CellList.Resources interface-usage
From source file cimav.client.view.catalogos.empleados.ICellListResources.java
/** * * @author juan.calderon */ public interface ICellListResources extends CellList.Resources {
From source file com.gwtplatform.carstore.client.resources.MobileDataListStyle.java
public interface MobileDataListStyle extends CellList.Resources { @Source({ CellList.Style.DEFAULT_CSS, "mobileDataListStyle.css" }) ListStyle cellListStyle(); interface ListStyle extends CellList.Style { String removeButton();
From source file com.gwtplatform.carstore.client.resources.MobileNavigationListStyle.java
public interface MobileNavigationListStyle extends CellList.Resources { @Source({ CellList.Style.DEFAULT_CSS, "mobileNavigationListStyle.css" }) ListStyle cellListStyle(); interface ListStyle extends CellList.Style { }
From source file com.gwtplatform.carstore.client.resources.NavigationListStyle.java
public interface NavigationListStyle extends CellList.Resources { @Source({ CellList.Style.DEFAULT_CSS, "navigationListStyle.css" }) ListStyle cellListStyle(); interface ListStyle extends CellList.Style { }
From source file com.tasktop.c2c.server.common.web.client.view.NoCellListStyle.java
public class NoCellListStyle implements CellList.Style, CellList.Resources { @Override public String cellListEvenItem() { return "ZorkNarf"; }
From source file com.tsa.puridiom.client.msrrequest.Resource.java
/**
* Resources used in this module
*
* @author Jigar Mistry
*
*/
From source file com.tsa.puridiom.client.requision.Resource.java
/**
* Resources used in this module
*
* @author Jigar Mistry
*
*/
From source file org.cimav.client.ui.empleados.ICellListResources.java
/** * * @author juan.calderon */ public interface ICellListResources extends CellList.Resources {
From source file org.drools.guvnor.client.resources.AuditLogCellListResources.java
/** * Resources for the AuditLog CellList */ public interface AuditLogCellListResources extends CellList.Resources { AuditLogCellListResources INSTANCE = GWT.create(AuditLogCellListResources.class);
From source file org.drools.guvnor.client.resources.WizardCellListResources.java
/** * Overriding the default styling for CellLists */ public interface WizardCellListResources extends CellList.Resources { WizardCellListResources INSTANCE = GWT.create(WizardCellListResources.class);