Class SelectionColumn<T>
- java.lang.Object
-
- com.google.gwt.user.cellview.client.Column<T,Boolean>
-
- org.uberfire.ext.widgets.common.client.tables.SelectionColumn<T>
-
- All Implemented Interfaces:
com.google.gwt.cell.client.HasCell<T,Boolean>,com.google.gwt.user.client.ui.HasAlignment,com.google.gwt.user.client.ui.HasHorizontalAlignment,com.google.gwt.user.client.ui.HasVerticalAlignment
public class SelectionColumn<T> extends com.google.gwt.user.cellview.client.Column<T,Boolean>
-
-
Constructor Summary
Constructors Constructor Description SelectionColumn(org.gwtbootstrap3.client.ui.gwt.DataGrid<T> dataGrid)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> SelectionColumn<T>createAndAddSelectionColumn(org.gwtbootstrap3.client.ui.gwt.DataGrid<T> dataGrid)BooleangetValue(T object)-
Methods inherited from class com.google.gwt.user.cellview.client.Column
getCell, getCellStyleNames, getDataStoreName, getFieldUpdater, getHorizontalAlignment, getVerticalAlignment, isDefaultSortAscending, isSortable, onBrowserEvent, render, setCellStyleNames, setDataStoreName, setDefaultSortAscending, setFieldUpdater, setHorizontalAlignment, setSortable, setVerticalAlignment
-
-
-
-
Constructor Detail
-
SelectionColumn
public SelectionColumn(org.gwtbootstrap3.client.ui.gwt.DataGrid<T> dataGrid)
-
-
Method Detail
-
createAndAddSelectionColumn
public static <T> SelectionColumn<T> createAndAddSelectionColumn(org.gwtbootstrap3.client.ui.gwt.DataGrid<T> dataGrid)
-
-