BSCol
A column within a row which, depending on its #getSpan() , could be as narrow as 1/12th of the page’s width, all the way up to spanning the entire page.
Pretty much other content can be contained within a column, though most commonly it will be FieldSet s (a group of properties) or CollectionLayoutData s. However, columns can also be used to contain further BSRow s (creating a nested grid of rows/cols/rows/cols) and BSTabGroup s.
It is rendered as a (eg) <div class="col-md-4 …">
API
BSCol.java
class BSCol {
int getSpan()
void setSpan(int span)
boolean isUnreferencedActions() (1)
boolean isUnreferencedCollections() (2)
String toCssClass()
String toString()
}
| 1 | isUnreferencedActions()
unwraps nullable Boolean |
| 2 | isUnreferencedCollections()
unwraps nullable Boolean |