Package org.patternfly.component.modal
Class ModalFooter
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.component.modal.ModalFooter
-
- All Implemented Interfaces:
Attachable,Container<HTMLElement,ModalFooter>,Finder<HTMLElement>,HasElement<HTMLElement,ModalFooter>,HasHTMLElement<HTMLElement,ModalFooter>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,ModalFooter>
public class ModalFooter extends SubComponent<E,B> implements Attachable
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ModalFooteradd(Button button)ModalFooteradd(Button button, ComponentHandler<Modal> handler)ModalFooteraddButton(Button button)ModalFooteraddButton(Button button, ComponentHandler<Modal> handler)voidattach(MutationRecord mutationRecord)static ModalFootermodalFooter()ModalFooterthat()-
Methods inherited from class org.patternfly.component.SubComponent
element
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.elemento.Attachable
detach
-
Methods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAll
-
-
-
-
Method Detail
-
modalFooter
public static ModalFooter modalFooter()
-
attach
public void attach(MutationRecord mutationRecord)
- Specified by:
attachin interfaceAttachable
-
addButton
public ModalFooter addButton(Button button)
-
addButton
public ModalFooter addButton(Button button, ComponentHandler<Modal> handler)
-
add
public ModalFooter add(Button button)
-
add
public ModalFooter add(Button button, ComponentHandler<Modal> handler)
-
that
public ModalFooter that()
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,ModalFooter>
-
-