Uses of Interface
org.ujorm.tools.web.ao.HttpParameter
Packages that use HttpParameter
Package
Description
-
Uses of HttpParameter in org.ujorm.tools.web
Methods in org.ujorm.tools.web with parameters of type HttpParameterModifier and TypeMethodDescription<V> @NotNull ElementElement.addTextInp(@NotNull HttpParameter param, V value, @NotNull CharSequence title, @NotNull CharSequence... cssClasses) Add new input element type of text including attributes: name, value, placeholder and title -
Uses of HttpParameter in org.ujorm.tools.web.ajax
Fields in org.ujorm.tools.web.ajax declared as HttpParameterModifier and TypeFieldDescriptionprotected final HttpParameterJavaScriptWriter.ajaxRequestParamJavascript ajax request parameterstatic final HttpParameterJavaScriptWriter.DEFAULT_AJAX_REQUEST_PARAMDefault AJAX request parameter namestatic final HttpParameterJavaScriptWriter.DEFAULT_SORT_REQUEST_PARAMDefault AJAX request parameter nameprotected final HttpParameterJavaScriptWriter.sortRequestParamJavascript ajax request parameterMethods in org.ujorm.tools.web.ajax with parameters of type HttpParameterModifier and TypeMethodDescriptionReqestDispatcher.onParam(@NotNull HttpParameter key, @NotNull IOConsumer<JsonBuilder> processor) Registre new processor.Constructors in org.ujorm.tools.web.ajax with parameters of type HttpParameterModifierConstructorDescriptionJavaScriptWriter(@NotNull Duration idleDelay, @NotNull HttpParameter ajaxRequestParam, @NotNull HttpParameter sortRequestParam, @NotNull CharSequence... inputSelectors) -
Uses of HttpParameter in org.ujorm.tools.web.ao
Classes in org.ujorm.tools.web.ao that implement HttpParameterModifier and TypeClassDescriptionfinal classAn interface for bulding HTML parameters by an Enumerator.Methods in org.ujorm.tools.web.ao that return HttpParameterModifier and TypeMethodDescriptionstatic HttpParameterCreate a default implementationstatic HttpParameterCreate a default implementation -
Uses of HttpParameter in org.ujorm.tools.web.report
Fields in org.ujorm.tools.web.report declared as HttpParameterModifier and TypeFieldDescriptionprotected @NotNull HttpParameterReportBuilder.ajaxRequestParamAJAX request paramMethods in org.ujorm.tools.web.report that return HttpParameterModifier and TypeMethodDescription@NotNull HttpParameterReportBuilderConfig.getAjaxRequestParam()@NotNull HttpParameterReportBuilderConfigImpl.getAjaxRequestParam()@NotNull HttpParameterReportBuilderConfig.getSortRequestParam()@NotNull HttpParameterReportBuilderConfigImpl.getSortRequestParam()Methods in org.ujorm.tools.web.report with parameters of type HttpParameterModifier and TypeMethodDescription<V> @NotNull ReportBuilder<D>ReportBuilder.add(Function<D, V> column, CharSequence title, @Nullable HttpParameter param) <V> @NotNull ReportBuilder<D>ReportBuilder.add(Function<D, V> column, Injector title, @Nullable HttpParameter param) @NotNull ReportBuilder<D>ReportBuilder.setAjaxRequestParam(@NotNull HttpParameter ajaxRequestParam) ReportBuilderConfigImpl.setAjaxRequestParam(@NotNull HttpParameter ajaxRequestParam) ReportBuilderConfigImpl.setSortRequestParam(@NotNull HttpParameter sortRequestParam) Constructors in org.ujorm.tools.web.report with parameters of type HttpParameterModifierConstructorDescriptionprotectedReportBuilderConfigImpl(@NotNull HtmlConfig config, @NotNull String cssLink, @NotNull String jqueryLink, @NotNull Duration idleDelay, @NotNull HttpParameter ajaxRequestParam, @NotNull HttpParameter sortRequestParam, @NotNull String formId, @NotNull String controlCss, @NotNull String subtitleCss, @NotNull List<CharSequence> tableCssClass, @NotNull String sortableColumn, @NotNull String sortableAsc, @NotNull String sortableDesc, @NotNull String sortableBoth, boolean embeddedIcons, @NotNull BiConsumer<Element, Boolean> cssWriter) -
Uses of HttpParameter in org.ujorm.tools.web.table
Methods in org.ujorm.tools.web.table that return HttpParameterModifier and TypeMethodDescription@NotNull HttpParameterGridBuilderConfig.getAjaxRequestParam()@Nullable HttpParameterColumnModel.getParam()@NotNull HttpParameterColumnModel.getParam(@NotNull HttpParameter defaultValue) @NotNull HttpParameterGridBuilderConfig.getSortRequestParam()Methods in org.ujorm.tools.web.table with parameters of type HttpParameterModifier and TypeMethodDescription<V> @NotNull GridBuilder<D>GridBuilder.add(Function<D, V> column, CharSequence title, @Nullable HttpParameter param) <V> @NotNull GridBuilder<D>GridBuilder.add(Function<D, V> column, Injector title, @Nullable HttpParameter param) protected <V> @NotNull GridBuilder<D>GridBuilder.addInternal(@NotNull Function<D, V> column, @NotNull CharSequence title, @Nullable HttpParameter param) @NotNull HttpParameterColumnModel.getParam(@NotNull HttpParameter defaultValue) Constructors in org.ujorm.tools.web.table with parameters of type HttpParameterModifierConstructorDescriptionColumnModel(int index, @NotNull Function<D, V> column, @NotNull CharSequence title, @Nullable HttpParameter param)