Package org.patternfly.style
Class VariableAssignments.HTMLBuilder<E extends HTMLElement,B extends TypedBuilder<E,B>>
- java.lang.Object
-
- org.patternfly.style.VariableAssignments.HTMLBuilder<E,B>
-
- Enclosing class:
- VariableAssignments
public static class VariableAssignments.HTMLBuilder<E extends HTMLElement,B extends TypedBuilder<E,B>> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Bset(int value)Bset(String value)<V> Bset(Breakpoints<V> breakpoints)<V> Bset(Breakpoints<V> breakpoints, Function<V,String> stringValue)
-
-
-
Method Detail
-
set
public B set(int value)
-
set
public <V> B set(Breakpoints<V> breakpoints)
-
set
public <V> B set(Breakpoints<V> breakpoints, Function<V,String> stringValue)
-
-