Class 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 interface org.uberfire.ext.wires.core.grids.client.model.GridColumn

        org.uberfire.ext.wires.core.grids.client.model.GridColumn.ColumnWidthMode, org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData
    • Field Summary

      • Fields inherited from class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn

        placeHolder
    • 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
      void edit​(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.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
      • Methods inherited from interface org.uberfire.ext.wires.core.grids.client.model.GridColumn

        edit
    • 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)
    • Method Detail

      • edit

        public void edit​(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)