Uses of Class
org.patternfly.component.icon.InlineIcon
-
Packages that use InlineIcon Package Description org.patternfly.component.button org.patternfly.component.icon -
-
Uses of InlineIcon in org.patternfly.component.button
Methods in org.patternfly.component.button with parameters of type InlineIcon Modifier and Type Method Description ButtonButton. addIcon(InlineIcon icon)ButtonButton. addIconAndText(InlineIcon icon, String text)ButtonButton. addIconAndText(InlineIcon icon, String text, IconPosition position)static ButtonButton. button(InlineIcon icon)static ButtonButton. button(InlineIcon icon, String label) -
Uses of InlineIcon in org.patternfly.component.icon
Methods in org.patternfly.component.icon that return InlineIcon Modifier and Type Method Description static InlineIconInlineIcon. inlineIcon(String iconClass)static InlineIconInlineIcon. inlineIcon(PredefinedIcon predefinedIcon)InlineIconInlineIcon. that()
-