List of usage examples for com.google.gwt.user.cellview.client CellTable subclass-usage
From source file org.eclipse.che.ide.ext.datasource.client.sqllauncher.ResultCellTable.java
/** * {@link CellTable} for SQL request results display. * * @author "Mickal Leduque" */ public class ResultCellTable extends CellTable<List<String>> {
From source file org.fourthline.konto.client.currency.view.CurrencyPairCellTable.java
/** * @author Christian Bauer */ public class CurrencyPairCellTable extends CellTable { public interface Style extends CssResource {
From source file org.fourthline.konto.client.currency.view.MonetaryUnitCellTable.java
/** * @author Christian Bauer */ public class MonetaryUnitCellTable extends CellTable<MonetaryUnit> { public interface Style extends CssResource {
From source file org.fourthline.konto.client.ledger.view.LedgerLineTable.java
/** * @author Christian Bauer */ public class LedgerLineTable extends CellTable<LedgerLine> { public static interface Style {
From source file org.gwtbootstrap3.client.ui.CellTable.java
/** * @author Joshua Godi */ public class CellTable<T> extends com.google.gwt.user.cellview.client.CellTable<T> implements HasResponsiveness { private static final int DEFAULT_PAGESIZE = 15; private static Resources DEFAULT_RESOURCES;
From source file org.gwtbootstrap3.client.ui.gwt.CellTable.java
/** * @author Joshua Godi */ public class CellTable<T> extends com.google.gwt.user.cellview.client.CellTable<T> implements HasResponsiveness { private static final int DEFAULT_PAGESIZE = 15; private static Resources DEFAULT_RESOURCES;
From source file org.hudsonci.gwt.common.MaximizedCellTable.java
/**
* A {@link CellTable} with a default width of 100%.
*
* @author Jamie Whitehouse
* @since 2.1.0
*/
From source file org.idwebmail.client.grids.DataGrid.java
/** * * @author merma158 <jurbano@innodite.com en Innodite, C.A.> */ public class DataGrid extends CellTable {
From source file org.jboss.ballroom.client.widgets.tables.DefaultCellTable.java
/**
* Default cell table (styles).
*
* @author Heiko Braun
* @date 2/22/11
*/
From source file org.opencms.ade.sitemap.client.alias.rewrite.CmsRewriteAliasTable.java
/** * Table class used for editing rewrite aliases.<p> */ public class CmsRewriteAliasTable extends CellTable<CmsRewriteAliasTableRow> { /** The controller class for the alias dialog. */