Uses of Class
org.patternfly.component.Icon
-
Packages that use Icon Package Description org.patternfly.component -
-
Uses of Icon in org.patternfly.component
Methods in org.patternfly.component that return Icon Modifier and Type Method Description static IconIcon. icon(String iconClass)Deprecated.Factory method to create a new instance of this component.IconIcon. size(Size size)Deprecated.Modifies the size of this component.IconIcon. that()Deprecated.Methods in org.patternfly.component with parameters of type Icon Modifier and Type Method Description static EmptyStateEmptyState. emptyState(Icon icon, String title)Deprecated.static <T> Dropdown<T>Dropdown. icon(Icon icon)Deprecated.static <T> GroupedDropdown<T>GroupedDropdown. icon(Icon icon)Deprecated.static GroupedOptionsMenuGroupedOptionsMenu. icon(Icon icon)Deprecated.static MultiOptionsMenuMultiOptionsMenu. icon(Icon icon)Deprecated.static <T> SingleOptionsMenu<T>SingleOptionsMenu. icon(Icon icon)Deprecated.static <T> DataTable.Column<T>DataTable. iconColumn(Icon icon)Deprecated.static <T> MultiSelect<T>MultiSelect. multi(Icon icon, String text)Deprecated.static <T> SingleSelect<T>SingleSelect. single(Icon icon, String text)Deprecated.static <T> Dropdown<T>Dropdown. splitAction(Icon icon)Deprecated.static <T> GroupedDropdown<T>GroupedDropdown. splitAction(Icon icon)Deprecated.
-