Class DrawerToggleLoader

java.lang.Object
io.jmix.flowui.xml.layout.loader.AbstractComponentLoader<com.vaadin.flow.component.applayout.DrawerToggle>
io.jmix.flowui.xml.layout.loader.component.DrawerToggleLoader
All Implemented Interfaces:
ComponentLoader<com.vaadin.flow.component.applayout.DrawerToggle>

public class DrawerToggleLoader extends AbstractComponentLoader<com.vaadin.flow.component.applayout.DrawerToggle>
  • Field Details

  • Constructor Details

    • DrawerToggleLoader

      public DrawerToggleLoader()
  • Method Details

    • createComponent

      protected com.vaadin.flow.component.applayout.DrawerToggle createComponent()
      Specified by:
      createComponent in class AbstractComponentLoader<com.vaadin.flow.component.applayout.DrawerToggle>
    • loadComponent

      public void loadComponent()
      Description copied from interface: ComponentLoader
      Loads component properties by XML definition.
    • iconLoaderSupport

      protected IconLoaderSupport iconLoaderSupport()