Uses of Class
org.patternfly.component.chip.Chip
-
Packages that use Chip Package Description org.patternfly.component.chip -
-
Uses of Chip in org.patternfly.component.chip
Methods in org.patternfly.component.chip that return Chip Modifier and Type Method Description ChipChip. add(Badge badge)ChipChip. addBadge(Badge badge)ChipChip. ariaCloseLabel(String label)static ChipChip. chip(String text)ChipChip. onClose(CloseHandler<Chip> closeHandler)ChipChip. readonly()ChipChip. text(String text)ChipChip. textMaxWidth(String maxWidth)ChipChip. that()Methods in org.patternfly.component.chip that return types with arguments of type Chip Modifier and Type Method Description Set<Chip>ChipGroup. values()Methods in org.patternfly.component.chip with parameters of type Chip Modifier and Type Method Description ChipGroupChipGroup. add(Chip chip)ChipGroupChipGroup. addChip(Chip chip)Method parameters in org.patternfly.component.chip with type arguments of type Chip Modifier and Type Method Description <T> ChipGroupChipGroup. addChips(Iterable<T> items, Function<T,Chip> display)ChipChip. onClose(CloseHandler<Chip> closeHandler)
-