Class

pl.metastack.metaweb.tag

Applet

Related Doc: package tag

Permalink

case class Applet(attributes: scala.Predef.Map[String, Any] = Predef.Map.empty, children: Seq[Node] = Seq.empty) extends HTMLTag[Applet] with Product with Serializable

The HTML Applet Element (<applet>) identifies the inclusion of a Java applet.

Usage note: This element has been removed in HTML5 and shouldn't be used anymore. Instead web developers should use the more generic <object> element.

Linear Supertypes
Serializable, Serializable, Product, Equals, HTMLTag[Applet], Tag, Node, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Applet
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. HTMLTag
  7. Tag
  8. Node
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Applet(attributes: scala.Predef.Map[String, Any] = Predef.Map.empty, children: Seq[Node] = Seq.empty)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ++(nodes: Seq[Node]): Tag

    Permalink
    Definition Classes
    Tag
  4. def +:(node: Node): Tag

    Permalink
    Definition Classes
    Tag
  5. def -(node: Node): Tag

    Permalink
    Definition Classes
    Tag
  6. def --(node: Seq[Node]): Tag

    Permalink
    Definition Classes
    Tag
  7. def :+(node: Node): Tag

    Permalink
    Definition Classes
    Tag
  8. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def accesskey(value: String): Applet

    Permalink
    Definition Classes
    HTMLTag
  10. def accesskey: scala.Option[String]

    Permalink

    Provides a hint for generating a keyboard shortcut for the current element.

    Provides a hint for generating a keyboard shortcut for the current element. This attribute consists of a space-separated list of characters. The browser should use the first one that exists on the computer keyboard layout.

    Definition Classes
    HTMLTag
  11. def align(value: String): Applet

    Permalink
  12. def align: scala.Option[String]

    Permalink

    This attribute is used to position the applet on the page relative to content that might flow around it.

    This attribute is used to position the applet on the page relative to content that might flow around it. The HTML 4.01 specification defines values of bottom, left, middle, right, and top, whereas Microsoft and Netscape also might support absbottom, absmiddle, baseline, center, and texttop.

  13. def alt(value: String): Applet

    Permalink
  14. def alt: scala.Option[String]

    Permalink

    This attribute causes a descriptive text alternate to be displayed on browsers that do not support Java.

    This attribute causes a descriptive text alternate to be displayed on browsers that do not support Java. Page designers should also remember that content enclosed within the <applet> element may also be rendered as alternative text.

  15. def append(node: Node): Tag

    Permalink
    Definition Classes
    Tag
  16. def appendAll(nodes: Seq[Node]): Tag

    Permalink
    Definition Classes
    Tag
  17. def archive(value: String): Applet

    Permalink
  18. def archive: scala.Option[String]

    Permalink

    This attribute refers to an archived or compressed version of the applet and its associated class files, which might help reduce download time.

  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. def attr(attribute: String): scala.Option[Any]

    Permalink
    Definition Classes
    Tag
  21. val attributes: scala.Predef.Map[String, Any]

    Permalink
    Definition Classes
    AppletTag
  22. def byClass[T <: Tag](class: String): T

    Permalink
    Definition Classes
    Tag
  23. def byClassOpt[T <: HTMLTag[_]](class: String): scala.Option[T]

    Permalink
    Definition Classes
    Tag
  24. def byId[T <: Tag](id: String): T

    Permalink
    Definition Classes
    Tag
  25. def byIdOpt[T <: Tag](id: String): scala.Option[T]

    Permalink
    Definition Classes
    Tag
  26. def byTag[T <: Tag](tagName: String): T

    Permalink
    Definition Classes
    Tag
  27. def byTagOpt[T <: Tag](tag: String): scala.Option[T]

    Permalink
    Definition Classes
    Tag
  28. val children: Seq[Node]

    Permalink
    Definition Classes
    AppletTag
  29. def class(value: String): Applet

    Permalink
    Definition Classes
    HTMLTag
  30. def class: scala.Option[String]

    Permalink

    Is a space-separated list of the classes of the element.

    Is a space-separated list of the classes of the element. Classes allows CSS and JavaScript to select and access specific elements via the class selectors or functions like the method Document.getElementsByClassName().

    Definition Classes
    HTMLTag
  31. def clearAll: Tag

    Permalink
    Definition Classes
    Tag
  32. def clearAttr: Tag

    Permalink
    Definition Classes
    Tag
  33. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def code(value: String): Applet

    Permalink
  35. def code: scala.Option[String]

    Permalink

    This attribute specifies the URL of the applet's class file to be loaded and executed.

    This attribute specifies the URL of the applet's class file to be loaded and executed. Applet filenames are identified by a .class filename extension. The URL specified by code might be relative to the codebase attribute.

  36. def codebase(value: String): Applet

    Permalink
  37. def codebase: scala.Option[String]

    Permalink

    This attribute gives the absolute or relative URL of the directory where applets' .class files referenced by the code attribute are stored.

  38. def contenteditable(value: String): Applet

    Permalink
    Definition Classes
    HTMLTag
  39. def contenteditable: scala.Option[String]

    Permalink

    Is an enumerated attribute indicating if the element should be editable by the user.

    Is an enumerated attribute indicating if the element should be editable by the user. If so, the browser modifies its widget to allow editing. The attribute must take one of the following values:

    • true or the empty string, which indicates that the element must be editable;
    • false, which indicates that the element must not be editable.
    Definition Classes
    HTMLTag
  40. def contextmenu(value: String): Applet

    Permalink
    Definition Classes
    HTMLTag
  41. def contextmenu: scala.Option[String]

    Permalink

    Is the id of an <menu> to use as the contextual menu for this element.

    Is the id of an <menu> to use as the contextual menu for this element.

    Definition Classes
    HTMLTag
  42. def copy(attributes: scala.Predef.Map[String, Any] = attributes, children: Seq[Node] = children): Applet

    Permalink
    Definition Classes
    AppletTag
  43. def datafld(value: String): Applet

    Permalink
  44. def datafld: scala.Option[String]

    Permalink

    This attribute, supported by Internet Explorer 4 and higher, specifies the column name from the data source object that supplies the bound data.

    This attribute, supported by Internet Explorer 4 and higher, specifies the column name from the data source object that supplies the bound data. This attribute might be used to specify the various  <param> elements passed to the Java applet.

  45. def datasrc(value: String): Applet

    Permalink
  46. def datasrc: scala.Option[String]

    Permalink

    Like datafld, this attribute is used for data binding under Internet Explorer 4.

    Like datafld, this attribute is used for data binding under Internet Explorer 4. It indicates the id of the data source object that supplies the data that is bound to the <param> elements associated with the applet.

  47. def dir(value: String): Applet

    Permalink
    Definition Classes
    HTMLTag
  48. def dir: scala.Option[String]

    Permalink

    Is an enumerated attribute indicating the directionality of the element's text.

    Is an enumerated attribute indicating the directionality of the element's text. It can have the following values:

    • ltr, which means left to right and is to be used for languages that are written from the left to the right (like English);
    • rtl, which means right to left and is to be used for languages that are written from the right to the left (like Arabic);
    • auto, which let the user agent decides. It uses a basic algorithm as it parses the characters inside the element until it finds a character with a strong directionality, then apply that directionality to the whole element.
    Definition Classes
    HTMLTag
  49. def draggable(value: String): Applet

    Permalink
    Definition Classes
    HTMLTag
  50. def draggable: scala.Option[String]

    Permalink

    Is an enumerated attribute indicating whether the element can be dragged, using the Drag and Drop API.

    Is an enumerated attribute indicating whether the element can be dragged, using the Drag and Drop API. It can have the following values:

    • true, which indicates that the element may be dragged
    • false, which indicates that the element may not be dragged.
    Definition Classes
    HTMLTag
  51. def dropzone(value: String): Applet

    Permalink
    Definition Classes
    HTMLTag
  52. def dropzone: scala.Option[String]

    Permalink

    Is an enumerated attribute indicating what types of content can be dropped on an element, using the Drag and Drop API.

    Is an enumerated attribute indicating what types of content can be dropped on an element, using the Drag and Drop API. It can have the following values:

    • copy, which indicates that dropping will create a copy of the element that was dragged
    • move, which indicates that the element that was dragged will be moved to this new location.
    • link, will create a link to the dragged data.
    Definition Classes
    HTMLTag
  53. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  55. def find(f: (Node) ⇒ Boolean): scala.Option[Node]

    Permalink
    Definition Classes
    Tag
  56. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  57. def height(value: String): Applet

    Permalink
  58. def height: scala.Option[String]

    Permalink

    This attribute specifies the height, in pixels, that the applet needs.

  59. def hidden(value: String): Applet

    Permalink
    Definition Classes
    HTMLTag
  60. def hidden: scala.Option[String]

    Permalink

    Is a Boolean attribute indicates that the element is not yet, or is no longer, relevant.

    Is a Boolean attribute indicates that the element is not yet, or is no longer, relevant. For example, it can be used to hide elements of the page that can't be used until the login process has been completed. The browser won't render such elements. This attribute must not be used to hide content that could legitimately be shown.

    Definition Classes
    HTMLTag
  61. def hspace(value: String): Applet

    Permalink
  62. def hspace: scala.Option[String]

    Permalink

    This attribute specifies additional horizontal space, in pixels, to be reserved on either side of the applet.

  63. def id(value: String): Applet

    Permalink
    Definition Classes
    HTMLTagTag
  64. def id: scala.Option[String]

    Permalink

    Defines a unique identifier (ID) which must be unique in the whole document.

    Defines a unique identifier (ID) which must be unique in the whole document. Its purpose is to identify the element when linking (using a fragment identifier), scripting, or styling (with CSS).

    Definition Classes
    HTMLTagTag
  65. def instantiate(nodes: (String, Node)*): Tag

    Permalink
    Definition Classes
    Tag
  66. def instantiateMap(nodes: scala.Predef.Map[String, Node]): Tag

    Permalink
    Definition Classes
    Tag
  67. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  68. def itemid(value: String): Applet

    Permalink
    Definition Classes
    HTMLTag
  69. def itemid: scala.Option[String]

    Permalink

    Definition Classes
    HTMLTag
  70. def itemprop(value: String): Applet

    Permalink
    Definition Classes
    HTMLTag
  71. def itemprop: scala.Option[String]

    Permalink

    Definition Classes
    HTMLTag
  72. def itemref(value: String): Applet

    Permalink
    Definition Classes
    HTMLTag
  73. def itemref: scala.Option[String]

    Permalink

    Definition Classes
    HTMLTag
  74. def itemscope(value: String): Applet

    Permalink
    Definition Classes
    HTMLTag
  75. def itemscope: scala.Option[String]

    Permalink

    Definition Classes
    HTMLTag
  76. def itemtype(value: String): Applet

    Permalink
    Definition Classes
    HTMLTag
  77. def itemtype: scala.Option[String]

    Permalink

    These attributes are related to the WHATWG HTML Microdata feature.

    These attributes are related to the WHATWG HTML Microdata feature.

    Definition Classes
    HTMLTag
  78. def lang(value: String): Applet

    Permalink
    Definition Classes
    HTMLTag
  79. def lang: scala.Option[String]

    Permalink

    Participates in defining the language of the element, the language that non-editable elements are written in or the language that editable elements should be written in.

    Participates in defining the language of the element, the language that non-editable elements are written in or the language that editable elements should be written in. The tag contains one single entry value in the format defines in the Tags for Identifying Languages (BCP47) IETF document. xml:lang has priority over it.

    Definition Classes
    HTMLTag
  80. def map(f: (Node) ⇒ Node): Node

    Permalink
    Definition Classes
    TagNode
  81. def mayscript(value: String): Applet

    Permalink
  82. def mayscript: scala.Option[String]

    Permalink

    In the Netscape implementation, this attribute allows access to an applet by programs in a scripting language embedded in the document.

  83. def name(value: String): Applet

    Permalink
  84. def name: scala.Option[String]

    Permalink

    This attribute assigns a name to the applet so that it can be identified by other resources; particularly scripts.

  85. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  88. def object(value: String): Applet

    Permalink
  89. def object: scala.Option[String]

    Permalink

    This attribute specifies the URL of a serialized representation of an applet.

  90. def partialMap(f: PartialFunction[Node, Node]): Node

    Permalink
    Definition Classes
    Tag
  91. def prepend(node: Node): Tag

    Permalink
    Definition Classes
    Tag
  92. def remAttr(attribute: String): Tag

    Permalink
    Definition Classes
    Tag
  93. def remove(node: Node): Tag

    Permalink
    Definition Classes
    Tag
  94. def removeAll(node: Seq[Node]): Tag

    Permalink
    Definition Classes
    Tag
  95. def replace(reference: Node, node: Node): Tag

    Permalink
    Definition Classes
    Tag
  96. def set(nodes: Seq[Node]): Tag

    Permalink
    Definition Classes
    Tag
  97. def set(node: Node): Tag

    Permalink
    Definition Classes
    Tag
  98. def setAttr(attribute: String, value: Any): Tag

    Permalink
    Definition Classes
    Tag
  99. def spellcheck(value: String): Applet

    Permalink
    Definition Classes
    HTMLTag
  100. def spellcheck: scala.Option[String]

    Permalink

    Is an enumerated attribute defines whether the element may be checked for spelling errors.

    Is an enumerated attribute defines whether the element may be checked for spelling errors. It may have the following values:

    • true, which indicates that the element should be, if possible, checked for spelling errors;
    • false, which indicates that the element should not be checked for spelling errors.
    Definition Classes
    HTMLTag
  101. def src(value: String): Applet

    Permalink
  102. def src: scala.Option[String]

    Permalink

    As defined for Internet Explorer 4 and higher, this attribute specifies a URL for an associated file for the applet.

    As defined for Internet Explorer 4 and higher, this attribute specifies a URL for an associated file for the applet. The meaning and use is unclear and not part of the HTML standard.

  103. def style(value: String): Applet

    Permalink
    Definition Classes
    HTMLTag
  104. def style: scala.Option[String]

    Permalink

    Contains CSS styling declarations to be applied to the element.

    Contains CSS styling declarations to be applied to the element. Note that it is recommended for styles to be defined in a separate file or files. This attribute and the <style> element have mainly the purpose of allowing for quick styling, for example for testing purposes.

    Definition Classes
    HTMLTag
  105. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  106. def tabindex(value: String): Applet

    Permalink
    Definition Classes
    HTMLTag
  107. def tabindex: scala.Option[String]

    Permalink

    Is an integer attribute indicates if the element can take input focus (is focusable), if it should participate to sequential keyboard navigation, and if so, at what position.

    Is an integer attribute indicates if the element can take input focus (is focusable), if it should participate to sequential keyboard navigation, and if so, at what position. It can takes several values:

    • a negative value means that the element should be focusable, but should not be reachable via sequential keyboard navigation;
    • 0 means that the element should be focusable and reachable via sequential keyboard navigation, but its relative order is defined by the platform convention;
    • a positive value which means should be focusable and reachable via sequential keyboard navigation; its relative order is defined by the value of the attribute: the sequential follow the increasing number of the tabindex. If several elements share the same tabindex, their relative order follows their relative position in the document).
    Definition Classes
    HTMLTag
  108. def tagName: String

    Permalink
    Definition Classes
    AppletTag
  109. def title(value: String): Applet

    Permalink
    Definition Classes
    HTMLTag
  110. def title: scala.Option[String]

    Permalink

    Contains a text representing advisory information related to the element it belongs to.

    Contains a text representing advisory information related to the element it belongs to. Such information can typically, but not necessarily, be presented to the user as a tooltip.

    Definition Classes
    HTMLTag
  111. def translate(value: String): Applet

    Permalink
    Definition Classes
    HTMLTag
  112. def translate: scala.Option[String]

    Permalink

    Is an enumerated attribute that is used to specify whether an element's attribute values and the values of it s Text node children are to be translated when the page is localized, or whether to leave them unchanged.

    Is an enumerated attribute that is used to specify whether an element's attribute values and the values of it s Text node children are to be translated when the page is localized, or whether to leave them unchanged. It can have the following values:

    • empty string and "yes", which indicates that the element will be translated.
    • "no", which indicates that the element will not be translated.
    Definition Classes
    HTMLTag
  113. def updateChild[T <: Tag](id: String, f: (T) ⇒ Node): Node

    Permalink
    Definition Classes
    Tag
  114. def vspace(value: String): Applet

    Permalink
  115. def vspace: scala.Option[String]

    Permalink

    This attribute specifies additional vertical space, in pixels, to be reserved above and below the applet.

  116. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  119. def width(value: String): Applet

    Permalink
  120. def width: scala.Option[String]

    Permalink

    This attribute specifies in pixels the width that the applet needs.

  121. def withoutId: Tag

    Permalink
    Definition Classes
    Tag

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HTMLTag[Applet]

Inherited from Tag

Inherited from Node

Inherited from AnyRef

Inherited from Any

Ungrouped