Class ContextGridRowNumberColumn

  • All Implemented Interfaces:
    org.uberfire.ext.wires.core.grids.client.model.GridColumn<Integer>, org.uberfire.ext.wires.core.grids.client.widget.dnd.IsRowDragHandle

    public class ContextGridRowNumberColumn
    extends org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn<Integer>
    implements org.uberfire.ext.wires.core.grids.client.widget.dnd.IsRowDragHandle
    • 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 
      Modifier and Type Field Description
      static double DEFAULT_WIDTH  
      • Fields inherited from class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn

        placeHolder
    • Constructor Summary

      Constructors 
      Constructor Description
      ContextGridRowNumberColumn​(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData, double width)  
    • Method Summary

      • 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, setWidth
      • Methods inherited from interface org.uberfire.ext.wires.core.grids.client.model.GridColumn

        edit, edit
    • Constructor Detail

      • ContextGridRowNumberColumn

        public ContextGridRowNumberColumn​(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData,
                                          double width)