Uses of Interface
org.patternfly.handler.Callback
-
Packages that use Callback Package Description org.patternfly.component org.patternfly.component.alert org.patternfly.handler -
-
Uses of Callback in org.patternfly.component
Methods in org.patternfly.component with parameters of type Callback Modifier and Type Method Description static EmptyStateEmptyState. noResults(String title, Callback callback)Deprecated.static EmptyStateEmptyState. noResults(Callback callback)Deprecated.ChipChip. onClose(Callback callback)Deprecated.Called after the chip has been removed.PaginationPagination. onFirstPage(Callback firstPageHandler)Deprecated.PaginationPagination. onLastPage(Callback lastPageHandler)Deprecated.PaginationPagination. onNextPage(Callback nextPageHandler)Deprecated.PaginationPagination. onPreviousPage(Callback previousPageHandler)Deprecated.EmptyStateEmptyState. primary(String text, Callback callback)Deprecated.EmptyStateEmptyState. secondary(String text, Callback callback)Deprecated. -
Uses of Callback in org.patternfly.component.alert
Methods in org.patternfly.component.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.handler
Methods in org.patternfly.handler that return Callback Modifier and Type Method Description static CallbackCallback. noop()
-