List of usage examples for com.google.gwt.user.cellview.client CellTable.Style interface-usage
From source file org.jboss.ballroom.client.widgets.tables.DefaultCellTableStyle.java
public class DefaultCellTableStyle implements CellTable.Style { public String cellTableCell() { return "cellTableCell"; }
From source file org.opencms.gwt.client.ui.css.I_CmsCellTableCss.java
/** * CSS bundle for GWT cell tables used from ADE.<p> */ public interface I_CmsCellTableCss extends CellTable.Style { /**
From source file org.openremote.app.client.style.FormTableStyle.java
/** * Adapter for cell table styling. */ public class FormTableStyle implements CellTable.Style { final protected StyleClientBundle styleClientBundle;
From source file org.openremote.manager.client.style.FormTableStyle.java
/** * Adapter for cell table styling. */ public class FormTableStyle implements CellTable.Style { final protected StyleClientBundle styleClientBundle;
From source file org.rstudio.core.client.theme.RStudioCellTableStyle.java
public interface RStudioCellTableStyle extends CellTable.Style { String RSTUDIO_DEFAULT_CSS = "org/rstudio/core/client/theme/RStudioCellTableStyle.css"; }