Package io.jmix.flowui.view
Class AbstractDialogWindowHeaderFooter
java.lang.Object
io.jmix.flowui.view.AbstractDialogWindowHeaderFooter
- All Implemented Interfaces:
com.vaadin.flow.component.HasComponents
,com.vaadin.flow.component.HasElement
,com.vaadin.flow.component.HasEnabled
,Serializable
- Direct Known Subclasses:
DialogWindowFooter
,DialogWindowHeader
public abstract class AbstractDialogWindowHeaderFooter
extends Object
implements com.vaadin.flow.component.HasComponents
Abstract wrapper class for
Dialog.DialogHeader
and Dialog.DialogFooter
that is used for
DialogWindow
configuration.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractDialogWindowHeaderFooter
(com.vaadin.flow.component.HasComponents rootComponent) -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(com.vaadin.flow.component.Component... components) void
void
add
(Collection<com.vaadin.flow.component.Component> components) void
addComponentAsFirst
(com.vaadin.flow.component.Component component) void
addComponentAtIndex
(int index, com.vaadin.flow.component.Component component) com.vaadin.flow.dom.Element
void
remove
(com.vaadin.flow.component.Component... components) void
remove
(Collection<com.vaadin.flow.component.Component> components) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.vaadin.flow.component.HasEnabled
isEnabled, setEnabled
-
Field Details
-
rootComponent
protected com.vaadin.flow.component.HasComponents rootComponent
-
-
Constructor Details
-
AbstractDialogWindowHeaderFooter
protected AbstractDialogWindowHeaderFooter(com.vaadin.flow.component.HasComponents rootComponent)
-
-
Method Details
-
add
public void add(com.vaadin.flow.component.Component... components) - Specified by:
add
in interfacecom.vaadin.flow.component.HasComponents
-
add
- Specified by:
add
in interfacecom.vaadin.flow.component.HasComponents
-
add
- Specified by:
add
in interfacecom.vaadin.flow.component.HasComponents
-
remove
public void remove(com.vaadin.flow.component.Component... components) - Specified by:
remove
in interfacecom.vaadin.flow.component.HasComponents
-
remove
- Specified by:
remove
in interfacecom.vaadin.flow.component.HasComponents
-
removeAll
public void removeAll()- Specified by:
removeAll
in interfacecom.vaadin.flow.component.HasComponents
-
addComponentAtIndex
public void addComponentAtIndex(int index, com.vaadin.flow.component.Component component) - Specified by:
addComponentAtIndex
in interfacecom.vaadin.flow.component.HasComponents
-
addComponentAsFirst
public void addComponentAsFirst(com.vaadin.flow.component.Component component) - Specified by:
addComponentAsFirst
in interfacecom.vaadin.flow.component.HasComponents
-
getElement
public com.vaadin.flow.dom.Element getElement()- Specified by:
getElement
in interfacecom.vaadin.flow.component.HasElement
-