Class GridCellTuple

  • All Implemented Interfaces:
    com.google.gwt.user.client.ui.RequiresResize
    Direct Known Subclasses:
    GridCellValueTuple

    public class GridCellTuple
    extends Object
    implements com.google.gwt.user.client.ui.RequiresResize
    • Constructor Detail

      • GridCellTuple

        public GridCellTuple​(int rowIndex,
                             int columnIndex,
                             org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget gridWidget)
    • Method Detail

      • getRowIndex

        public int getRowIndex()
      • setRowIndex

        public void setRowIndex​(int rowIndex)
      • getColumnIndex

        public int getColumnIndex()
      • setColumnIndex

        public void setColumnIndex​(int columnIndex)
      • getGridWidget

        public org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget getGridWidget()
      • proposeContainingColumnWidth

        public void proposeContainingColumnWidth​(double proposedWidth,
                                                 Function<BaseExpressionGrid,​Double> requiredWidthSupplier)
      • onResize

        public void onResize()
        Specified by:
        onResize in interface com.google.gwt.user.client.ui.RequiresResize