Class TimerFacetProvider

java.lang.Object
io.jmix.flowui.xml.facet.TimerFacetProvider
All Implemented Interfaces:
FacetProvider<Timer>

@Deprecated(since="2.8", forRemoval=true) @Component("flowui_TimerFacetProvider") public class TimerFacetProvider extends Object implements FacetProvider<Timer>
Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Details

    • loaderSupport

      protected LoaderSupport loaderSupport
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • TimerFacetProvider

      public TimerFacetProvider(LoaderSupport loaderSupport)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getFacetClass

      public Class<Timer> getFacetClass()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getFacetClass in interface FacetProvider<Timer>
      Returns:
      facet interface
    • create

      public Timer create()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      create in interface FacetProvider<Timer>
      Returns:
      new instance of the facet class
    • getFacetTag

      public String getFacetTag()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getFacetTag in interface FacetProvider<Timer>
      Returns:
      facet XML tag
    • loadFromXml

      public void loadFromXml(Timer timer, org.dom4j.Element element, ComponentLoader.ComponentContext context)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: FacetProvider
      Loads properties of the facet from XML.
      Specified by:
      loadFromXml in interface FacetProvider<Timer>
      Parameters:
      timer - facet
      element - XML element
      context - loading context
    • loadTimer

      protected void loadTimer(Timer timer, org.dom4j.Element element, ComponentLoader.ComponentContext context)
      Deprecated, for removal: This API element is subject to removal in a future version.