Class AbstractRowAdv

java.lang.Object
io.keikai.model.impl.AbstractRowAdv
All Implemented Interfaces:
CellStyleHolder, LinkedModelObject, SRow, Serializable

public abstract class AbstractRowAdv extends Object implements SRow, LinkedModelObject, Serializable
Since:
3.5.0
Author:
dennis
See Also:
  • Constructor Details

    • AbstractRowAdv

      public AbstractRowAdv()
  • Method Details

    • getCell

      public abstract AbstractCellAdv getCell(int columnIdx, boolean proxy)
    • getUpdates

      public Map<String,Object> getUpdates()
      KEIKAI-496: previous-value snapshot for chart / picture anchor recompute after a row resize. Keys: "height" / "hidden" / "customHeight". Default impl is empty; RowImplRustAdv overrides.
    • resetUpdates

      public void resetUpdates()
      KEIKAI-496: clear the pending getUpdates() snapshot.
    • getCellIterator

      public abstract Iterator<SCell> getCellIterator(boolean reverse, int start, int end)
    • getCell

      public abstract SCell getCell(int index)