Uses of Class
com.logicaldoc.gui.common.client.beans.GUIAutomationTrigger
-
Packages that use GUIAutomationTrigger Package Description com.logicaldoc.gui.frontend.client.folder com.logicaldoc.gui.frontend.client.services com.logicaldoc.gui.frontend.client.settings.automation -
-
Uses of GUIAutomationTrigger in com.logicaldoc.gui.frontend.client.folder
Methods in com.logicaldoc.gui.frontend.client.folder with parameters of type GUIAutomationTrigger Modifier and Type Method Description voidFolderAutomationPanel. updateRecord(GUIAutomationTrigger trigger)Updates the selected record with new dataConstructors in com.logicaldoc.gui.frontend.client.folder with parameters of type GUIAutomationTrigger Constructor Description AutomationTriggerDialog(GUIAutomationTrigger trigger, FolderAutomationPanel automationPanel) -
Uses of GUIAutomationTrigger in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIAutomationTrigger Modifier and Type Method Description GUIAutomationTriggerAutomationService. getTrigger(long id)Loads a given trigger from the databaseGUIAutomationTriggerAutomationService. saveTrigger(GUIAutomationTrigger trigger)Creates or updates a triggerMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIAutomationTrigger Modifier and Type Method Description GUIAutomationTriggerAutomationService. 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 GUIAutomationTrigger Modifier and Type Method Description voidAutomationServiceAsync. 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 GUIAutomationTrigger Modifier and Type Method Description GUIAutomationTriggerAutomationTriggerDetailsPanel. getTrigger()GUIAutomationTriggerAutomationTriggerDetailsTab. getTrigger()Methods in com.logicaldoc.gui.frontend.client.settings.automation with parameters of type GUIAutomationTrigger Modifier and Type Method Description voidAutomationTriggerDetailsPanel. setTrigger(GUIAutomationTrigger trigger)voidAutomationTriggersPanel. showTriggerDetails(GUIAutomationTrigger trigger)voidAutomationTriggersPanel. updateRecord(GUIAutomationTrigger trigger)Updates the selected record with new dataConstructors in com.logicaldoc.gui.frontend.client.settings.automation with parameters of type GUIAutomationTrigger Constructor Description AutomationTriggerDetailsTab(GUIAutomationTrigger trigger, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler)AutomationTriggerProperties(GUIAutomationTrigger trigger, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler)
-