Uses of Class
com.logicaldoc.gui.common.client.beans.GUIAutomationTrigger
Packages that use GUIAutomationTrigger
Package
Description
-
Uses of GUIAutomationTrigger in com.logicaldoc.gui.frontend.client.folder
Methods in com.logicaldoc.gui.frontend.client.folder with parameters of type GUIAutomationTriggerModifier and TypeMethodDescriptionvoidFolderAutomationPanel.updateRecord(GUIAutomationTrigger trigger) Updates the selected rec with new dataConstructors in com.logicaldoc.gui.frontend.client.folder with parameters of type GUIAutomationTriggerModifierConstructorDescriptionAutomationTriggerDialog(GUIAutomationTrigger trigger, FolderAutomationPanel automationPanel) -
Uses of GUIAutomationTrigger in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIAutomationTriggerModifier and TypeMethodDescriptionAutomationService.getTrigger(long id) Loads a given trigger from the databaseAutomationService.saveTrigger(GUIAutomationTrigger trigger) Creates or updates a triggerMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIAutomationTriggerModifier and TypeMethodDescriptionAutomationService.saveTrigger(GUIAutomationTrigger trigger) Creates or updates a triggervoidAutomationServiceAsync.saveTrigger(GUIAutomationTrigger trigger, com.google.gwt.user.client.rpc.AsyncCallback<GUIAutomationTrigger> callback) Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIAutomationTriggerModifier and TypeMethodDescriptionvoidAutomationServiceAsync.getTrigger(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUIAutomationTrigger> callback) voidAutomationServiceAsync.saveTrigger(GUIAutomationTrigger trigger, com.google.gwt.user.client.rpc.AsyncCallback<GUIAutomationTrigger> callback) -
Uses of GUIAutomationTrigger in com.logicaldoc.gui.frontend.client.settings.automation
Methods in com.logicaldoc.gui.frontend.client.settings.automation that return GUIAutomationTriggerModifier and TypeMethodDescriptionAutomationTriggerDetailsPanel.getTrigger()AutomationTriggerDetailsTab.getTrigger()Methods in com.logicaldoc.gui.frontend.client.settings.automation with parameters of type GUIAutomationTriggerModifier and TypeMethodDescriptionvoidAutomationTriggerDetailsPanel.setTrigger(GUIAutomationTrigger trigger) voidAutomationTriggersPanel.showTriggerDetails(GUIAutomationTrigger trigger) voidAutomationTriggersPanel.updateRecord(GUIAutomationTrigger trigger) Updates the selected rec with new dataConstructors in com.logicaldoc.gui.frontend.client.settings.automation with parameters of type GUIAutomationTriggerModifierConstructorDescriptionAutomationTriggerProperties(GUIAutomationTrigger trigger, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler)