Uses of Class
org.patternfly.style.Breakpoints
Package
Description
-
Uses of Breakpoints in org.patternfly.component.brand
Modifier and TypeMethodDescriptionBrand.heights
(Breakpoints<String> heights) Brand.widths
(Breakpoints<String> widths) -
Uses of Breakpoints in org.patternfly.component.divider
Modifier and TypeMethodDescriptionDivider.inset
(Breakpoints<Inset> inset) Divider.orientation
(Breakpoints<Orientation> orientation) -
Uses of Breakpoints in org.patternfly.component.drawer
Modifier and TypeMethodDescriptionDrawerPanel.widths
(Breakpoints<Width> widths) Width for drawer panel at various breakpoints. -
Uses of Breakpoints in org.patternfly.component.jumplinks
Modifier and TypeMethodDescriptionJumpLinks.expandable
(Breakpoints<ExpandableModifier> expandable) When to collapse/expand at different breakpoints (Modifiers.Vertical.vertical()
should be set to true for this to work). -
Uses of Breakpoints in org.patternfly.component.list
Modifier and TypeMethodDescriptionDescriptionList.autoFitMin
(Breakpoints<String> autoFitMin) Sets the minimum column size for the auto-fit layout at various breakpoints.DescriptionList.columns
(Breakpoints<Integer> columns) Sets the number of columns on the description list at various breakpoints.DescriptionList.horizontalTermWidth
(Breakpoints<String> horizontalTermWidth) Sets the horizontal description list's term column width at various breakpoints.DescriptionList.orientation
(Breakpoints<Orientation> orientation) Indicates how the menu will align at various breakpoints.DataListAction.visibility
(Breakpoints<Visibility> visibility) -
Uses of Breakpoints in org.patternfly.component.page
Modifier and TypeMethodDescriptionMasthead.display
(Breakpoints<Display> displayModifiers) Display type at various breakpoints.Masthead.inset
(Breakpoints<Inset> insetModifiers) Insets at various breakpointsPageSectionBuilder.padding
(Breakpoints<Padding> padding) PageMainGroup.sticky
(Breakpoints<Sticky> sticky) Modifies this component to be sticky at the given breakpoints.PageSectionBuilder.sticky
(Breakpoints<Sticky> sticky) Modifies this component to be sticky at the given breakpoints. -
Uses of Breakpoints in org.patternfly.component.tabs
Modifier and TypeMethodDescriptionTabs.expandable
(Breakpoints<ExpandableModifier> expandable) Enable expandable vertical tabs at various breakpoints (Modifiers.Vertical.vertical()
should be set to true for this to work).Tabs.inset
(Breakpoints<Inset> inset) Insets at various breakpoints. -
Uses of Breakpoints in org.patternfly.layout.flex
Modifier and TypeMethodDescriptionFlex.align
(Breakpoints<Align> align) Value to use for margin: auto at various breakpointsFlexItem.align
(Breakpoints<Align> align) Value to use for margin: auto at various breakpointsFlex.alignContent
(Breakpoints<AlignContent> alignContent) Value to add for align-content property at various breakpointsFlex.alignItems
(Breakpoints<AlignItems> alignItems) Value to add for align-items property at various breakpointsFlex.alignSelf
(Breakpoints<AlignSelf> alignSelf) Value to add for align-self property at various breakpointsFlexItem.alignSelf
(Breakpoints<AlignSelf> alignSelf) Value to add for align-self property at various breakpointsFlex.columnGap
(Breakpoints<Gap> columnGap) Gap between columns at various breakpoints.Flex.direction
(Breakpoints<Direction> direction) Value to add for flex-direction property at various breakpointsFlex.display
(Breakpoints<Display> display) Value to set to display property at various breakpointsFlex.flex
(Breakpoints<FlexShorthand> flexShorthand) Value to add for flex property at various breakpointsFlexItem.flex
(Breakpoints<FlexShorthand> flexShorthand) Value to add for flex property at various breakpointsFlex.flexWrap
(Breakpoints<FlexWrap> flexWrap) Value to set for flex-wrap property at various breakpointsFlex.gap
(Breakpoints<Gap> gap) Gap between items at various breakpoints.Flex.justifyContent
(Breakpoints<JustifyContent> justifyContent) Value to add for justify-content property at various breakpointsFlex.order
(Breakpoints<String> order) FlexItem.order
(Breakpoints<String> order) Flex.rowGap
(Breakpoints<Gap> rowGap) Gap between rows at various breakpoints.Flex.spaceItems
(Breakpoints<SpaceItems> spaceItems) Space items at various breakpointsFlex.spacer
(Breakpoints<Spacer> spacer) Spacers at various breakpointsFlexItem.spacer
(Breakpoints<Spacer> spacer) Spacers at various breakpoints -
Uses of Breakpoints in org.patternfly.layout.grid
Modifier and TypeMethodDescriptionGrid.columns
(Breakpoints<Integer> columns) The number of columns all grid items should span on a specific breakpoint.GridItem.offset
(Breakpoints<Integer> columns) The number of columns the grid item is offset on a specific breakpoint.Grid.order
(Breakpoints<String> order) Modifies the flex layout element order property.GridItem.order
(Breakpoints<String> order) Modifies the flex layout element order property.GridItem.rowSpan
(Breakpoints<Integer> rows) The number of rows the grid item spans on a specific breakpoint.GridItem.span
(Breakpoints<Integer> columns) The number of columns the grid item spans on a specific breakpoint. -
Uses of Breakpoints in org.patternfly.style
Modifier 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 ofBreakpoints
with 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.Modifier and TypeMethodDescription<V> B
VariableAssignments.HTMLBuilder.set
(Breakpoints<V> breakpoints) <V> B
VariableAssignments.HTMLBuilder.set
(Breakpoints<V> breakpoints, Function<V, String> stringValue) <V> void
VariableAssignments.HTMLElement.set
(Breakpoints<V> breakpoints) <V> void
VariableAssignments.HTMLElement.set
(Breakpoints<V> breakpoints, Function<V, String> stringValue) <V> B
VariableAssignments.SVGBuilder.set
(Breakpoints<V> breakpoints) <V> B
VariableAssignments.SVGBuilder.set
(Breakpoints<V> breakpoints, Function<V, String> stringValue)