gridColumn
Attributes
- Graph
-
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass CssBuilderclass Objecttrait Matchableclass AnyShow all
- Self type
-
gridColumn.type
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- CssBuilder
- Supertypes
Inherited and Abstract classlikes
Attributes
- Inherited from:
- CssBuilder
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object activeobject focusobject hoverobject hoverActiveobject hoverFocusobject dynamicShow all
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Singleton
Attributes
- Inherited from:
- Singleton
The mirrored *-type
The mirrored *-type
Attributes
- Inherited from:
- Singleton
Attributes
- Inherited from:
- Singleton
Inherited and Abstract types
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Inherited methods
Attributes
- Inherited from:
- CssBuilder
Attributes
- Inherited from:
- CssBuilder
Attributes
- Inherited from:
- CssBuilder
Create a new instance of type T with elements taken from product p.
Create a new instance of type T with elements taken from product p.
Attributes
- Inherited from:
- Singleton
Attributes
- Inherited from:
- CssBuilder
Attributes
- Inherited from:
- CssBuilder
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Removes any previously set inline values. Imagine you have a component which sets a borderColor := "red", and you really want to do fragment(borderColor.dynamic := "red", borderColor.dynamic.hover := "green"). Because borderColor := "red" is a const inline style, it will override any of the dynamic styling capabilities.
Removes any previously set inline values. Imagine you have a component which sets a borderColor := "red", and you really want to do fragment(borderColor.dynamic := "red", borderColor.dynamic.hover := "green"). Because borderColor := "red" is a const inline style, it will override any of the dynamic styling capabilities.
imagine you had:
val myComponent: Widget = div(borderColor := "red")
you could do:
myComponent(borderColor.removeInline, borderColor.dynamic := "red", borderColor.dynamic.hover := "green")
this would remove the const borderColor
Attributes
- Inherited from:
- CssBuilder
Attributes
- Inherited from:
- CssBuilder
Attributes
- Inherited from:
- CssBuilder
Attributes
- Inherited from:
- CssBuilder