Class BooleanUiColumn
- java.lang.Object
-
- org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn<T>
-
- org.drools.workbench.screens.guided.dtable.client.widget.table.columns.BaseUiColumn<T>
-
- org.drools.workbench.screens.guided.dtable.client.widget.table.columns.BaseMultipleDOMElementUiColumn<Boolean,org.gwtbootstrap3.client.ui.CheckBox,org.uberfire.ext.wires.core.grids.client.widget.dom.impl.CheckBoxDOMElement,org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.impl.CheckBoxDOMElementFactory>
-
- org.drools.workbench.screens.guided.dtable.client.widget.table.columns.BooleanUiColumn
-
- All Implemented Interfaces:
org.uberfire.ext.wires.core.grids.client.model.GridColumn<Boolean>,org.uberfire.ext.wires.core.grids.client.widget.dom.HasDOMElementResources,org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.HasMultipleDOMElementResources
public class BooleanUiColumn extends BaseMultipleDOMElementUiColumn<Boolean,org.gwtbootstrap3.client.ui.CheckBox,org.uberfire.ext.wires.core.grids.client.widget.dom.impl.CheckBoxDOMElement,org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.impl.CheckBoxDOMElementFactory>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.drools.workbench.screens.guided.dtable.client.widget.table.columns.BaseUiColumn
BaseUiColumn.ColumnResizeListener
-
-
Field Summary
-
Fields inherited from class org.drools.workbench.screens.guided.dtable.client.widget.table.columns.BaseMultipleDOMElementUiColumn
factory
-
-
Constructor Summary
Constructors Constructor Description BooleanUiColumn(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData, double width, boolean isResizable, boolean isVisible, GuidedDecisionTablePresenter.Access access, org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.impl.CheckBoxDOMElementFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidedit(org.uberfire.ext.wires.core.grids.client.model.GridCell<Boolean> cell, org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext context, Consumer<org.uberfire.ext.wires.core.grids.client.model.GridCellValue<Boolean>> callback)-
Methods inherited from class org.drools.workbench.screens.guided.dtable.client.widget.table.columns.BaseMultipleDOMElementUiColumn
destroyResources, freeUnusedResources, initialiseResources
-
Methods inherited from class org.drools.workbench.screens.guided.dtable.client.widget.table.columns.BaseUiColumn
isEditable, setColumnResizeListener, setWidth
-
Methods inherited from class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
equals, getColumnRenderer, getColumnWidthMode, getHeaderMetaData, getIndex, getLink, getMaximumWidth, getMinimumWidth, getPlaceHolder, getWidth, hashCode, isFloatable, isLinked, isMovable, isResizable, isVisible, setColumnWidthMode, setFloatable, setIndex, setLink, setMaximumWidth, setMinimumWidth, setMovable, setPlaceHolder, setResizable, setVisible
-
-
-
-
Constructor Detail
-
BooleanUiColumn
public BooleanUiColumn(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData, double width, boolean isResizable, boolean isVisible, GuidedDecisionTablePresenter.Access access, org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.impl.CheckBoxDOMElementFactory factory)
-
-