Uses of Interface
org.patternfly.core.Callback
-
Packages that use Callback Package Description org.patternfly.components org.patternfly.components.alert org.patternfly.core -
-
Uses of Callback in org.patternfly.components
Methods in org.patternfly.components with parameters of type Callback Modifier and Type Method Description static EmptyStateEmptyState. noResults(String title, Callback callback)static EmptyStateEmptyState. noResults(Callback callback)ButtonButton. onClick(Callback callback)ChipChip. onClose(Callback callback)Called after the chip has been removed.PaginationPagination. onFirstPage(Callback firstPageHandler)PaginationPagination. onLastPage(Callback lastPageHandler)PaginationPagination. onNextPage(Callback nextPageHandler)PaginationPagination. onPreviousPage(Callback previousPageHandler)EmptyStateEmptyState. primary(String text, Callback callback)EmptyStateEmptyState. secondary(String text, Callback callback) -
Uses of Callback in org.patternfly.components.alert
Methods in org.patternfly.components.alert with parameters of type Callback Modifier and Type Method Description AlertAlert. closable(Callback callback)AlertAlert. onClose(Callback callback) -
Uses of Callback in org.patternfly.core
Methods in org.patternfly.core that return Callback Modifier and Type Method Description static CallbackCallback. noop()
-