Uses of Class
org.patternfly.core.Tuples
-
Packages that use Tuples Package Description org.patternfly.component.brand org.patternfly.component.divider org.patternfly.component.page org.patternfly.core org.patternfly.layout.grid org.patternfly.style -
-
Uses of Tuples in org.patternfly.component.brand
Methods in org.patternfly.component.brand with parameters of type Tuples Modifier and Type Method Description BrandBrand. heights(Tuples<Breakpoint,String> heights)BrandBrand. widths(Tuples<Breakpoint,String> widths) -
Uses of Tuples in org.patternfly.component.divider
Methods in org.patternfly.component.divider with parameters of type Tuples Modifier and Type Method Description DividerDivider. inset(Tuples<Breakpoint,Inset> inset)DividerDivider. orientation(Tuples<Breakpoint,Orientation> orientation) -
Uses of Tuples in org.patternfly.component.page
Methods in org.patternfly.component.page with parameters of type Tuples Modifier and Type Method Description 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. -
Uses of Tuples in org.patternfly.core
Methods in org.patternfly.core that return Tuples Modifier and Type Method Description static <K,V>
Tuples<K,V>Tuples. tuples(List<Tuple<K,V>> tuples)static <K,V>
Tuples<K,V>Tuples. tuples(K key1, V value1)static <K,V>
Tuples<K,V>Tuples. tuples(K key1, V value1, K key2, V value2)static <K,V>
Tuples<K,V>Tuples. tuples(K key1, V value1, K key2, V value2, K key3, V value3)static <K,V>
Tuples<K,V>Tuples. tuples(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4)static <K,V>
Tuples<K,V>Tuples. tuples(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4, K key5, V value5)static <K,V>
Tuples<K,V>Tuples. tuples(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4, K key5, V value5, K key6, V value6)static <K,V>
Tuples<K,V>Tuples. tuples(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4, K key5, V value5, K key6, V value6, K key7, V value7)static <K,V>
Tuples<K,V>Tuples. tuples(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4, K key5, V value5, K key6, V value6, K key7, V value7, K key8, V value8)static <K,V>
Tuples<K,V>Tuples. tuples(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4, K key5, V value5, K key6, V value6, K key7, V value7, K key8, V value8, K key9, V value9)static <K,V>
Tuples<K,V>Tuples. tuples(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4, K key5, V value5, K key6, V value6, K key7, V value7, K key8, V value8, K key9, V value9, K key10, V value10) -
Uses of Tuples in org.patternfly.layout.grid
Methods in org.patternfly.layout.grid with parameters of type Tuples 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 Tuples in org.patternfly.style
Methods in org.patternfly.style with parameters of type Tuples 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)
-