Uses of Class
com.logicaldoc.gui.common.client.beans.GUIOCRTemplate
-
Packages that use GUIOCRTemplate Package Description com.logicaldoc.gui.frontend.client.metadata.zonalocr com.logicaldoc.gui.frontend.client.services -
-
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.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)
-