java.lang.Object
de.codecamp.vaadin.flowdui.factories.forminputs.DatePickerFactory
All Implemented Interfaces:
ComponentFactory

@DuiComponent(tagName="vaadin-date-picker",componentType=com.vaadin.flow.component.datepicker.DatePicker.class,docUrl="https://vaadin.com/docs/latest/ds/components/date-picker",category="Form Inputs",attributes={,,,,,}) public class DatePickerFactory extends Object implements ComponentFactory
  • Constructor Details

    • DatePickerFactory

      public DatePickerFactory()
  • 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