Uses of Class
org.patternfly.style.Variable
-
Packages that use Variable Package Description org.patternfly.component.emptystate org.patternfly.style -
-
Uses of Variable in org.patternfly.component.emptystate
Methods in org.patternfly.component.emptystate with parameters of type Variable Modifier and Type Method Description EmptyStateHeaderEmptyStateHeader. icon(String iconClass, Variable color)EmptyStateHeaderEmptyStateHeader. icon(InlineIcon icon, Variable color)EmptyStateHeaderEmptyStateHeader. icon(PredefinedIcon predefinedIcon, Variable color) -
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.
-