Uses of Interface
org.ujorm.tools.xml.ApiElement
Packages that use ApiElement
Package
Description
A deprecated package
-
Uses of ApiElement in org.ujorm.tools.web
Classes in org.ujorm.tools.web that implement ApiElementModifier and TypeClassDescriptionclassThe root of HTML elements is independent on the Servlet APIfinal classA HTML Element implements some methods for frequently used elements and attributesclassThe root of HTML elementsMethods in org.ujorm.tools.web with parameters of type ApiElementModifier and TypeMethodDescriptionstatic @NotNull ElementElement.of(@NotNull ApiElement original) New element for an API elementConstructors in org.ujorm.tools.web with parameters of type ApiElementModifierConstructorDescriptionAbstractHtmlElement(@NotNull ApiElement root, @NotNull HtmlConfig config, @NotNull Appendable writer) Create new instance with empty HTML headersHtmlElement(@NotNull ApiElement root, @NotNull HtmlConfig config, @NotNull Appendable writer) -
Uses of ApiElement in org.ujorm.tools.web.table
Methods in org.ujorm.tools.web.table with parameters of type ApiElementModifier and TypeMethodDescriptionvoidGridBuilder.build(@NotNull ApiElement parent, @NotNull Function<GridBuilder<D>, Stream<D>> resource) Build the HTML page including a tablevoidGridBuilder.build(@NotNull ApiElement parent, @NotNull ColumnModel sortedColumn, @NotNull Function<GridBuilder<D>, Stream<D>> resource) Build the HTML page including a table -
Uses of ApiElement in org.ujorm.tools.xml
Classes in org.ujorm.tools.xml with type parameters of type ApiElementModifier and TypeInterfaceDescriptioninterfaceApiElement<E extends ApiElement<?>>An element model API.Classes in org.ujorm.tools.xml that implement ApiElementMethods in org.ujorm.tools.xml with parameters of type ApiElementModifier and TypeMethodDescriptionfinal voidAbstractWriter.writeRawValue(@NotNull CharSequence rawValue, @NotNull ApiElement element) Write the content of an envelopevoidAbstractWriter.writeValue(@Nullable Object value, @NotNull ApiElement element, @Nullable String attributeName) Write escaped value to the output -
Uses of ApiElement in org.ujorm.tools.xml.builder
Classes in org.ujorm.tools.xml.builder that implement ApiElement -
Uses of ApiElement in org.ujorm.tools.xml.config
Methods in org.ujorm.tools.xml.config with parameters of type ApiElementModifier and TypeMethodDescription@NotNull CharSequenceFormatter.format(@Nullable Object value, @NotNull ApiElement element, @Nullable String attributeName) Format an objet value to a string ouptut, special characters will be escaped later.default booleanHtmlConfig.pairElement(@NotNull ApiElement element) default booleanXmlConfig.pairElement(@NotNull ApiElement element) The pair element for termination is required.voidApiInjector.write(@NotNull ApiElement element) Performs an operation on the argument element. -
Uses of ApiElement in org.ujorm.tools.xml.dom
Classes in org.ujorm.tools.xml.dom that implement ApiElement -
Uses of ApiElement in org.ujorm.tools.xml.model
Classes in org.ujorm.tools.xml.model that implement ApiElement
ApiElementrather.