Object/Class

org.hyperscala.html.attributes

DropZone

Related Docs: class DropZone | package attributes

Permalink

object DropZone extends Enumerated[DropZone] with EnumEntryPersistence[DropZone] with Serializable

Linear Supertypes
Serializable, Serializable, EnumEntryPersistence[DropZone], ValuePersistence[DropZone], Enumerated[DropZone], Enum[DropZone], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DropZone
  2. Serializable
  3. Serializable
  4. EnumEntryPersistence
  5. ValuePersistence
  6. Enumerated
  7. Enum
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

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. object Copy extends DropZone with Product with Serializable

    Permalink
  5. object Link extends DropZone with Product with Serializable

    Permalink
  6. object Move extends DropZone with Product with Serializable

    Permalink
  7. def apply(name: String): DropZone

    Permalink
    Definition Classes
    Enumerated
  8. def apply(index: Int): DropZone

    Permalink
    Definition Classes
    Enumerated
  9. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. macro def findValues: Set[DropZone]

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  15. def fromString(s: String, name: String, clazz: Class[_]): DropZone

    Permalink
    Definition Classes
    EnumEntryPersistence → ValuePersistence
  16. def get(name: String, caseSensitive: Boolean): Option[DropZone]

    Permalink
    Definition Classes
    Enumerated
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  20. lazy val length: Int

    Permalink
    Definition Classes
    Enumerated
  21. final lazy val lowerCaseNamesToValuesMap: Map[String, DropZone]

    Permalink
    Definition Classes
    Enum
  22. final lazy val namesToValuesMap: Map[String, DropZone]

    Permalink
    Definition Classes
    Enum
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def random: DropZone

    Permalink
    Definition Classes
    Enumerated
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(t: DropZone, name: String, clazz: Class[_]): String

    Permalink
    Definition Classes
    EnumEntryPersistence → ValuePersistence
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. def unapply(s: String): Option[DropZone]

    Permalink
    Definition Classes
    Enumerated
  31. val values: Vector[DropZone]

    Permalink
    Definition Classes
    DropZone → Enumerated → Enum
  32. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def withName(name: String): DropZone

    Permalink
    Definition Classes
    Enum
  36. def withNameInsensitiveOption(name: String): Option[DropZone]

    Permalink
    Definition Classes
    Enum
  37. def withNameOption(name: String): Option[DropZone]

    Permalink
    Definition Classes
    Enum

Inherited from Serializable

Inherited from Serializable

Inherited from EnumEntryPersistence[DropZone]

Inherited from ValuePersistence[DropZone]

Inherited from Enumerated[DropZone]

Inherited from Enum[DropZone]

Inherited from AnyRef

Inherited from Any

Ungrouped