Uses of Class
com.logicaldoc.gui.frontend.client.ai.sampler.GUISampler
Packages that use GUISampler
Package
Description
-
Uses of GUISampler in com.logicaldoc.gui.frontend.client.ai
Methods in com.logicaldoc.gui.frontend.client.ai that return GUISamplerModifier and TypeMethodDescriptionAIService.getSampler
(long samplerId) Retrieves a sampler from the data layerAIService.saveSampler
(GUISampler sampler) Creates or updates a samplerMethods in com.logicaldoc.gui.frontend.client.ai with parameters of type GUISamplerModifier and TypeMethodDescriptionAIService.saveSampler
(GUISampler sampler) Creates or updates a samplervoid
AIServiceAsync.saveSampler
(GUISampler sampler, com.google.gwt.user.client.rpc.AsyncCallback<GUISampler> callback) Method parameters in com.logicaldoc.gui.frontend.client.ai with type arguments of type GUISamplerModifier and TypeMethodDescriptionvoid
AIServiceAsync.getSampler
(long samplerId, com.google.gwt.user.client.rpc.AsyncCallback<GUISampler> callback) void
AIServiceAsync.saveSampler
(GUISampler sampler, com.google.gwt.user.client.rpc.AsyncCallback<GUISampler> callback) -
Uses of GUISampler in com.logicaldoc.gui.frontend.client.ai.model
Methods in com.logicaldoc.gui.frontend.client.ai.model that return GUISamplerMethods in com.logicaldoc.gui.frontend.client.ai.model with parameters of type GUISampler -
Uses of GUISampler in com.logicaldoc.gui.frontend.client.ai.sampler
Methods in com.logicaldoc.gui.frontend.client.ai.sampler that return GUISamplerModifier and TypeMethodDescriptionSamplerDetailsPanel.getSampler()
SamplerDetailsTab.getSampler()
SamplerSelector.getSelectedSampler()
Methods in com.logicaldoc.gui.frontend.client.ai.sampler that return types with arguments of type GUISamplerMethods in com.logicaldoc.gui.frontend.client.ai.sampler with parameters of type GUISamplerModifier and TypeMethodDescriptionvoid
SamplerDetailsPanel.setSampler
(GUISampler sampler) void
SamplersPanel.updateRecord
(GUISampler sampler) Updates the selected rec with new dataMethod parameters in com.logicaldoc.gui.frontend.client.ai.sampler with type arguments of type GUISamplerConstructors in com.logicaldoc.gui.frontend.client.ai.sampler with parameters of type GUISamplerModifierConstructorDescriptionSamplerProperties
(GUISampler sampler, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler)