Uses of Class
org.patternfly.style.Breakpoint
-
Packages that use Breakpoint Package Description org.patternfly.component.brand org.patternfly.component.divider org.patternfly.component.page org.patternfly.layout.gallery org.patternfly.layout.grid org.patternfly.style -
-
Uses of Breakpoint in org.patternfly.component.brand
Method parameters in org.patternfly.component.brand with type arguments of type Breakpoint Modifier and Type Method Description BrandBrand. heights(Tuples<Breakpoint,String> heights)BrandBrand. widths(Tuples<Breakpoint,String> widths) -
Uses of Breakpoint in org.patternfly.component.divider
Method parameters in org.patternfly.component.divider with type arguments of type Breakpoint Modifier and Type Method Description DividerDivider. inset(Tuples<Breakpoint,Inset> inset)DividerDivider. orientation(Tuples<Breakpoint,Orientation> orientation) -
Uses of Breakpoint in org.patternfly.component.page
Method parameters in org.patternfly.component.page with type arguments of type Breakpoint Modifier and Type Method Description PagePage. breakpoint(Function<Integer,Breakpoint> breakpointFn)The page resize observer uses the breakpoints returned from this function when adding thepf-m-breakpoint-[default|sm|md|lg|xl|2xl]class.MastheadMasthead. display(Tuples<Breakpoint,Display> displayModifiers)Display type at various breakpoints.MastheadMasthead. inset(Tuples<Breakpoint,Inset> insetModifiers)Insets at various breakpointsPPageSectionBuilder. padding(Tuples<Breakpoint,Padding> padding)PageMainGroupPageMainGroup. sticky(Tuples<Breakpoint,Sticky> sticky)Modifies this component to be sticky at the given breakpoints.PPageSectionBuilder. sticky(Tuples<Breakpoint,Sticky> sticky)Modifies this component to be sticky at the given breakpoints.PagePage. verticalBreakpoint(Function<Integer,Breakpoint> verticalBreakpointFn)The page resize observer uses the breakpoints returned from this function when adding thepf-m-height-breakpoint-[default|sm|md|lg|xl|2xl]class. -
Uses of Breakpoint in org.patternfly.layout.gallery
Method parameters in org.patternfly.layout.gallery with type arguments of type Breakpoint Modifier and Type Method Description GalleryGallery. maxWidths(Tuple<Breakpoint,String> first, Tuple<Breakpoint,String>... rest)GalleryGallery. minWidths(Tuple<Breakpoint,String> first, Tuple<Breakpoint,String>... rest) -
Uses of Breakpoint in org.patternfly.layout.grid
Method parameters in org.patternfly.layout.grid with type arguments of type Breakpoint Modifier and Type Method Description GridGrid. cols(Tuples<Breakpoint,Integer> columns)The number of columns all grid items should span on a specific breakpoint.GridItemGridItem. offset(Tuples<Breakpoint,Integer> columns)The number of columns the grid item is offset on a specific breakpoint.GridGrid. order(Tuples<Breakpoint,String> order)Modifies the flex layout element order property.GridItemGridItem. order(Tuples<Breakpoint,String> order)Modifies the flex layout element order property.GridItemGridItem. rowSpan(Tuples<Breakpoint,Integer> rows)The number of rows the grid item spans on a specific breakpoint.GridItemGridItem. span(Tuples<Breakpoint,Integer> columns)The number of columns the grid item spans on a specific breakpoint. -
Uses of Breakpoint in org.patternfly.style
Methods in org.patternfly.style that return Breakpoint Modifier and Type Method Description static BreakpointBreakpoint. breakpoint(int width)static BreakpointBreakpoint. valueOf(String name)Returns the enum constant of this type with the specified name.static Breakpoint[]Breakpoint. values()Returns an array containing the constants of this enum type, in the order they are declared.static BreakpointBreakpoint. verticalBreakpoint(int height)Methods in org.patternfly.style with parameters of type Breakpoint Modifier and Type Method Description static StringClasses. modifier(String modifier, Breakpoint breakpoint)static StringClasses. modifier(Tuples<Breakpoint,String> tuples, Breakpoint breakpoint)static <T extends TypedModifier>
StringClasses. typedModifier(Tuples<Breakpoint,T> tuples, Breakpoint breakpoint)Method parameters in org.patternfly.style with type arguments of type Breakpoint Modifier and Type Method Description voidVariable. applyTo(HTMLElement element, Tuples<Breakpoint,String> tuples)<E extends HTMLElement,B extends TypedBuilder<E,B>>
BVariable. applyTo(HasHTMLElement<E,B> element, Tuples<Breakpoint,String> tuples)static StringClasses. modifier(Tuples<Breakpoint,String> tuples)static StringClasses. modifier(Tuples<Breakpoint,String> tuples, Breakpoint breakpoint)static <T extends TypedModifier>
StringClasses. typedModifier(Tuples<Breakpoint,T> tuples)static <T extends TypedModifier>
StringClasses. typedModifier(Tuples<Breakpoint,T> tuples, Breakpoint breakpoint)static StringClasses. verticalModifier(Tuples<Breakpoint,String> tuples)static <T extends TypedModifier>
StringClasses. verticalTypedModifier(Tuples<Breakpoint,T> tuples)
-