List of usage examples for com.google.gwt.user.cellview.client CellList subclass-usage
From source file gwtquery.plugins.droppable.client.gwt.DragAndDropCellList.java
/**
* {@link com.google.gwt.user.cellview.client.CellList} implementation allowing dragging or dropping of the cells
*
* @author Julien Dramaix (julien.dramaix@gmail.com)
*
* @param <T> the data type of list items
From source file org.bonitasoft.console.client.mvp.Repeater.java
/** * @author Vincent Elcrin */ public class Repeater<T> extends CellList<T> { @UiConstructor
From source file org.drools.guvnor.client.widgets.drools.wizards.assets.decisiontable.MinimumWidthCellList.java
/** * A CellList that can maintain a minimum width */ public class MinimumWidthCellList<T> extends CellList<T> { private WidthCalculator<T> sizer;
From source file org.drools.workbench.screens.guided.dtable.client.wizard.pages.MinimumWidthCellList.java
/** * A CellList that can maintain a minimum width */ public class MinimumWidthCellList<T> extends CellList<T> { private WidthCalculator<T> sizer;
From source file org.drools.workbench.screens.guided.dtable.client.wizard.table.pages.MinimumWidthCellList.java
/** * A CellList that can maintain a minimum width */ public class MinimumWidthCellList<T> extends CellList<T> { private WidthCalculator<T> sizer;
From source file org.jboss.ballroom.client.widgets.tables.MenuList.java
/** * @author Heiko Braun * @date 4/27/11 */ public class MenuList extends CellList implements PopupCell.PopupCellDelegate {
From source file org.kie.guvnor.guided.dtable.client.wizard.pages.MinimumWidthCellList.java
/** * A CellList that can maintain a minimum width */ public class MinimumWidthCellList<T> extends CellList<T> { private WidthCalculator<T> sizer;
From source file stroom.cell.list.client.CustomCellList.java
public class CustomCellList<T> extends CellList<T> { /** * A ClientBundle that provides images for this widget. */ public interface Resources extends CellList.Resources { /**