Uses of Class
com.logicaldoc.gui.common.client.beans.GUIZone
-
-
Uses of GUIZone in com.logicaldoc.gui.common.client.beans
Subclasses of GUIZone in com.logicaldoc.gui.common.client.beans Modifier and Type Class Description class
GUIBarcodeZone
This the model for a barcode specificationMethods in com.logicaldoc.gui.common.client.beans that return GUIZone Modifier and Type Method Description GUIZone
GUIOCRTemplate. getZone(String name)
GUIZone[]
GUIOCRTemplate. getZones()
Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIZone Modifier and Type Method Description void
GUIOCRTemplate. appendZone(GUIZone a)
void
GUIOCRTemplate. setZones(GUIZone[] zones)
-
Uses of GUIZone in com.logicaldoc.gui.frontend.client.metadata.barcode
Constructors in com.logicaldoc.gui.frontend.client.metadata.barcode with parameters of type GUIZone Constructor Description BarcodeZoneCanvas(GUIZone zone, BarcodeTemplatesPanel barcodePanel)
Constructor -
Uses of GUIZone in com.logicaldoc.gui.frontend.client.metadata.zonalocr
Constructors in com.logicaldoc.gui.frontend.client.metadata.zonalocr with parameters of type GUIZone Constructor Description ZonalOCRZoneCanvas(GUIZone zone, ZonalOCRTemplatesPanel ocrPanel)
ConstructorZoneEditor(GUIZone zone)
-
Uses of GUIZone in com.logicaldoc.gui.frontend.client.panels.zone
Methods in com.logicaldoc.gui.frontend.client.panels.zone that return GUIZone Modifier and Type Method Description GUIZone
ZoneCanvas. getZone()
Constructors in com.logicaldoc.gui.frontend.client.panels.zone with parameters of type GUIZone Constructor Description ZoneCanvas(GUIZone zone, ZoneTemplatePanel zonePanel)
-
Uses of GUIZone in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIZone Modifier and Type Method Description GUIZone
ZonalOCRService. updateZone(GUIZone zone)
Updates a single zone, if the zone does not exist it will be createdMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIZone Modifier and Type Method Description GUIZone
ZonalOCRService. updateZone(GUIZone zone)
Updates a single zone, if the zone does not exist it will be createdvoid
ZonalOCRServiceAsync. updateZone(GUIZone zone, com.google.gwt.user.client.rpc.AsyncCallback<GUIZone> callback)
Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIZone Modifier and Type Method Description void
ZonalOCRServiceAsync. updateZone(GUIZone zone, com.google.gwt.user.client.rpc.AsyncCallback<GUIZone> callback)
-