Uses of Class
com.logicaldoc.gui.common.client.beans.GUITemplate
-
-
Uses of GUITemplate in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return GUITemplate Modifier and Type Method Description GUITemplate
GUIBarcodeTemplate. getTemplate()
GUITemplate
GUIOCRTemplate. getTemplate()
GUITemplate[]
GUIIncrementalArchive. getTemplates()
Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUITemplate Modifier and Type Method Description void
GUIBarcodeTemplate. setTemplate(GUITemplate template)
void
GUIOCRTemplate. setTemplate(GUITemplate template)
void
GUIIncrementalArchive. setTemplates(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 Constructor Description BarcodeTemplatesPanel(GUITemplate selectedDocumentTemplate)
-
Uses of GUITemplate in com.logicaldoc.gui.frontend.client.metadata.template
Methods in com.logicaldoc.gui.frontend.client.metadata.template that return GUITemplate Modifier and Type Method Description GUITemplate
TemplateDetailsPanel. getTemplate()
GUITemplate
TemplatePropertiesPanel. getTemplate()
Methods in com.logicaldoc.gui.frontend.client.metadata.template with parameters of type GUITemplate Modifier and Type Method Description void
TemplateDetailsPanel. setTemplate(GUITemplate template)
void
TemplatesPanel. updateRecord(GUITemplate template)
Updates the selected record with new dataConstructors in com.logicaldoc.gui.frontend.client.metadata.template with parameters of type GUITemplate Constructor Description TemplatePropertiesPanel(GUITemplate template, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler, TemplateDetailsPanel detailsPanel)
-
Uses of GUITemplate in com.logicaldoc.gui.frontend.client.metadata.zonalocr
Constructors in com.logicaldoc.gui.frontend.client.metadata.zonalocr with parameters of type GUITemplate Constructor Description ZonalOCRPanel(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 GUITemplate Constructor Description DocumentFieldsDS(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 GUITemplate Modifier and Type Method Description GUITemplate
TemplateService. getTemplate(long templateId)
Loads a given template from the databaseGUITemplate
TemplateService. save(GUITemplate template)
Creates or updates a templateMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUITemplate Modifier and Type Method Description GUITemplate
TemplateService. 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 GUITemplate Modifier and Type Method Description 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 GUITemplate Modifier and Type Method Description GUITemplate
TemplateServiceImpl. getTemplate(long templateId)
GUITemplate
TemplateServiceImpl. save(GUITemplate template)
Methods in com.logicaldoc.web.service with parameters of type GUITemplate Modifier and Type Method Description GUITemplate
TemplateServiceImpl. save(GUITemplate template)
-