object EmailAtomRenderer extends AtomRenderer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EmailAtomRenderer
- AtomRenderer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
CSS = Option[String]
- Definition Classes
- AtomRenderer
-
type
Conf = EmailConfiguration
- Definition Classes
- EmailAtomRenderer → AtomRenderer
-
type
HTML = String
- Definition Classes
- AtomRenderer
-
type
JS = Option[String]
- Definition Classes
- AtomRenderer
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getCSS(atomTypes: Seq[AtomType]): Seq[String]
- Definition Classes
- AtomRenderer
-
def
getCSS(atomType: AtomType): CSS
- Definition Classes
- AtomRenderer
-
def
getCSS[A](implicit reader: Rendering[A]): CSS
- Definition Classes
- AtomRenderer
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getHTML(atom: Atom, config: EmailConfiguration): HTML
- Definition Classes
- EmailAtomRenderer → AtomRenderer
-
def
getHTML[A](atom: Atom, data: A, conf: Conf)(implicit reader: Rendering[A]): HTML
- Definition Classes
- AtomRenderer
-
def
getJS(atomTypes: Seq[AtomType]): Seq[String]
- Definition Classes
- AtomRenderer
-
def
getJS(atomType: AtomType): JS
- Definition Classes
- AtomRenderer
-
def
getJS[A](implicit reader: Rendering[A]): JS
- Definition Classes
- AtomRenderer
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
renderings: EmailRenderings.type
- Definition Classes
- EmailAtomRenderer → AtomRenderer
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )