Block

harness.webUI.style.StyleSheet.Block
abstract class Block(name: String)(styleElements: StyleElement*) extends StyleSheetPart

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object button.type
object fileInput.type
object formField.type
object formSubmit.type
object navBar.type
object page.type
object pageMessages.type
object stdTable.type
Show all
Self type

Members list

Type members

Classlikes

abstract class Element(name: String)(styleElements: StyleElement*) extends StyleSheetPart

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object input.type
object label.type
object item.type
object section.type
object body.type
object message.type
Show all
Self type
abstract class Modifier(name: String)(styleElements: StyleElement*) extends StyleSheetPart

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class M
object error.type
object primary.type
object secondary.type
Self type

Value members

Concrete methods

override protected def nested: List[ListBuffer[_ <: StyleSheetPart]]

Attributes

Definition Classes

Inherited fields

final val className: String

Attributes

Inherited from:
StyleSheetPart
final val classNames: ClassName

Attributes

Inherited from:
StyleSheetPart