HtmlRowData

ostrat.pWeb.HtmlRowData
See theHtmlRowData companion class
object HtmlRowData

Attributes

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

Members list

Inherited
  • Not inherited
  • Mirror

Type members

Inherited and Abstract 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): HtmlRowData

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): HtmlRowData

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): HtmlRowData

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