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! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!classUiHtmlTemplateTHIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!classUiTemplateReferenceTHIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!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 UiTemplateUiItemViewItemGroup. itemTemplateprotected UiTemplateUiButton.SetTemplateCommand. templateprotected UiTemplateUiButton. templateprotected UiTemplateUiCalendar.RegisterTemplateCommand. templateprotected UiTemplateUiComboBox.RegisterTemplateCommand. templateprotected UiTemplateUiMap.RegisterTemplateCommand. templateprotected UiTemplateUiNotification. templateprotected UiTemplateUiRootPanel.RegisterTemplateCommand. templateprotected UiTemplateUiToolbarButton. templateprotected UiTemplateUiTree.RegisterTemplateCommand. templateprotected UiTemplateUiTreeGraphNode. templateprotected 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()UiTemplateUiItemViewItemGroup. getItemTemplate()UiTemplateUiButton. getTemplate()UiTemplateUiButton.SetTemplateCommand. getTemplate()UiTemplateUiCalendar.RegisterTemplateCommand. getTemplate()UiTemplateUiComboBox.RegisterTemplateCommand. getTemplate()UiTemplateUiMap.RegisterTemplateCommand. getTemplate()UiTemplateUiNotification. getTemplate()UiTemplateUiRootPanel.RegisterTemplateCommand. getTemplate()UiTemplateUiToolbarButton. getTemplate()UiTemplateUiTree.RegisterTemplateCommand. getTemplate()UiTemplateUiTreeGraphNode. getTemplate()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)UiTreeGraphNodeUiTreeGraphNode. setTemplate(UiTemplate template)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)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)UiItemViewItemGroup(UiTemplate itemTemplate)UiNavigationBar(UiTemplate buttonTemplate)UiNotification(UiTemplate template, java.lang.Object data)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)
-