Package io.keikai.ui.impl.undo
Class ReserveUtil.ReservedRow
- java.lang.Object
-
- io.keikai.ui.impl.undo.ReserveUtil.ReservedRow
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ReserveUtil
public static class ReserveUtil.ReservedRow extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReservedRow(int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCell(ReserveUtil.ReservedCell cell)
int
getHeight()
int
getIndex()
Collection<ReserveUtil.ReservedCell>
getReservedCells()
SCellStyle
getStyle()
boolean
isCustomHegiht()
void
setCustomHeight(boolean custom)
void
setHeight(int height)
void
setStyle(SCellStyle style)
-
-
-
Method Detail
-
getIndex
public int getIndex()
-
addCell
public void addCell(ReserveUtil.ReservedCell cell)
-
getReservedCells
public Collection<ReserveUtil.ReservedCell> getReservedCells()
-
getStyle
public SCellStyle getStyle()
-
setStyle
public void setStyle(SCellStyle style)
-
getHeight
public int getHeight()
-
setHeight
public void setHeight(int height)
-
isCustomHegiht
public boolean isCustomHegiht()
-
setCustomHeight
public void setCustomHeight(boolean custom)
-
-