Uses of Class
com.logicaldoc.gui.common.client.beans.GUIOCRTemplate
Packages that use GUIOCRTemplate
Package
Description
-
Uses of GUIOCRTemplate in com.logicaldoc.gui.common.client.beans
Subclasses of GUIOCRTemplate in com.logicaldoc.gui.common.client.beansModifier and TypeClassDescriptionclassThis user interface bean to model a barcode template -
Uses of GUIOCRTemplate in com.logicaldoc.gui.frontend.client.metadata.barcode
Methods in com.logicaldoc.gui.frontend.client.metadata.barcode with parameters of type GUIOCRTemplateModifier and TypeMethodDescriptionvoidBarcodeTemplatesPanel.setSelectedOcrTemplate(GUIOCRTemplate selectedOcrTemplate) -
Uses of GUIOCRTemplate in com.logicaldoc.gui.frontend.client.metadata.zonalocr
Methods in com.logicaldoc.gui.frontend.client.metadata.zonalocr that return GUIOCRTemplateMethods in com.logicaldoc.gui.frontend.client.metadata.zonalocr with parameters of type GUIOCRTemplateModifier and TypeMethodDescriptionvoidZonalOCRTemplatesPanel.setSelectedOcrTemplate(GUIOCRTemplate selectedOcrTemplate) Constructors in com.logicaldoc.gui.frontend.client.metadata.zonalocr with parameters of type GUIOCRTemplateModifierConstructorDescriptionZonalOCRPanel(GUITemplate selectedDocumentTemplate, GUIOCRTemplate selectedOcrTemplate) ZonalOCRTemplatesPanel(GUITemplate selectedDocumentTemplate, GUIOCRTemplate selectedOcrTemplate) -
Uses of GUIOCRTemplate in com.logicaldoc.gui.frontend.client.panels.zone
Methods in com.logicaldoc.gui.frontend.client.panels.zone that return GUIOCRTemplateMethods in com.logicaldoc.gui.frontend.client.panels.zone with parameters of type GUIOCRTemplateModifier and TypeMethodDescriptionvoidZoneTemplatePanel.setSelectedOcrTemplate(GUIOCRTemplate selectedOcrTemplate) -
Uses of GUIOCRTemplate in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIOCRTemplateModifier and TypeMethodDescriptionZonalOCRService.getTemplate(long templateId) Loads a given template from the databaseZonalOCRService.save(GUIOCRTemplate template) Creates or updates a templateMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIOCRTemplateModifier and TypeMethodDescriptionZonalOCRService.save(GUIOCRTemplate template) Creates or updates a templatevoidZonalOCRServiceAsync.save(GUIOCRTemplate template, com.google.gwt.user.client.rpc.AsyncCallback<GUIOCRTemplate> callback) Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIOCRTemplateModifier and TypeMethodDescriptionvoidZonalOCRServiceAsync.getTemplate(long templateId, com.google.gwt.user.client.rpc.AsyncCallback<GUIOCRTemplate> callback) voidZonalOCRServiceAsync.save(GUIOCRTemplate template, com.google.gwt.user.client.rpc.AsyncCallback<GUIOCRTemplate> callback)