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