BSRowContent
Common superclass for any content of a row.
Most commonly the content of a row is BSCol umns, but it may be either of the BSClearFix classes.
API
BSRowContent.java
class BSRowContent {
Size getSize() (1)
void setSize(Size size)
BSRowContentOwner getOwner() (2)
void setOwner(BSRowContentOwner owner)
BSGrid getGrid()
}
1 | getSize()
Default if not specified is Size#MD . |
2 | getOwner()
Owner. |