Uses of Class
lumis.service.doui.htmlsnippet.HtmlTemplateProperty
-
Packages that use HtmlTemplateProperty Package Description lumis.service.doui.htmlsnippet -
-
Uses of HtmlTemplateProperty in lumis.service.doui.htmlsnippet
Methods in lumis.service.doui.htmlsnippet that return HtmlTemplateProperty Modifier and Type Method Description static HtmlTemplateProperty
HtmlTemplateProperty. fromString(java.lang.String propertyString)
Generate Html Template Property based on property bag stringMethods in lumis.service.doui.htmlsnippet that return types with arguments of type HtmlTemplateProperty Modifier and Type Method Description static java.util.List<HtmlTemplateProperty>
HtmlSnippetUtil. getHtmlTemplates(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.lang.String sourceId, java.lang.String fieldId, ITransaction transaction)
Returns the available HTML templates to be used in the given field of the given source of the given service instance.
-