Uses of Class
org.patternfly.components.Chip
-
Packages that use Chip Package Description org.patternfly.components -
-
Uses of Chip in org.patternfly.components
Methods in org.patternfly.components that return Chip Modifier and Type Method Description static ChipChip. chip(String text)static ChipChip. chip(String text, int count)ChipChip. onClose(Callback callback)Called after the chip has been removed.static ChipChip. overflow(String text)static ChipChip. readOnly(String text)static ChipChip. readOnly(String text, int count)ChipChip. text(String text)ChipChip. that()Methods in org.patternfly.components with parameters of type Chip Modifier and Type Method Description ChipGroupChipGroup. add(Chip chip)
-