Class Cell

  • All Implemented Interfaces:
    Serializable, HasFields

    public class Cell
    extends Object
    implements HasFields, Serializable
    A cell in the project grid. It can store data in two fields:
    • value: the main value of the cell
    • recon: reconciliation information associated with the cell, which is null when the cell is not reconciled
    In addition, the isPending() flag can be set to indicate that this cell is being computed by an operation and therefore its value will change in the near future. This is helpful to render partial results of operartions before they complete.
    See Also:
    Serialized Form