Uses of Class
com.logicaldoc.gui.common.client.beans.GUITemplate
Package
Description
GWT services implementations.
-
Uses of GUITemplate in com.logicaldoc.gui.common.client.beans
Modifier and TypeMethodDescriptionGUIOCRTemplate.getTemplate()
GUIIncrementalArchive.getTemplates()
Modifier and TypeMethodDescriptionvoid
GUIOCRTemplate.setTemplate
(GUITemplate template) void
GUIIncrementalArchive.setTemplates
(GUITemplate[] templates) -
Uses of GUITemplate in com.logicaldoc.gui.frontend.client.metadata.barcode
-
Uses of GUITemplate in com.logicaldoc.gui.frontend.client.metadata.template
Modifier and TypeMethodDescriptionTemplateDetailsPanel.getTemplate()
TemplatePropertiesPanel.getTemplate()
TemplateSecurityPanel.getTemplate()
TemplateValidationPanel.getTemplate()
Modifier and TypeMethodDescriptionvoid
TemplateDetailsPanel.setTemplate
(GUITemplate template) void
TemplatesPanel.updateRecord
(GUITemplate template) Updates the selected rec with new dataModifierConstructorDescriptionTemplatePropertiesPanel
(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
ModifierConstructorDescriptionZonalOCRPanel
(GUITemplate selectedDocumentTemplate, GUIOCRTemplate selectedOcrTemplate) ZonalOCRTemplatesPanel
(GUITemplate selectedDocumentTemplate, GUIOCRTemplate selectedOcrTemplate) -
Uses of GUITemplate in com.logicaldoc.gui.frontend.client.search
ModifierConstructorDescriptionDocumentFieldsDS
(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
Modifier 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 templateModifier and TypeMethodDescriptionTemplateService.save
(GUITemplate template) Creates or updates a templatevoid
TemplateServiceAsync.save
(GUITemplate template, com.google.gwt.user.client.rpc.AsyncCallback<GUITemplate> callback) Modifier 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
Modifier and TypeMethodDescriptionTemplateServiceImpl.getTemplate
(long templateId) TemplateServiceImpl.save
(GUITemplate guiTemplate)