Class JmixSideDialog.AbstractDrawerHeaderFooter
java.lang.Object
io.jmix.flowui.kit.component.sidedialog.JmixSideDialog.AbstractDrawerHeaderFooter
- All Implemented Interfaces:
com.vaadin.flow.component.HasComponents,com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasEnabled,Serializable
- Direct Known Subclasses:
JmixSideDialog.DrawerFooter,JmixSideDialog.DrawerHeader
- Enclosing class:
JmixSideDialog
protected abstract class JmixSideDialog.AbstractDrawerHeaderFooter
extends Object
implements com.vaadin.flow.component.HasComponents
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(com.vaadin.flow.component.Component... components) voidvoidadd(Collection<com.vaadin.flow.component.Component> components) voidaddComponentAsFirst(com.vaadin.flow.component.Component component) voidaddComponentAtIndex(int index, com.vaadin.flow.component.Component component) protected List<com.vaadin.flow.component.Component> List<com.vaadin.flow.component.Component> com.vaadin.flow.dom.Elementprotected abstract com.vaadin.flow.component.HasComponentsvoidremove(com.vaadin.flow.component.Component... components) voidremove(Collection<com.vaadin.flow.component.Component> components) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.component.HasComponents
bindChildren, getChildren, getComponentAt, getComponentCount, indexOf, replaceMethods inherited from interface com.vaadin.flow.component.HasEnabled
bindEnabled, isEnabled, setEnabled
-
Field Details
-
components
-
-
Constructor Details
-
AbstractDrawerHeaderFooter
protected AbstractDrawerHeaderFooter()
-
-
Method Details
-
add
public void add(com.vaadin.flow.component.Component... components) - Specified by:
addin interfacecom.vaadin.flow.component.HasComponents
-
add
- Specified by:
addin interfacecom.vaadin.flow.component.HasComponents
-
add
- Specified by:
addin interfacecom.vaadin.flow.component.HasComponents
-
remove
public void remove(com.vaadin.flow.component.Component... components) - Specified by:
removein interfacecom.vaadin.flow.component.HasComponents
-
remove
- Specified by:
removein interfacecom.vaadin.flow.component.HasComponents
-
removeAll
public void removeAll()- Specified by:
removeAllin interfacecom.vaadin.flow.component.HasComponents
-
addComponentAtIndex
public void addComponentAtIndex(int index, com.vaadin.flow.component.Component component) - Specified by:
addComponentAtIndexin interfacecom.vaadin.flow.component.HasComponents
-
addComponentAsFirst
public void addComponentAsFirst(com.vaadin.flow.component.Component component) - Specified by:
addComponentAsFirstin interfacecom.vaadin.flow.component.HasComponents
-
getComponents
-
getElement
public com.vaadin.flow.dom.Element getElement()- Specified by:
getElementin interfacecom.vaadin.flow.component.HasElement
-
components
-