Uses of Class
org.patternfly.component.icon.Icon
-
Packages that use Icon Package Description org.patternfly.component.icon -
-
Uses of Icon in org.patternfly.component.icon
Methods in org.patternfly.component.icon that return Icon Modifier and Type Method Description static IconIcon. icon(String iconClass)Factory method to create a new instance of this component.static IconIcon. icon(PredefinedIcon predefinedIcon)Factory method to create a new instance of this component.IconIcon. iconSize(Size size)IconIcon. inProgress(boolean inProgress, String label, Consumer<Spinner> spinnerConsumer)IconIcon. size(Size size)Modifies the size of this component.IconIcon. status(Status status)IconIcon. that()
-