Uses of Interface
org.ujorm.tools.web.ao.Injector
Packages that use Injector
-
Uses of Injector in org.ujorm.tools.web.ajax
Classes in org.ujorm.tools.web.ajax that implement InjectorModifier and TypeClassDescriptionclassA prototype of ES6 Vanilla Javascript Writer of the Ujorm framework. -
Uses of Injector in org.ujorm.tools.web.report
Fields in org.ujorm.tools.web.report declared as InjectorModifier and TypeFieldDescriptionprotected @NotNull InjectorReportBuilder.footerPrint an empty text by defaultprotected @NotNull InjectorReportBuilder.formAdditionsForm injectorprotected @NotNull InjectorReportBuilder.headerPrint a config title by defaultprotected @NotNull InjectorReportBuilder.htmlHeaderExtension is empty by defaultFields in org.ujorm.tools.web.report with type parameters of type InjectorMethods in org.ujorm.tools.web.report with parameters of type InjectorModifier and TypeMethodDescription<V> @NotNull ReportBuilder<D><V> @NotNull ReportBuilder<D>ReportBuilder.add(Function<D, V> column, Injector title, @Nullable HttpParameter param) @NotNull ReportBuilder<D>@NotNull ReportBuilder<D>@NotNull ReportBuilder<D>ReportBuilder.setFormItem(@NotNull Injector formItem) @NotNull ReportBuilder<D>@NotNull ReportBuilder<D>ReportBuilder.setHtmlHeader(@NotNull Injector htmlHeader) Method parameters in org.ujorm.tools.web.report with type arguments of type InjectorModifier and TypeMethodDescriptionReportBuilder.setJavascritWriter(@NotNull Supplier<Injector> javascritWriter) -
Uses of Injector in org.ujorm.tools.web.table
Methods in org.ujorm.tools.web.table with parameters of type InjectorModifier and TypeMethodDescription<V> @NotNull GridBuilder<D><V> @NotNull GridBuilder<D>GridBuilder.add(Function<D, V> column, Injector title, @Nullable HttpParameter param) @NotNull GridBuilder<D>