HtmlMountPoint
com.yang_bo.HtmlMountPoint
final class HtmlMountPoint(parent: Node & ParentNode, childrenBinding: BindingSeq[Node]) extends MultiMountPoint[Node]
Attributes
- Source
- HtmlMountPoint.scala
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
Attributes
- Definition Classes
- Inherited from:
- MountPoint (hidden)
- Source
- Binding.scala
Attributes
- Inherited from:
- Binding
- Source
- Binding.scala
Attributes
- Inherited from:
- MultiMountPoint (hidden)
- Source
- Binding.scala
Attributes
- Definition Classes
- Inherited from:
- MountPoint (hidden)
- Source
- Binding.scala
Attributes
- Inherited from:
- MultiMountPoint (hidden)
- Source
- Binding.scala
Disable automatic recalculation.
Disable automatic recalculation.
Attributes
- Note
-
This method is recursive, which means that the dependencies of this Binding will be unwatched as well.
- Inherited from:
- Binding
- Source
- Binding.scala
Returns the current value of this Binding
Returns the current value of this Binding
Attributes
- Note
-
This method must not be invoked inside a
@dom
method body or aBinding { ... }
block.. - Definition Classes
- Inherited from:
- MountPoint (hidden)
- Source
- Binding.scala
Enable automatic recalculation.
Enable automatic recalculation.
You may invoke this method more than once. Then, when you want to disable automatic recalculation, you must invoke unwatch same times as the number of calls to this method.
Attributes
- Note
-
This method is recursive, which means that the dependencies of this Binding will be watched as well.
- Inherited from:
- Binding
- Source
- Binding.scala
In this article