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 GUIBarcodeEngine
BarcodeService. 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 void
BarcodeService. save(GUIBarcodeEngine engine)
Saves the engine settingsvoid
BarcodeServiceAsync. 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 void
BarcodeServiceAsync. getInfo(com.google.gwt.user.client.rpc.AsyncCallback<GUIBarcodeEngine> callback)
-