Uses of Enum Class
com.oorian.bootstrap.enums.Breakpoint
Packages that use Breakpoint
Package
Description
-
Uses of Breakpoint in com.oorian.bootstrap.enums
Methods in com.oorian.bootstrap.enums that return BreakpointModifier and TypeMethodDescriptionstatic BreakpointReturns the enum constant of this class with the specified name.static Breakpoint[]Breakpoint.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Breakpoint in com.oorian.bootstrap.layout
Methods in com.oorian.bootstrap.layout with parameters of type BreakpointModifier and TypeMethodDescriptionBsCol.setAuto(Breakpoint breakpoint) Sets auto sizing for a specific breakpoint.BsContainer.setBreakpoint(Breakpoint breakpoint) Sets the breakpoint at which the container becomes full width.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.BsRow.setRowCols(Breakpoint breakpoint, int cols) Sets the number of row columns for a specific breakpoint.BsCol.setSize(Breakpoint breakpoint, int size) Sets the column size for a specific breakpoint.