Uses of Class
org.patternfly.core.Tuple
Packages that use Tuple
Package
Description
Core classes and interfaces for PatternFly Java.
Styling utilities including CSS classes, modifiers, breakpoints, and CSS variables.
-
Uses of Tuple in org.patternfly.core
Classes in org.patternfly.core that implement interfaces with type arguments of type TupleMethods in org.patternfly.core that return TupleMethods in org.patternfly.core that return types with arguments of type TupleMethod parameters in org.patternfly.core with type arguments of type Tuple -
Uses of Tuple in org.patternfly.layout.gallery
Methods in org.patternfly.layout.gallery with parameters of type TupleModifier and TypeMethodDescriptionfinal GalleryGallery.maxWidths(Tuple<Breakpoint, String> first, Tuple<Breakpoint, String>... rest) final GalleryGallery.minWidths(Tuple<Breakpoint, String> first, Tuple<Breakpoint, String>... rest) -
Uses of Tuple in org.patternfly.style
Classes in org.patternfly.style that implement interfaces with type arguments of type TupleModifier and TypeClassDescriptionclassTheBreakpointCollectorcollects tuples ofBreakpointand a generic valueVas CSS modifier classes and returns the collected data as aString.Methods in org.patternfly.style that return types with arguments of type TupleModifier and TypeMethodDescriptionBreakpointCollector.accumulator()static <V> Collector<Tuple<Breakpoint, V>, StringBuilder, String> BreakpointCollector.modifiers()Returns a collector that accumulatesTuple<Breakpoint, V>objects into aStringBuilderand produces aStringrepresentation of the accumulated modifiers.static <V> Collector<Tuple<Breakpoint, V>, StringBuilder, String> Returns a collector that accumulatesTuple<Breakpoint, V>objects into aStringBuilderand produces aStringrepresentation of the accumulated modifiers.static <V> Collector<Tuple<Breakpoint, V>, StringBuilder, String> BreakpointCollector.verticalModifiers()Returns a collector that accumulatesTuple<Breakpoint, V>objects into aStringBuilderand produces aStringrepresentation of the accumulated vertical modifiers.static <V> Collector<Tuple<Breakpoint, V>, StringBuilder, String> BreakpointCollector.verticalModifiers(Function<V, String> stringValue) Returns a collector that accumulatesTuple<Breakpoint, V>objects into aStringBuilderand produces aStringrepresentation of the accumulated vertical modifiers.Method parameters in org.patternfly.style with type arguments of type TupleModifier and TypeMethodDescriptionstatic <V> Breakpoints<V> Breakpoints.breakpoints(Iterable<Tuple<Breakpoint, V>> breakpoints) Creates a new instance of Breakpoints with the given breakpoints and values.