Class JmixSideDialog.DrawerFooter
java.lang.Object
io.jmix.flowui.kit.component.sidedialog.JmixSideDialog.AbstractDrawerHeaderFooter
io.jmix.flowui.kit.component.sidedialog.JmixSideDialog.DrawerFooter
- All Implemented Interfaces:
com.vaadin.flow.component.HasComponents,com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasEnabled,Serializable
- Enclosing class:
- JmixSideDialog
Represents the footer 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
-
DrawerFooter
public DrawerFooter()
-
-
Method Details