HtmlRowHead

ostrat.pWeb.HtmlRowHead
See theHtmlRowHead companion class
object HtmlRowHead

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def strs2(str1: String, str2: String): HtmlRowHead

Convenience method for creating an HTML row element of 2 cells from 2 Strings.

Convenience method for creating an HTML row element of 2 cells from 2 Strings.

Attributes

def strs3(str1: String, str2: String, str3: String): HtmlRowHead

Convenience method for creating an HTML row element of 3 cells from 3 Strings.

Convenience method for creating an HTML row element of 3 cells from 3 Strings.

Attributes

def strs4(str1: String, str2: String, str3: String, str4: String): HtmlRowHead

Convenience method for creating an HTML row element of 4 cells from 4 Strings.

Convenience method for creating an HTML row element of 4 cells from 4 Strings.

Attributes