Package io.keikai.ui.impl.undo
Class ReserveUtil.ReservedCell
- java.lang.Object
-
- io.keikai.ui.impl.undo.ReserveUtil.ReservedCell
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ReserveUtil
public static class ReserveUtil.ReservedCell extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReservedCell(int columnIdx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getColumnIndex()
ReserveUtil.ReservedCellContent
getContent()
SCellStyle
getStyle()
void
setContent(ReserveUtil.ReservedCellContent content)
void
setStyle(SCellStyle style)
-
-
-
Method Detail
-
getColumnIndex
public int getColumnIndex()
-
getContent
public ReserveUtil.ReservedCellContent getContent()
-
setContent
public void setContent(ReserveUtil.ReservedCellContent content)
-
getStyle
public SCellStyle getStyle()
-
setStyle
public void setStyle(SCellStyle style)
-
-