org.hyperscala.jquery.ui

Effect

Related Docs: class Effect | package ui

object Effect extends Enumerated[Effect] with Serializable

Linear Supertypes
Serializable, Serializable, Enumerated[Effect], Enum[Effect], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Effect
  2. Serializable
  3. Serializable
  4. Enumerated
  5. Enum
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. object Blind extends Effect with Product with Serializable

  5. object Bounce extends Effect with Product with Serializable

  6. object Clip extends Effect with Product with Serializable

  7. object Drop extends Effect with Product with Serializable

  8. object Explode extends Effect with Product with Serializable

  9. object Fade extends Effect with Product with Serializable

  10. object Fold extends Effect with Product with Serializable

  11. object Highlight extends Effect with Product with Serializable

  12. object Puff extends Effect with Product with Serializable

  13. object Pulsate extends Effect with Product with Serializable

  14. object Scale extends Effect with Product with Serializable

  15. object Shake extends Effect with Product with Serializable

  16. object Size extends Effect with Product with Serializable

  17. object Slide extends Effect with Product with Serializable

  18. object Transfer extends Effect with Product with Serializable

  19. def apply(name: String): Effect

    Definition Classes
    Enumerated
  20. def apply(index: Int): Effect

    Definition Classes
    Enumerated
  21. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  22. def clone(): AnyRef

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

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

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

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

    Attributes
    protected
    Definition Classes
    Enum
  27. def get(name: String, caseSensitive: Boolean): Option[Effect]

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

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

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

    Definition Classes
    Any
  31. lazy val length: Int

    Definition Classes
    Enumerated
  32. final lazy val lowerCaseNamesToValuesMap: Map[String, Effect]

    Definition Classes
    Enum
  33. final lazy val namesToValuesMap: Map[String, Effect]

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

    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  37. def random: Effect

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

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. def unapply(s: String): Option[Effect]

    Definition Classes
    Enumerated
  41. val values: Vector[Effect]

    Definition Classes
    Effect → Enumerated → Enum
  42. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def withName(name: String): Effect

    Definition Classes
    Enum
  46. def withNameInsensitiveOption(name: String): Option[Effect]

    Definition Classes
    Enum
  47. def withNameOption(name: String): Option[Effect]

    Definition Classes
    Enum

Inherited from Serializable

Inherited from Serializable

Inherited from Enumerated[Effect]

Inherited from Enum[Effect]

Inherited from AnyRef

Inherited from Any

Ungrouped