Uses of Class
org.patternfly.style.Variable
-
Packages that use Variable Package Description org.patternfly.style -
-
Uses of Variable in org.patternfly.style
Methods in org.patternfly.style that return Variable Modifier and Type Method Description static VariableVariable. componentVar(String component, String... elements)Constructs a component variable with the given component and elements.static VariableVariable. globalVar(String firstElement, String... otherElements)Constructs a global variable with the given elements.
-