Uses of Class
org.patternfly.component.modal.ModalFooter
Packages that use ModalFooter
Package
Description
Provides the PatternFly modal dialog component and its subcomponents.
-
Uses of ModalFooter in org.patternfly.component.modal
Subclasses with type arguments of type ModalFooter in org.patternfly.component.modalModifier and TypeClassDescriptionclassThe footer area of aModalcomponent, typically containing action buttons.Methods in org.patternfly.component.modal that return ModalFooterModifier and TypeMethodDescriptionModalFooter.add(Button button, ComponentHandler<Modal> handler) ModalFooter.addButton(Button button, ComponentHandler<Modal> handler) static ModalFooterModalFooter.modalFooter()ModalFooter.that()Methods in org.patternfly.component.modal with parameters of type ModalFooterModifier and TypeMethodDescriptionModal.add(ModalFooter footer) Modal.addFooter(ModalFooter footer)