Uses of Interface
org.teamapps.dto.UiTemplate
-
Uses of UiTemplate in org.teamapps.dto
Classes in org.teamapps.dto that implement UiTemplate Modifier and Type Class Description classUiGridTemplateTHIS IS GENERATED CODE!classUiHtmlTemplateTHIS IS GENERATED CODE!classUiMustacheTemplateTHIS IS GENERATED CODE!classUiTemplateReferenceTHIS IS GENERATED CODE!Fields in org.teamapps.dto declared as UiTemplate Modifier and Type Field Description protected UiTemplateUiNavigationBar. buttonTemplateprotected UiTemplateUiItemView. groupHeaderTemplateprotected UiTemplateUiFormSection. headerTemplateprotected UiTemplateUiFileField. itemTemplateprotected UiTemplateUiFileField.SetItemTemplateCommand. itemTemplateprotected UiTemplateUiInfiniteItemView. itemTemplateprotected UiTemplateUiInfiniteItemView.SetItemTemplateCommand. itemTemplateprotected UiTemplateUiInfiniteItemView2. itemTemplateprotected UiTemplateUiInfiniteItemView2.SetItemTemplateCommand. itemTemplateprotected UiTemplateUiItemViewItemGroup. itemTemplateprotected UiTemplateUiBaseTreeGraphNode. templateprotected UiTemplateUiButton.SetTemplateCommand. templateprotected UiTemplateUiButton. templateprotected UiTemplateUiCalendar.RegisterTemplateCommand. templateprotected UiTemplateUiComboBox.RegisterTemplateCommand. templateprotected UiTemplateUiMap.RegisterTemplateCommand. templateprotected UiTemplateUiNetworkNode. templateprotected UiTemplateUiRootPanel.RegisterTemplateCommand. templateprotected UiTemplateUiTemplateField. templateprotected UiTemplateUiToolbarButton. templateprotected UiTemplateUiTree.RegisterTemplateCommand. templateprotected UiTemplateUiMessagePageViewBlock. topTemplateprotected UiTemplateUiFileField.SetUploadButtonTemplateCommand. uploadButtonTemplateprotected UiTemplateUiFileField. uploadButtonTemplateFields in org.teamapps.dto with type parameters of type UiTemplate Modifier and Type Field Description protected java.util.Map<java.lang.String,UiTemplate>UiMap. markerTemplatesprotected java.util.Map<java.lang.String,UiTemplate>UiCalendar. templatesprotected java.util.Map<java.lang.String,UiTemplate>UiComboBox. templatesprotected java.util.Map<java.lang.String,UiTemplate>UiRootPanel.RegisterTemplatesCommand. templatesprotected java.util.Map<java.lang.String,UiTemplate>UiTree. templatesMethods in org.teamapps.dto that return UiTemplate Modifier and Type Method Description UiTemplateUiNavigationBar. getButtonTemplate()UiTemplateUiItemView. getGroupHeaderTemplate()UiTemplateUiFormSection. getHeaderTemplate()UiTemplateUiFileField. getItemTemplate()UiTemplateUiFileField.SetItemTemplateCommand. getItemTemplate()UiTemplateUiInfiniteItemView. getItemTemplate()UiTemplateUiInfiniteItemView.SetItemTemplateCommand. getItemTemplate()UiTemplateUiInfiniteItemView2. getItemTemplate()UiTemplateUiInfiniteItemView2.SetItemTemplateCommand. getItemTemplate()UiTemplateUiItemViewItemGroup. getItemTemplate()UiTemplateUiBaseTreeGraphNode. getTemplate()UiTemplateUiButton. getTemplate()UiTemplateUiButton.SetTemplateCommand. getTemplate()UiTemplateUiCalendar.RegisterTemplateCommand. getTemplate()UiTemplateUiComboBox.RegisterTemplateCommand. getTemplate()UiTemplateUiMap.RegisterTemplateCommand. getTemplate()UiTemplateUiNetworkNode. getTemplate()UiTemplateUiRootPanel.RegisterTemplateCommand. getTemplate()UiTemplateUiTemplateField. getTemplate()UiTemplateUiToolbarButton. getTemplate()UiTemplateUiTree.RegisterTemplateCommand. getTemplate()UiTemplateUiMessagePageViewBlock. getTopTemplate()UiTemplateUiFileField. getUploadButtonTemplate()UiTemplateUiFileField.SetUploadButtonTemplateCommand. getUploadButtonTemplate()Methods in org.teamapps.dto that return types with arguments of type UiTemplate Modifier and Type Method Description java.util.Map<java.lang.String,UiTemplate>UiMap. getMarkerTemplates()java.util.Map<java.lang.String,UiTemplate>UiCalendar. getTemplates()java.util.Map<java.lang.String,UiTemplate>UiComboBox. getTemplates()java.util.Map<java.lang.String,UiTemplate>UiRootPanel.RegisterTemplatesCommand. getTemplates()java.util.Map<java.lang.String,UiTemplate>UiTree. getTemplates()Methods in org.teamapps.dto with parameters of type UiTemplate Modifier and Type Method Description UiItemViewUiItemView. setGroupHeaderTemplate(UiTemplate groupHeaderTemplate)UiFormSectionUiFormSection. setHeaderTemplate(UiTemplate headerTemplate)UiBaseTreeGraphNodeUiBaseTreeGraphNode. setTemplate(UiTemplate template)UiNetworkNodeUiNetworkNode. setTemplate(UiTemplate template)UiTemplateFieldUiTemplateField. setTemplate(UiTemplate template)UiTreeGraphNodeUiTreeGraphNode. setTemplate(UiTemplate template)UiMessagePageViewBlockUiMessagePageViewBlock. setTopTemplate(UiTemplate topTemplate)Method parameters in org.teamapps.dto with type arguments of type UiTemplate Modifier and Type Method Description UiCalendarUiCalendar. setTemplates(java.util.Map<java.lang.String,UiTemplate> templates)UiComboBoxUiComboBox. setTemplates(java.util.Map<java.lang.String,UiTemplate> templates)UiTagComboBoxUiTagComboBox. setTemplates(java.util.Map<java.lang.String,UiTemplate> templates)UiTreeUiTree. setTemplates(java.util.Map<java.lang.String,UiTemplate> templates)Constructors in org.teamapps.dto with parameters of type UiTemplate Constructor Description RegisterTemplateCommand(java.lang.String componentId, java.lang.String id, UiTemplate template)RegisterTemplateCommand(java.lang.String componentId, java.lang.String id, UiTemplate template)RegisterTemplateCommand(java.lang.String componentId, java.lang.String id, UiTemplate template)RegisterTemplateCommand(java.lang.String id, UiTemplate template)RegisterTemplateCommand(java.lang.String componentId, java.lang.String id, UiTemplate template)SetItemTemplateCommand(java.lang.String componentId, UiTemplate itemTemplate)SetItemTemplateCommand(java.lang.String componentId, UiTemplate itemTemplate)SetItemTemplateCommand(java.lang.String componentId, UiTemplate itemTemplate)SetTemplateCommand(java.lang.String componentId, UiTemplate template, java.lang.Object templateRecord)SetUploadButtonTemplateCommand(java.lang.String componentId, UiTemplate uploadButtonTemplate)UiButton(UiTemplate template, java.lang.Object templateRecord)UiFileField(UiTemplate itemTemplate, UiTemplate uploadButtonTemplate, java.lang.Object uploadButtonData)UiInfiniteItemView(UiTemplate itemTemplate, int rowHeight)UiInfiniteItemView2(UiTemplate itemTemplate)UiItemViewItemGroup(UiTemplate itemTemplate)UiNavigationBar(UiTemplate buttonTemplate)UiToolbarButton(java.lang.String buttonId, UiTemplate template, java.lang.Object recordData)Constructor parameters in org.teamapps.dto with type arguments of type UiTemplate Constructor Description RegisterTemplatesCommand(java.util.Map<java.lang.String,UiTemplate> templates)UiMap(java.util.Map<java.lang.String,UiTemplate> markerTemplates)