Package io.keikai.model.impl
Class AbstractColumnArrayAdv
java.lang.Object
io.keikai.model.impl.AbstractColumnArrayAdv
- All Implemented Interfaces:
CellStyleHolder,LinkedModelObject,SColumnArray,Serializable
public abstract class AbstractColumnArrayAdv
extends Object
implements SColumnArray, LinkedModelObject, Serializable
- Since:
- 3.5.0
- Author:
- Dennis
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionKEIKAI-496: previous-value snapshot for chart / picture anchor recompute.voidKEIKAI-496: clear the pending getUpdates() snapshot.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.keikai.model.CellStyleHolder
getCellStyle, getCellStyle, setCellStyleMethods inherited from interface io.keikai.model.impl.LinkedModelObject
checkOrphan, destroyMethods inherited from interface io.keikai.model.SColumnArray
getIndex, getLastIndex, getOutlineLevel, getSheet, getWidth, isBestFit, isCollapsed, isCustomWidth, isHidden, setBestFit, setCollapsed, setCustomWidth, setHidden, setOutlineLevel, setWidth
-
Constructor Details
-
AbstractColumnArrayAdv
public AbstractColumnArrayAdv()
-
-
Method Details
-
getUpdates
KEIKAI-496: previous-value snapshot for chart / picture anchor recompute. Returns the keys "width" / "hidden" / "customWidth" with their pre-change values, or an empty map if no tracked changes pending. Default impl is empty — concrete subclasses (ColumnArrayImplRustAdv) override. -
resetUpdates
public void resetUpdates()KEIKAI-496: clear the pending getUpdates() snapshot.
-