Package io.jmix.flowui.xml.facet
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 Summary
FieldsModifier and TypeFieldDescriptionprotected LoaderSupportDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionTimerFacetProvider(LoaderSupport loaderSupport) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptioncreate()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.voidloadFromXml(Timer timer, org.dom4j.Element element, ComponentLoader.ComponentContext context) Deprecated, for removal: This API element is subject to removal in a future version.Loads properties of the facet from XML.protected voidloadTimer(Timer timer, org.dom4j.Element element, ComponentLoader.ComponentContext context) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
loaderSupport
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
TimerFacetProvider
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getFacetClass
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getFacetClassin interfaceFacetProvider<Timer>- Returns:
- facet interface
-
create
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
createin interfaceFacetProvider<Timer>- Returns:
- new instance of the facet class
-
getFacetTag
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getFacetTagin interfaceFacetProvider<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:FacetProviderLoads properties of the facet from XML.- Specified by:
loadFromXmlin interfaceFacetProvider<Timer>- Parameters:
timer- facetelement- XML elementcontext- 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.
-
FacetRegistrationBuilderinstead