Package io.jmix.fullcalendarflowui.sys
Class FullCalendarViewInstallDependencyInjector
java.lang.Object
io.jmix.fullcalendarflowui.sys.FullCalendarViewInstallDependencyInjector
- All Implemented Interfaces:
DependencyInjector
@Order(890)
@Component("fcalen_FullCalendarViewInstallDependencyInjector")
public class FullCalendarViewInstallDependencyInjector
extends Object
implements DependencyInjector
An injection that autowired methods that are annotated by the
Install annotation
for the FullCalendar elements.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.jmix.flowui.sys.autowire.DependencyInjector
DependencyInjector.AutowireContext<T extends com.vaadin.flow.component.Composite<?>> -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFullCalendarViewInstallDependencyInjector(ReflectionCacheManager reflectionCacheManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidautowire(DependencyInjector.AutowireContext<?> autowireContext) The method is invoked when the component instance is created.protected voiddoAutowiring(ReflectionCacheManager.AnnotatedMethod<Install> annotatedMethod, View<?> view, Collection<Object> autowired) protected ObjectgetInstallTargetInstance(View<?> controller, String targetId) protected StringgetTargetId(Install annotation) booleanisApplicable(DependencyInjector.AutowireContext<?> autowireContext) Checks whether this injector can wire the passed injection context.
-
Field Details
-
reflectionCacheManager
-
-
Constructor Details
-
FullCalendarViewInstallDependencyInjector
-
-
Method Details
-
autowire
Description copied from interface:DependencyInjectorThe method is invoked when the component instance is created. Used to autowire dependencies to the UI component.- Specified by:
autowirein interfaceDependencyInjector- Parameters:
autowireContext- injection context
-
doAutowiring
protected void doAutowiring(ReflectionCacheManager.AnnotatedMethod<Install> annotatedMethod, View<?> view, Collection<Object> autowired) -
getInstallTargetInstance
-
getTargetId
-
isApplicable
Description copied from interface:DependencyInjectorChecks whether this injector can wire the passed injection context.- Specified by:
isApplicablein interfaceDependencyInjector- Parameters:
autowireContext- injection content that need to be checked- Returns:
trueif the passed injection context can be wired,falseotherwise
-