Uses of Class
org.patternfly.style.Breakpoints
-
-
Uses of Breakpoints in org.patternfly.component.brand
Methods in org.patternfly.component.brand with parameters of type Breakpoints Modifier and Type Method Description BrandBrand. heights(Breakpoints<String> heights)BrandBrand. widths(Breakpoints<String> widths) -
Uses of Breakpoints in org.patternfly.component.descriptionlist
Methods in org.patternfly.component.descriptionlist with parameters of type Breakpoints Modifier and Type Method Description DescriptionListDescriptionList. autoFitMin(Breakpoints<String> autoFitMin)Sets the minimum column size for the auto-fit layout at various breakpoints.DescriptionListDescriptionList. columns(Breakpoints<Integer> columns)Sets the number of columns on the description list at various breakpoints.DescriptionListDescriptionList. horizontalTermWidth(Breakpoints<String> horizontalTermWidth)Sets the horizontal description list's term column width at various breakpoints.DescriptionListDescriptionList. orientation(Breakpoints<Orientation> orientation)Indicates how the menu will align at various breakpoints. -
Uses of Breakpoints in org.patternfly.component.divider
Methods in org.patternfly.component.divider with parameters of type Breakpoints Modifier and Type Method Description DividerDivider. inset(Breakpoints<Inset> inset)DividerDivider. orientation(Breakpoints<Orientation> orientation) -
Uses of Breakpoints in org.patternfly.component.drawer
Methods in org.patternfly.component.drawer with parameters of type Breakpoints Modifier and Type Method Description DrawerPanelDrawerPanel. widths(Breakpoints<DrawerPanelWidth> widths)Width for drawer panel at various breakpoints. -
Uses of Breakpoints in org.patternfly.component.page
Methods in org.patternfly.component.page with parameters of type Breakpoints Modifier and Type Method Description MastheadMasthead. display(Breakpoints<Display> displayModifiers)Display type at various breakpoints.MastheadMasthead. inset(Breakpoints<Inset> insetModifiers)Insets at various breakpointsPPageSectionBuilder. padding(Breakpoints<Padding> padding)PageMainGroupPageMainGroup. sticky(Breakpoints<Sticky> sticky)Modifies this component to be sticky at the given breakpoints.PPageSectionBuilder. sticky(Breakpoints<Sticky> sticky)Modifies this component to be sticky at the given breakpoints. -
Uses of Breakpoints in org.patternfly.component.tabs
Methods in org.patternfly.component.tabs with parameters of type Breakpoints Modifier and Type Method Description TabsTabs. expandable(Breakpoints<ExpandableModifier> expandable)Enable expandable vertical tabs at various breakpoints (Modifiers.Vertical.vertical()should be set to true for this to work).TabsTabs. inset(Breakpoints<Inset> inset)Insets at various breakpoints. -
Uses of Breakpoints in org.patternfly.layout.flex
Methods in org.patternfly.layout.flex with parameters of type Breakpoints Modifier and Type Method Description FlexFlex. align(Breakpoints<Align> align)Value to use for margin: auto at various breakpointsFlexItemFlexItem. align(Breakpoints<Align> align)Value to use for margin: auto at various breakpointsFlexFlex. alignContent(Breakpoints<AlignContent> alignContent)Value to add for align-content property at various breakpointsFlexFlex. alignItems(Breakpoints<AlignItems> alignItems)Value to add for align-items property at various breakpointsFlexFlex. alignSelf(Breakpoints<AlignSelf> alignSelf)Value to add for align-self property at various breakpointsFlexItemFlexItem. alignSelf(Breakpoints<AlignSelf> alignSelf)Value to add for align-self property at various breakpointsFlexFlex. columnGap(Breakpoints<Gap> columnGap)Gap between columns at various breakpoints.FlexFlex. direction(Breakpoints<Direction> direction)Value to add for flex-direction property at various breakpointsFlexFlex. display(Breakpoints<Display> display)Value to set to display property at various breakpointsFlexFlex. flex(Breakpoints<FlexShorthand> flexShorthand)Value to add for flex property at various breakpointsFlexItemFlexItem. flex(Breakpoints<FlexShorthand> flexShorthand)Value to add for flex property at various breakpointsFlexFlex. flexWrap(Breakpoints<FlexWrap> flexWrap)Value to set for flex-wrap property at various breakpointsFlexFlex. gap(Breakpoints<Gap> gap)Gap between items at various breakpoints.FlexFlex. justifyContent(Breakpoints<JustifyContent> justifyContent)Value to add for justify-content property at various breakpointsFlexFlex. order(Breakpoints<String> order)FlexItemFlexItem. order(Breakpoints<String> order)FlexFlex. rowGap(Breakpoints<Gap> rowGap)Gap between rows at various breakpoints.FlexFlex. spaceItems(Breakpoints<SpaceItems> spaceItems)Space items at various breakpointsFlexFlex. spacer(Breakpoints<Spacer> spacer)Spacers at various breakpointsFlexItemFlexItem. spacer(Breakpoints<Spacer> spacer)Spacers at various breakpoints -
Uses of Breakpoints in org.patternfly.layout.grid
Methods in org.patternfly.layout.grid with parameters of type Breakpoints Modifier and Type Method Description GridGrid. columns(Breakpoints<Integer> columns)The number of columns all grid items should span on a specific breakpoint.GridItemGridItem. offset(Breakpoints<Integer> columns)The number of columns the grid item is offset on a specific breakpoint.GridGrid. order(Breakpoints<String> order)Modifies the flex layout element order property.GridItemGridItem. order(Breakpoints<String> order)Modifies the flex layout element order property.GridItemGridItem. rowSpan(Breakpoints<Integer> rows)The number of rows the grid item spans on a specific breakpoint.GridItemGridItem. span(Breakpoints<Integer> columns)The number of columns the grid item spans on a specific breakpoint. -
Uses of Breakpoints in org.patternfly.style
Methods in org.patternfly.style that return Breakpoints Modifier and Type Method Description Breakpoints<V>Breakpoints. _2xl(V value)Adds 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.Breakpoints<V>Breakpoints. default_(V value)Adds the given value for the default breakpoint to the list of breakpoints.Breakpoints<V>Breakpoints. lg(V value)Adds the given value for the large breakpoint to the list of breakpoints.Breakpoints<V>Breakpoints. md(V value)Adds the given value for the medium breakpoint to the list of breakpoints.Breakpoints<V>Breakpoints. sm(V value)Adds the given value for the small breakpoint to the list of breakpoints.Breakpoints<V>Breakpoints. xl(V value)Adds the given value for the x-large breakpoint to the list of breakpoints.Methods in org.patternfly.style with parameters of type Breakpoints Modifier and Type Method Description <V> voidVariable. applyTo(HTMLElement element, Breakpoints<V> breakpoints)<V> voidVariable. applyTo(HTMLElement element, Breakpoints<V> breakpoints, Function<V,String> stringValue)<E extends HTMLElement,B extends TypedBuilder<E,B>,V>
BVariable. applyTo(HasHTMLElement<E,B> element, Breakpoints<V> breakpoints)<E extends HTMLElement,B extends TypedBuilder<E,B>,V>
BVariable. applyTo(HasHTMLElement<E,B> element, Breakpoints<V> breakpoints, Function<V,String> stringValue)
-