Uses of Class
com.logicaldoc.gui.common.client.beans.GUIOCRTemplate
-
-
Uses of GUIOCRTemplate in com.logicaldoc.gui.common.client.beans
Subclasses of GUIOCRTemplate in com.logicaldoc.gui.common.client.beans Modifier and Type Class Description classGUIBarcodeTemplateThis 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 GUIOCRTemplate Modifier and Type Method Description voidBarcodeTemplatesPanel. 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 GUIOCRTemplate Modifier and Type Method Description GUIOCRTemplateZonalOCRTemplatesPanel. getSelectedOcrTemplate()Methods in com.logicaldoc.gui.frontend.client.metadata.zonalocr with parameters of type GUIOCRTemplate Modifier and Type Method Description voidZonalOCRTemplatesPanel. setSelectedOcrTemplate(GUIOCRTemplate selectedOcrTemplate)Constructors in com.logicaldoc.gui.frontend.client.metadata.zonalocr with parameters of type GUIOCRTemplate Constructor Description ZonalOCRPanel(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 GUIOCRTemplate Modifier and Type Method Description GUIOCRTemplateZoneTemplatePanel. getSelectedOcrTemplate()Methods in com.logicaldoc.gui.frontend.client.panels.zone with parameters of type GUIOCRTemplate Modifier and Type Method Description voidZoneTemplatePanel. setSelectedOcrTemplate(GUIOCRTemplate selectedOcrTemplate) -
Uses of GUIOCRTemplate in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIOCRTemplate Modifier and Type Method Description GUIOCRTemplateZonalOCRService. getTemplate(long templateId)Loads a given template from the databaseGUIOCRTemplateZonalOCRService. save(GUIOCRTemplate template)Creates or updates a templateMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIOCRTemplate Modifier and Type Method Description GUIOCRTemplateZonalOCRService. 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 GUIOCRTemplate Modifier and Type Method Description voidZonalOCRServiceAsync. 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)
-