Uses of Interface
org.teamapps.dto.UiTemplate
-
Uses of UiTemplate in org.teamapps.dto
Classes in org.teamapps.dto that implement UiTemplateModifier and TypeClassDescriptionclassTHIS IS GENERATED CODE!classTHIS IS GENERATED CODE!classTHIS IS GENERATED CODE!classTHIS IS GENERATED CODE!Fields in org.teamapps.dto declared as UiTemplateModifier and TypeFieldDescriptionprotected UiTemplateUiNavigationBar.buttonTemplateprotected UiTemplateUiTableColumn.displayTemplateprotected UiTemplateUiItemView.groupHeaderTemplateprotected UiTemplateUiFormSection.headerTemplateprotected UiTemplateUiFileField.itemTemplateprotected UiTemplateUiFileField.SetItemTemplateCommand.itemTemplateprotected UiTemplateUiInfiniteItemView.itemTemplateprotected UiTemplateUiInfiniteItemView.SetItemTemplateCommand.itemTemplateprotected UiTemplateUiInfiniteItemView2.itemTemplateprotected UiTemplateUiInfiniteItemView2.SetItemTemplateCommand.itemTemplateprotected UiTemplateUiItemViewItemGroup.itemTemplateprotected UiTemplateAbstractUiComboBox.RegisterTemplateCommand.templateprotected UiTemplateUiBaseTreeGraphNode.templateprotected UiTemplateUiButton.SetTemplateCommand.templateprotected UiTemplateUiButton.templateprotected UiTemplateUiCalendar.RegisterTemplateCommand.templateprotected UiTemplateUiMap.RegisterTemplateCommand.templateprotected UiTemplateUiMap2.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 UiTemplateModifier and TypeFieldDescriptionprotected Map<String, UiTemplate> UiMap.markerTemplatesprotected Map<String, UiTemplate> UiMap2.markerTemplatesprotected Map<String, UiTemplate> AbstractUiComboBox.templatesprotected Map<String, UiTemplate> UiCalendar.templatesprotected Map<String, UiTemplate> UiRootPanel.RegisterTemplatesCommand.templatesprotected Map<String, UiTemplate> UiTree.templatesMethods in org.teamapps.dto that return UiTemplateModifier and TypeMethodDescriptionUiNavigationBar.getButtonTemplate()UiTableColumn.getDisplayTemplate()UiItemView.getGroupHeaderTemplate()UiFormSection.getHeaderTemplate()UiFileField.getItemTemplate()UiFileField.SetItemTemplateCommand.getItemTemplate()UiInfiniteItemView.getItemTemplate()UiInfiniteItemView.SetItemTemplateCommand.getItemTemplate()UiInfiniteItemView2.getItemTemplate()UiInfiniteItemView2.SetItemTemplateCommand.getItemTemplate()UiItemViewItemGroup.getItemTemplate()AbstractUiComboBox.RegisterTemplateCommand.getTemplate()UiBaseTreeGraphNode.getTemplate()UiButton.getTemplate()UiButton.SetTemplateCommand.getTemplate()UiCalendar.RegisterTemplateCommand.getTemplate()UiMap.RegisterTemplateCommand.getTemplate()UiMap2.RegisterTemplateCommand.getTemplate()UiNetworkNode.getTemplate()UiRootPanel.RegisterTemplateCommand.getTemplate()UiTemplateField.getTemplate()UiToolbarButton.getTemplate()UiTree.RegisterTemplateCommand.getTemplate()UiMessagePageViewBlock.getTopTemplate()UiFileField.getUploadButtonTemplate()UiFileField.SetUploadButtonTemplateCommand.getUploadButtonTemplate()Methods in org.teamapps.dto that return types with arguments of type UiTemplateModifier and TypeMethodDescriptionUiMap.getMarkerTemplates()UiMap2.getMarkerTemplates()AbstractUiComboBox.getTemplates()UiCalendar.getTemplates()UiRootPanel.RegisterTemplatesCommand.getTemplates()UiTree.getTemplates()Methods in org.teamapps.dto with parameters of type UiTemplateModifier and TypeMethodDescriptionUiTableColumn.setDisplayTemplate(UiTemplate displayTemplate) UiItemView.setGroupHeaderTemplate(UiTemplate groupHeaderTemplate) UiFormSection.setHeaderTemplate(UiTemplate headerTemplate) UiBaseTreeGraphNode.setTemplate(UiTemplate template) UiNetworkNode.setTemplate(UiTemplate template) UiTemplateField.setTemplate(UiTemplate template) UiTreeGraphNode.setTemplate(UiTemplate template) UiMessagePageViewBlock.setTopTemplate(UiTemplate topTemplate) Method parameters in org.teamapps.dto with type arguments of type UiTemplateModifier and TypeMethodDescriptionAbstractUiComboBox.setTemplates(Map<String, UiTemplate> templates) UiCalendar.setTemplates(Map<String, UiTemplate> templates) UiComboBox.setTemplates(Map<String, UiTemplate> templates) UiTagComboBox.setTemplates(Map<String, UiTemplate> templates) UiTree.setTemplates(Map<String, UiTemplate> templates) Constructors in org.teamapps.dto with parameters of type UiTemplateModifierConstructorDescriptionRegisterTemplateCommand(String componentId, String id, UiTemplate template) RegisterTemplateCommand(String componentId, String id, UiTemplate template) RegisterTemplateCommand(String componentId, String id, UiTemplate template) RegisterTemplateCommand(String componentId, String id, UiTemplate template) RegisterTemplateCommand(String id, UiTemplate template) RegisterTemplateCommand(String componentId, String id, UiTemplate template) SetItemTemplateCommand(String componentId, UiTemplate itemTemplate) SetItemTemplateCommand(String componentId, UiTemplate itemTemplate) SetItemTemplateCommand(String componentId, UiTemplate itemTemplate) SetTemplateCommand(String componentId, UiTemplate template, Object templateRecord) SetUploadButtonTemplateCommand(String componentId, UiTemplate uploadButtonTemplate) UiButton(UiTemplate template, Object templateRecord) UiFileField(UiTemplate itemTemplate, UiTemplate uploadButtonTemplate, Object uploadButtonData) UiInfiniteItemView(UiTemplate itemTemplate, int rowHeight) UiInfiniteItemView2(UiTemplate itemTemplate) UiItemViewItemGroup(UiTemplate itemTemplate) UiNavigationBar(UiTemplate buttonTemplate) UiToolbarButton(String buttonId, UiTemplate template, Object recordData) Constructor parameters in org.teamapps.dto with type arguments of type UiTemplateModifierConstructorDescriptionRegisterTemplatesCommand(Map<String, UiTemplate> templates) UiMap(Map<String, UiTemplate> markerTemplates) UiMap2(Map<String, UiTemplate> markerTemplates)