BSElementAbstract

Superclass for all layout classes, factoring out the common #getCssClass() attribute.

API

BSElementAbstract.java
class BSElementAbstract {
  String getCssClass()     (1)
  void setCssClass(String cssClass)
}
1 getCssClass()

Any additional CSS classes to render on the page element corresponding to this object, eg as per theBootstrap mixinsor just for custom styling.

Members

getCssClass()

Any additional CSS classes to render on the page element corresponding to this object, eg as per theBootstrap mixinsor just for custom styling.