Uses of Class
org.patternfly.style.Breakpoints
Packages that use Breakpoints
Package
Description
Styling utilities including CSS classes, modifiers, breakpoints, and CSS variables.
-
Uses of Breakpoints in org.patternfly.style
Methods in org.patternfly.style that return BreakpointsModifier and TypeMethodDescriptionAdds the given value for the 2xl breakpoint to the list of breakpoints.static <V> Breakpoints<V> Breakpoints.breakpoints()Creates a new instance of Breakpoints with an empty list of breakpoints.static <V> Breakpoints<V> Breakpoints.breakpoints(Iterable<Tuple<Breakpoint, V>> breakpoints) Creates a new instance of Breakpoints with the given breakpoints and values.static <V> Breakpoints<V> Breakpoints.breakpoints(Breakpoint breakpoint, V value) Creates a new instance ofBreakpointswith a single tuple containing the given breakpoint and value.static <V> Breakpoints<V> Breakpoints.breakpoints(Breakpoint breakpoint1, V value1, Breakpoint breakpoint2, V value2) Creates a new instance of Breakpoints with two tuples containing the given breakpoints and values.static <V> Breakpoints<V> Breakpoints.breakpoints(Breakpoint breakpoint1, V value1, Breakpoint breakpoint2, V value2, Breakpoint breakpoint3, V value3) Creates a new instance of Breakpoints with three tuples containing the given breakpoints and values.static <V> Breakpoints<V> Breakpoints.breakpoints(Breakpoint breakpoint1, V value1, Breakpoint breakpoint2, V value2, Breakpoint breakpoint3, V value3, Breakpoint breakpoint4, V value4) Creates a new instance of Breakpoints with four tuples containing the given breakpoints and values.static <V> Breakpoints<V> Breakpoints.breakpoints(Breakpoint breakpoint1, V value1, Breakpoint breakpoint2, V value2, Breakpoint breakpoint3, V value3, Breakpoint breakpoint4, V value4, Breakpoint breakpoint5, V value5) Creates a new instance of Breakpoints with five tuples containing the given breakpoints and values.static <V> Breakpoints<V> Breakpoints.breakpoints(Breakpoint breakpoint1, V value1, Breakpoint breakpoint2, V value2, Breakpoint breakpoint3, V value3, Breakpoint breakpoint4, V value4, Breakpoint breakpoint5, V value5, Breakpoint breakpoint6, V value6) Creates a new instance of Breakpoints with six tuples containing the given breakpoints and values.Adds the given value for the default breakpoint to the list of breakpoints.Adds the given value for the large breakpoint to the list of breakpoints.Adds the given value for the medium breakpoint to the list of breakpoints.Adds the given value for the small breakpoint to the list of breakpoints.Adds the given value for the x-large breakpoint to the list of breakpoints.Methods in org.patternfly.style with parameters of type BreakpointsModifier and TypeMethodDescription<V> BVariableAssignments.HTMLBuilder.set(Breakpoints<V> breakpoints) <V> BVariableAssignments.HTMLBuilder.set(Breakpoints<V> breakpoints, Function<V, String> stringValue) <V> voidVariableAssignments.HTMLElement.set(Breakpoints<V> breakpoints) <V> voidVariableAssignments.HTMLElement.set(Breakpoints<V> breakpoints, Function<V, String> stringValue) <V> BVariableAssignments.SVGBuilder.set(Breakpoints<V> breakpoints) <V> BVariableAssignments.SVGBuilder.set(Breakpoints<V> breakpoints, Function<V, String> stringValue)