Uses of Class
com.oorian.bootstrap.layout.BsCol
Packages that use BsCol
-
Uses of BsCol in com.oorian.bootstrap.layout
Methods in com.oorian.bootstrap.layout that return BsColModifier and TypeMethodDescriptionBsCol.setAlignSelf(String alignment) Sets vertical alignment for this column.BsCol.setAuto(Breakpoint breakpoint) Sets auto sizing for a specific breakpoint.BsCol.setOffset(int offset) Sets the column offset for all breakpoints.BsCol.setOffset(Breakpoint breakpoint, int offset) Sets the column offset for a specific breakpoint.BsCol.setOrder(Breakpoint breakpoint, String order) Sets the column order for a specific breakpoint.Sets the column order for all breakpoints.BsCol.setSize(int size) Sets the column size for all breakpoints.BsCol.setSize(Breakpoint breakpoint, int size) Sets the column size for a specific breakpoint.BsCol.setSizeAuto()Sets auto sizing for this column.BsCol.setSizeLg(int size) Sets the column size for large breakpoint (col-lg-*).BsCol.setSizeMd(int size) Sets the column size for medium breakpoint (col-md-*).BsCol.setSizeSm(int size) Sets the column size for small breakpoint (col-sm-*).BsCol.setSizeXl(int size) Sets the column size for extra large breakpoint (col-xl-*).BsCol.setSizeXxl(int size) Sets the column size for extra extra large breakpoint (col-xxl-*).