abstract fun addSurroundingCssClass(css: String): Component
Adds given value to the set of CSS classes generated in html code of parent component.
Return
current component
abstract fun addSurroundingCssClass(css: Style): Component
Adds given style object to the set of CSS classes generated in html code of parent component.
Return
current component