Uses of Class
com.foreach.across.modules.bootstrapui.elements.ScriptViewElement
Package
Description
-
Uses of ScriptViewElement in com.foreach.across.modules.bootstrapui.elements
Modifier and TypeMethodDescriptionScriptViewElement.addAttributes
(Map<String, Object> attributes) ScriptViewElement.addChild
(com.foreach.across.modules.web.ui.ViewElement element) ScriptViewElement.addChildren
(Collection<? extends com.foreach.across.modules.web.ui.ViewElement> elements) ScriptViewElement.addCssClass
(String... cssClass) ScriptViewElement.addFirstChild
(com.foreach.across.modules.web.ui.ViewElement element) ScriptViewElement.apply
(Consumer<com.foreach.across.modules.web.ui.elements.ContainerViewElement> consumer) <U extends com.foreach.across.modules.web.ui.ViewElement>
ScriptViewElementScriptViewElement.applyUnsafe
(Consumer<U> consumer) ScriptViewElement.clearChildren()
ScriptViewElement.remove
(com.foreach.across.modules.web.ui.ViewElement.WitherRemover... functions) ScriptViewElement.removeAttribute
(String attributeName) ScriptViewElement.removeCssClass
(String... cssClass) ScriptViewElement.set
(com.foreach.across.modules.web.ui.ViewElement.WitherSetter... setters) ScriptViewElement.setAsync
(boolean async) Specifies that the script is executed asynchronously (only for external scripts).ScriptViewElement.setAttribute
(String attributeName, Object attributeValue) ScriptViewElement.setAttributes
(Map<String, Object> attributes) ScriptViewElement.setCharset
(String charset) Specifies the character encoding used in an external script file.ScriptViewElement.setCustomTemplate
(String customTemplate) ScriptViewElement.setDefer
(boolean defer) Specifies that the script is executed when the page has finished parsing (only for external scripts).protected ScriptViewElement
ScriptViewElement.setElementType
(String elementType) ScriptViewElement.setRefTagName
(@NonNull String refTagName) The tag which should be rendered if the script element is deferred, in case of a nested script tag.Specifies the URL of an external script file.protected ScriptViewElement
ScriptViewElement.setTagName
(String tagName) ScriptViewElement.setType
(@NonNull org.springframework.http.MediaType mediaType) Set the script media type.Set the script media type. -
Uses of ScriptViewElement in com.foreach.across.modules.bootstrapui.elements.builder
Modifier and TypeMethodDescriptionprotected ScriptViewElement
ScriptViewElementBuilder.createElement
(com.foreach.across.modules.web.ui.ViewElementBuilderContext builderContext) -
Uses of ScriptViewElement in com.foreach.across.modules.bootstrapui.elements.thymeleaf
Modifier and TypeMethodDescriptionvoid
ScriptViewElementModelWriter.writeModel
(ScriptViewElement viewElement, com.foreach.across.modules.web.thymeleaf.ThymeleafModelBuilder model) -
Uses of ScriptViewElement in com.foreach.across.modules.bootstrapui.ui.factories