Uses of Class
com.logicaldoc.gui.common.client.beans.GUIBarcodeEngine
- 
Packages that use GUIBarcodeEngine Package Description com.logicaldoc.gui.frontend.client.services  - 
- 
Uses of GUIBarcodeEngine in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIBarcodeEngine Modifier and Type Method Description GUIBarcodeEngineBarcodeService. getInfo()Loads a bean that contains all engine informationsMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIBarcodeEngine Modifier and Type Method Description voidBarcodeService. save(GUIBarcodeEngine engine)Saves the engine settingsvoidBarcodeServiceAsync. save(GUIBarcodeEngine engine, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIBarcodeEngine Modifier and Type Method Description voidBarcodeServiceAsync. getInfo(com.google.gwt.user.client.rpc.AsyncCallback<GUIBarcodeEngine> callback) 
 -