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:
  • Constructor Details

    • ReservedRow

      public ReservedRow(int index)
  • Method Details

    • 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)