Class/Object

com.norbitltd.spoiwo.model

SheetLocking

Related Docs: object SheetLocking | package model

Permalink

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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  8. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  9. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  10. def lockAutoFilter: SheetLocking

    Permalink
  11. def lockDeleteColumns: SheetLocking

    Permalink
  12. def lockDeleteRows: SheetLocking

    Permalink
  13. def lockFormatCells: SheetLocking

    Permalink
  14. def lockFormatColumns: SheetLocking

    Permalink
  15. def lockFormatRows: SheetLocking

    Permalink
  16. def lockInsertColumns: SheetLocking

    Permalink
  17. def lockInsertHyperlinks: SheetLocking

    Permalink
  18. def lockInsertRows: SheetLocking

    Permalink
  19. def lockObjects: SheetLocking

    Permalink
  20. def lockPivotTables: SheetLocking

    Permalink
  21. def lockScenarios: SheetLocking

    Permalink
  22. def lockSelectLockedCells: SheetLocking

    Permalink
  23. def lockSelectUnlockedCells: SheetLocking

    Permalink
  24. def lockSort: SheetLocking

    Permalink
  25. val lockedAutoFilter: Boolean

    Permalink
  26. val lockedDeleteColumns: Boolean

    Permalink
  27. val lockedDeleteRows: Boolean

    Permalink
  28. val lockedFormatCells: Boolean

    Permalink
  29. val lockedFormatColumns: Boolean

    Permalink
  30. val lockedFormatRows: Boolean

    Permalink
  31. val lockedInsertColumns: Boolean

    Permalink
  32. val lockedInsertHyperlinks: Boolean

    Permalink
  33. val lockedInsertRows: Boolean

    Permalink
  34. val lockedObjects: Boolean

    Permalink
  35. val lockedPivotTables: Boolean

    Permalink
  36. val lockedScenarios: Boolean

    Permalink
  37. val lockedSelectLockedCells: Boolean

    Permalink
  38. val lockedSelectUnlockedCells: Boolean

    Permalink
  39. val lockedSort: Boolean

    Permalink
  40. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  41. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  42. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. def unlockAutoFilter: SheetLocking

    Permalink
  45. def unlockDeleteColumns: SheetLocking

    Permalink
  46. def unlockDeleteRows: SheetLocking

    Permalink
  47. def unlockFormatCells: SheetLocking

    Permalink
  48. def unlockFormatColumns: SheetLocking

    Permalink
  49. def unlockFormatRows: SheetLocking

    Permalink
  50. def unlockInsertColumns: SheetLocking

    Permalink
  51. def unlockInsertHyperlinks: SheetLocking

    Permalink
  52. def unlockInsertRows: SheetLocking

    Permalink
  53. def unlockObjects: SheetLocking

    Permalink
  54. def unlockPivotTables: SheetLocking

    Permalink
  55. def unlockScenarios: SheetLocking

    Permalink
  56. def unlockSelectLockedCells: SheetLocking

    Permalink
  57. def unlockSelectUnlockedCells: SheetLocking

    Permalink
  58. def unlockSort: SheetLocking

    Permalink
  59. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped