Uses of Class
com.oorian.bootstrap.layout.BsRow
Packages that use BsRow
-
Uses of BsRow in com.oorian.bootstrap.layout
Methods in com.oorian.bootstrap.layout that return BsRowModifier and TypeMethodDescriptionBsRow.setAlignItems(String alignment) Sets vertical alignment of columns.BsRow.setGutter(int size) Sets the gutter spacing for all breakpoints.BsRow.setGutterX(int size) Sets the horizontal gutter spacing.BsRow.setGutterY(int size) Sets the vertical gutter spacing.BsRow.setJustifyContent(String justify) Sets horizontal justification of columns.BsRow.setRowCols(int cols) Sets the number of row columns for all breakpoints.BsRow.setRowCols(Breakpoint breakpoint, int cols) Sets the number of row columns for a specific breakpoint.BsRow.setRowColsAuto()Sets auto row columns for all breakpoints.