Uses of Class
com.logicaldoc.gui.common.client.beans.GUIZone
-
Packages that use GUIZone Package Description com.logicaldoc.gui.common.client.beans com.logicaldoc.gui.frontend.client.metadata.zonalocr com.logicaldoc.gui.frontend.client.services -
-
Uses of GUIZone in com.logicaldoc.gui.common.client.beans
Methods 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.zonalocr
Constructors in com.logicaldoc.gui.frontend.client.metadata.zonalocr with parameters of type GUIZone Constructor Description ZoneCanvas(GUIZone zone, ZonalOCRTemplatesPanel ocrPanel)
ConstructorZoneEditor(GUIZone zone)
-
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)
-