java.lang.Object
de.codecamp.vaadin.flowdui.factories.visandint.ProgressBarFactory
All Implemented Interfaces:
ComponentFactory

@DuiComponent(tagName="vaadin-progress-bar",componentType=com.vaadin.flow.component.progressbar.ProgressBar.class,docUrl="https://vaadin.com/docs/latest/ds/components/progress-bar",category="Visualization & Interaction",attributes={,,,}) public class ProgressBarFactory extends Object implements ComponentFactory
  • Constructor Details

    • ProgressBarFactory

      public ProgressBarFactory()
  • Method Details

    • createComponent

      public com.vaadin.flow.component.Component createComponent(String tagName, ElementParserContext context)
      Description copied from interface: ComponentFactory
      Creates a component based on the given ElementParserContext, if the element is supported by this factory.
      Specified by:
      createComponent in interface ComponentFactory
      Parameters:
      tagName - the tag name
      context - the parse context of the element
      Returns:
      the created component or null if the given element is not recognized