Class JmixSideDialog.DrawerHeader
java.lang.Object
io.jmix.flowui.kit.component.sidedialog.JmixSideDialog.AbstractDrawerHeaderFooter
io.jmix.flowui.kit.component.sidedialog.JmixSideDialog.DrawerHeader
- All Implemented Interfaces:
com.vaadin.flow.component.HasComponents,com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasEnabled,Serializable
- Enclosing class:
- JmixSideDialog
Represents the header section of the side dialog.
- See Also:
-
Field Summary
Fields inherited from class io.jmix.flowui.kit.component.sidedialog.JmixSideDialog.AbstractDrawerHeaderFooter
components -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.vaadin.flow.component.HasComponentsMethods inherited from class io.jmix.flowui.kit.component.sidedialog.JmixSideDialog.AbstractDrawerHeaderFooter
add, add, add, addComponentAsFirst, addComponentAtIndex, components, getComponents, getElement, remove, remove, removeAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.component.HasEnabled
isEnabled, setEnabled
-
Constructor Details
-
DrawerHeader
public DrawerHeader()
-
-
Method Details