Trait

im.mange.jetpac.js

JsCmdFactory

Related Doc: package js

Permalink

trait JsCmdFactory extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JsCmdFactory
  2. AnyRef
  3. 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. def addElementClass(id: String, className: String): JsCmd

    Permalink
  5. def appendElement(id: String, content: NodeSeq): JsCmd

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def chain(jsCmds: Seq[JsCmd]): JsCmd

    Permalink
  8. def clearElementValue(id: String): JsCmd

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def disableElement(id: String): JsCmd

    Permalink
  11. def emptyAndHideElement(id: String): JsCmd

    Permalink
  12. def emptyElement(id: String): JsCmd

    Permalink
  13. def enableElement(id: String): JsCmd

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def fillAndShowElement(id: String, content: NodeSeq): JsCmd

    Permalink
  17. def fillElement(id: String, content: NodeSeq): JsCmd

    Permalink
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def focusElement(id: String): JsCmd

    Permalink
  20. def getAttributeValue(id: String, attribute: String): JsCmd

    Permalink
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getElementText(id: String): JsExp

    Permalink
  23. def getElementValue(id: String): ValById

    Permalink
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hideAllElements(cssClass: String): JsCmd

    Permalink
  26. def hideElement(id: String): JsCmd

    Permalink
  27. def insertAfter(id: String, content: NodeSeq): JsCmd

    Permalink
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. def nothing: JsCmd

    Permalink
  31. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  33. def prependElement(id: String, content: NodeSeq): JsCmd

    Permalink
  34. def reload: JsCmd

    Permalink
  35. def removeAllElements(cssClass: String): JsCmd

    Permalink
  36. def removeElement(id: String): JsCmd

    Permalink
  37. def removeElementAttribute(id: String, attr: String): JsCmd

    Permalink
  38. def removeElementClass(id: String, attr: String): JsCmd

    Permalink
  39. def setAttributeValue(id: String, attribute: String, value: String): JsCmd

    Permalink
  40. def setElementValue(id: String, value: String): JsCmd

    Permalink
  41. def setHrefValue(id: String, value: String): JsCmd

    Permalink
  42. def showAllElements(cssClass: String): JsCmd

    Permalink
  43. def showElement(id: String): JsCmd

    Permalink
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  46. def toggleAllElements(cssClass: String): JsCmd

    Permalink
  47. final def wait(): Unit

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

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

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

Deprecated Value Members

  1. def replaceElement(id: String, content: NodeSeq): JsCmd

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 01/05/2015) Use the fill/empty pattern instead

Inherited from AnyRef

Inherited from Any

Ungrouped