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 Details

    • components

      protected List<com.vaadin.flow.component.Component> components
  • Constructor Details

    • AbstractDrawerHeaderFooter

      protected AbstractDrawerHeaderFooter()
  • Method Details

    • add

      public void add(com.vaadin.flow.component.Component... components)
      Specified by:
      add in interface com.vaadin.flow.component.HasComponents
    • add

      public void add(Collection<com.vaadin.flow.component.Component> components)
      Specified by:
      add in interface com.vaadin.flow.component.HasComponents
    • add

      public void add(String text)
      Specified by:
      add in interface com.vaadin.flow.component.HasComponents
    • remove

      public void remove(com.vaadin.flow.component.Component... components)
      Specified by:
      remove in interface com.vaadin.flow.component.HasComponents
    • remove

      public void remove(Collection<com.vaadin.flow.component.Component> components)
      Specified by:
      remove in interface com.vaadin.flow.component.HasComponents
    • removeAll

      public void removeAll()
      Specified by:
      removeAll in interface com.vaadin.flow.component.HasComponents
    • addComponentAtIndex

      public void addComponentAtIndex(int index, com.vaadin.flow.component.Component component)
      Specified by:
      addComponentAtIndex in interface com.vaadin.flow.component.HasComponents
    • addComponentAsFirst

      public void addComponentAsFirst(com.vaadin.flow.component.Component component)
      Specified by:
      addComponentAsFirst in interface com.vaadin.flow.component.HasComponents
    • getComponents

      public List<com.vaadin.flow.component.Component> getComponents()
    • getElement

      public com.vaadin.flow.dom.Element getElement()
      Specified by:
      getElement in interface com.vaadin.flow.component.HasElement
    • getHeaderFooter

      protected abstract com.vaadin.flow.component.HasComponents getHeaderFooter()
    • components

      protected List<com.vaadin.flow.component.Component> components()