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, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SheetLocking
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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( ... ) @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[_]
    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. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def unlockAutoFilter: SheetLocking
  45. def unlockDeleteColumns: SheetLocking
  46. def unlockDeleteRows: SheetLocking
  47. def unlockFormatCells: SheetLocking
  48. def unlockFormatColumns: SheetLocking
  49. def unlockFormatRows: SheetLocking
  50. def unlockInsertColumns: SheetLocking
  51. def unlockInsertHyperlinks: SheetLocking
  52. def unlockInsertRows: SheetLocking
  53. def unlockObjects: SheetLocking
  54. def unlockPivotTables: SheetLocking
  55. def unlockScenarios: SheetLocking
  56. def unlockSelectLockedCells: SheetLocking
  57. def unlockSelectUnlockedCells: SheetLocking
  58. def unlockSort: SheetLocking
  59. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped