Class Cell

java.lang.Object
com.levigo.jadice.web.client.grid.Cell

public class Cell extends Object
Represents a cell in a grid. It is defined by a column and row position (0 based).
  • Constructor Details

    • Cell

      public Cell(int column, int row)
  • Method Details

    • getColumn

      public int getColumn()
    • setColumn

      public void setColumn(int column)
    • getRow

      public int getRow()
    • setRow

      public void setRow(int row)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object