Package io.keikai.model.impl
Class AbstractRowAdv
java.lang.Object
io.keikai.model.impl.AbstractRowAdv
- All Implemented Interfaces:
CellStyleHolder,LinkedModelObject,SRow,Serializable
- Direct Known Subclasses:
RowImpl
public abstract class AbstractRowAdv
extends Object
implements SRow, LinkedModelObject, Serializable
- Since:
- 3.5.0
- Author:
- dennis
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract SCellgetCell(int index) abstract AbstractCellAdvgetCell(int columnIdx, boolean proxy) getCellIterator(boolean reverse, int start, int end) 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.SRow
getCellIterator, getCellIterator, getHeight, getHeightDirectly, getIndex, getOutlineLevel, getSheet, isCollapsed, isCustomHeight, isHidden, isNull, setCollapsed, setCustomHeight, setHeight, setHidden, setOutlineLevel
-
Constructor Details
-
AbstractRowAdv
public AbstractRowAdv()
-
-
Method Details
-
getCell
-
getCellIterator
-
getCell
-