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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractRowAdv()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract SCell
getCell(int index)
abstract AbstractCellAdv
getCell(int columnIdx, boolean proxy)
abstract Iterator<SCell>
getCellIterator(boolean reverse, int start, int end)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.keikai.model.CellStyleHolder
getCellStyle, getCellStyle, setCellStyle
-
Methods inherited from interface io.keikai.model.impl.LinkedModelObject
checkOrphan, destroy
-
Methods inherited from interface io.keikai.model.SRow
getCellIterator, getCellIterator, getHeight, getHeightDirectly, getIndex, getOutlineLevel, getSheet, isCollapsed, isCustomHeight, isHidden, isNull, setCollapsed, setCustomHeight, setHeight, setHidden, setOutlineLevel
-
-
-
-
Method Detail
-
getCell
public abstract AbstractCellAdv getCell(int columnIdx, boolean proxy)
-
getCellIterator
public abstract Iterator<SCell> getCellIterator(boolean reverse, int start, int end)
-
getCell
public abstract SCell getCell(int index)
-
-