Uses of Class
com.logicaldoc.gui.common.client.beans.GUITemplate
Packages that use GUITemplate
Package
Description
GWT services implementations.
-
Uses of GUITemplate in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return GUITemplateMethods in com.logicaldoc.gui.common.client.beans that return types with arguments of type GUITemplateMethods in com.logicaldoc.gui.common.client.beans with parameters of type GUITemplateMethod parameters in com.logicaldoc.gui.common.client.beans with type arguments of type GUITemplateModifier and TypeMethodDescriptionvoid
GUIIncrementalArchive.setTemplates
(List<GUITemplate> templates) -
Uses of GUITemplate in com.logicaldoc.gui.frontend.client.metadata.barcode
Constructors in com.logicaldoc.gui.frontend.client.metadata.barcode with parameters of type GUITemplate -
Uses of GUITemplate in com.logicaldoc.gui.frontend.client.metadata.template
Methods in com.logicaldoc.gui.frontend.client.metadata.template that return GUITemplateModifier and TypeMethodDescriptionTemplateDetailsPanel.getTemplate()
TemplatePropertiesPanel.getTemplate()
TemplateSecurityPanel.getTemplate()
TemplateValidationPanel.getTemplate()
Methods in com.logicaldoc.gui.frontend.client.metadata.template with parameters of type GUITemplateModifier and TypeMethodDescriptionvoid
TemplateDetailsPanel.setTemplate
(GUITemplate template) void
TemplatesPanel.updateRecord
(GUITemplate template) Updates the selected rec with new dataConstructors in com.logicaldoc.gui.frontend.client.metadata.template with parameters of type GUITemplateModifierConstructorDescriptionTemplatePropertiesPanel
(GUITemplate template, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) TemplateSecurityPanel
(GUITemplate template, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) TemplateValidationPanel
(GUITemplate template, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) -
Uses of GUITemplate in com.logicaldoc.gui.frontend.client.metadata.zonalocr
Constructors in com.logicaldoc.gui.frontend.client.metadata.zonalocr with parameters of type GUITemplateModifierConstructorDescriptionZonalOCRPanel
(GUITemplate selectedDocumentTemplate, GUIOCRTemplate selectedOcrTemplate) ZonalOCRTemplatesPanel
(GUITemplate selectedDocumentTemplate, GUIOCRTemplate selectedOcrTemplate) -
Uses of GUITemplate in com.logicaldoc.gui.frontend.client.search
Constructors in com.logicaldoc.gui.frontend.client.search with parameters of type GUITemplateModifierConstructorDescriptionDocumentFieldsDS
(GUITemplate template) FolderFieldsDS
(GUITemplate template) ParameterConditionRow
(GUITemplate templ, boolean forDocument, com.smartgwt.client.widgets.form.fields.events.KeyPressHandler valueKeyPressHandler) -
Uses of GUITemplate in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUITemplateModifier and TypeMethodDescriptionMakes a clone of an existing templateTemplateService.getTemplate
(long templateId) Loads a given template from the databaseTemplateService.save
(GUITemplate template) Creates or updates a templateMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUITemplateModifier and TypeMethodDescriptionTemplateService.save
(GUITemplate template) Creates or updates a templatevoid
TemplateServiceAsync.save
(GUITemplate template, com.google.gwt.user.client.rpc.AsyncCallback<GUITemplate> callback) Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUITemplateModifier and TypeMethodDescriptionvoid
TemplateServiceAsync.clone
(long templateId, String cloneName, com.google.gwt.user.client.rpc.AsyncCallback<GUITemplate> callback) void
TemplateServiceAsync.getTemplate
(long templateId, com.google.gwt.user.client.rpc.AsyncCallback<GUITemplate> callback) void
TemplateServiceAsync.save
(GUITemplate template, com.google.gwt.user.client.rpc.AsyncCallback<GUITemplate> callback) -
Uses of GUITemplate in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that return GUITemplateModifier and TypeMethodDescriptionTemplateServiceImpl.getTemplate
(long templateId) TemplateServiceImpl.save
(GUITemplate guiTemplate) Methods in com.logicaldoc.web.service with parameters of type GUITemplate