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