case class SheetLocking(lockedAutoFilter: Boolean = false, lockedDeleteColumns: Boolean = false, lockedDeleteRows: Boolean = false, lockedFormatCells: Boolean = false, lockedFormatColumns: Boolean = false, lockedFormatRows: Boolean = false, lockedInsertColumns: Boolean = false, lockedInsertHyperlinks: Boolean = false, lockedInsertRows: Boolean = false, lockedPivotTables: Boolean = false, lockedSort: Boolean = false, lockedObjects: Boolean = false, lockedScenarios: Boolean = false, lockedSelectLockedCells: Boolean = false, lockedSelectUnlockedCells: Boolean = false) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SheetLocking
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SheetLocking(lockedAutoFilter: Boolean = false, lockedDeleteColumns: Boolean = false, lockedDeleteRows: Boolean = false, lockedFormatCells: Boolean = false, lockedFormatColumns: Boolean = false, lockedFormatRows: Boolean = false, lockedInsertColumns: Boolean = false, lockedInsertHyperlinks: Boolean = false, lockedInsertRows: Boolean = false, lockedPivotTables: Boolean = false, lockedSort: Boolean = false, lockedObjects: Boolean = false, lockedScenarios: Boolean = false, lockedSelectLockedCells: Boolean = false, lockedSelectUnlockedCells: Boolean = false)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. def lockAutoFilter: SheetLocking
  11. def lockDeleteColumns: SheetLocking
  12. def lockDeleteRows: SheetLocking
  13. def lockFormatCells: SheetLocking
  14. def lockFormatColumns: SheetLocking
  15. def lockFormatRows: SheetLocking
  16. def lockInsertColumns: SheetLocking
  17. def lockInsertHyperlinks: SheetLocking
  18. def lockInsertRows: SheetLocking
  19. def lockObjects: SheetLocking
  20. def lockPivotTables: SheetLocking
  21. def lockScenarios: SheetLocking
  22. def lockSelectLockedCells: SheetLocking
  23. def lockSelectUnlockedCells: SheetLocking
  24. def lockSort: SheetLocking
  25. val lockedAutoFilter: Boolean
  26. val lockedDeleteColumns: Boolean
  27. val lockedDeleteRows: Boolean
  28. val lockedFormatCells: Boolean
  29. val lockedFormatColumns: Boolean
  30. val lockedFormatRows: Boolean
  31. val lockedInsertColumns: Boolean
  32. val lockedInsertHyperlinks: Boolean
  33. val lockedInsertRows: Boolean
  34. val lockedObjects: Boolean
  35. val lockedPivotTables: Boolean
  36. val lockedScenarios: Boolean
  37. val lockedSelectLockedCells: Boolean
  38. val lockedSelectUnlockedCells: Boolean
  39. val lockedSort: Boolean
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. def productElementNames: Iterator[String]
    Definition Classes
    Product
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def unlockAutoFilter: SheetLocking
  46. def unlockDeleteColumns: SheetLocking
  47. def unlockDeleteRows: SheetLocking
  48. def unlockFormatCells: SheetLocking
  49. def unlockFormatColumns: SheetLocking
  50. def unlockFormatRows: SheetLocking
  51. def unlockInsertColumns: SheetLocking
  52. def unlockInsertHyperlinks: SheetLocking
  53. def unlockInsertRows: SheetLocking
  54. def unlockObjects: SheetLocking
  55. def unlockPivotTables: SheetLocking
  56. def unlockScenarios: SheetLocking
  57. def unlockSelectLockedCells: SheetLocking
  58. def unlockSelectUnlockedCells: SheetLocking
  59. def unlockSort: SheetLocking
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  62. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped