Uses of Class
org.patternfly.layout.Breakpoint
-
Packages that use Breakpoint Package Description org.patternfly.component.masthead org.patternfly.component.page org.patternfly.layout -
-
Uses of Breakpoint in org.patternfly.component.masthead
Methods in org.patternfly.component.masthead with parameters of type Breakpoint Modifier and Type Method Description MastheadMasthead. inline(Breakpoint breakpoint)Modifies this component to have an inline display at the given breakpoint.MastheadMasthead. inset(Size size, Breakpoint breakpoint)Modifies this component to have a horizontal padding at the given breakpoint.MastheadMasthead. noInset(Breakpoint breakpoint)Modifies this component to have no horizontal padding at the given breakpoint.MastheadMasthead. stack(Breakpoint breakpoint)Modifies this component to have a stacked display at the given breakpoint. -
Uses of Breakpoint in org.patternfly.component.page
Methods in org.patternfly.component.page with parameters of type Breakpoint Modifier and Type Method Description PageMainSectionPageMainSection. noPadding(Breakpoint breakpoint)Modifies the section to remove padding at the given breakpoint.PageMainSectionPageMainSection. padding(Breakpoint breakpoint)Modifies the section to add padding at the given breakpoint.PageMainGroupPageMainGroup. sticky(Sticky sticky, Breakpoint breakpoint)Modifies this component to be sticky to the top of its container at the given breakpoint.PPageSectionBuilder. sticky(Sticky sticky, Breakpoint breakpoint)Modifies this component to be sticky to the top of its container at the given breakpoint. -
Uses of Breakpoint in org.patternfly.layout
Methods in org.patternfly.layout that return Breakpoint Modifier and Type Method Description 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.Methods in org.patternfly.layout with parameters of type Breakpoint Modifier and Type Method Description static StringClasses. modifier(String modifier, Breakpoint breakpoint)StringSticky. onHeight(Breakpoint breakpoint)
-