margin

oxygen.ui.web.create.margin
object margin extends CssBuilder, SpacingBuilder

Attributes

Graph
Supertypes
class CssBuilder
class Object
trait Matchable
class Any
Self type
margin.type

Members list

Value members

Inherited methods

final def :=(value: Int): CSSAttr

Attributes

Inherited from:
CssBuilder
final def :=(value: String): CSSAttr

Attributes

Inherited from:
CssBuilder
final def apply(top: String, right: String, bottom: String, left: String): CSSAttr

Attributes

Inherited from:
SpacingBuilder
final def apply(top: String, leftRight: String, bottom: String): CSSAttr

Attributes

Inherited from:
SpacingBuilder
final def apply(topBottom: String, leftRight: String): CSSAttr

Attributes

Inherited from:
SpacingBuilder
final def apply(allSides: String): CSSAttr

Attributes

Inherited from:
SpacingBuilder
def csss(strs: String*): CSSAttr

Attributes

Inherited from:
CssBuilder
final def inherit: CSSAttr

Attributes

Inherited from:
CssBuilder
final def initial: CSSAttr

Attributes

Inherited from:
CssBuilder
final def revert: CSSAttr

Attributes

Inherited from:
CssBuilder
final def revertLayer: CSSAttr

Attributes

Inherited from:
CssBuilder
final def unset: CSSAttr

Attributes

Inherited from:
CssBuilder