Uses of Class
com.logicaldoc.gui.frontend.client.ai.robot.GUIRobot
Packages that use GUIRobot
-
Uses of GUIRobot in com.logicaldoc.gui.frontend.client.ai.robot
Methods in com.logicaldoc.gui.frontend.client.ai.robot that return GUIRobotModifier and TypeMethodDescriptionClones a robotRobotService.get
(long robotId) Retrieves a robot from the data layerRobotDetailsPanel.getModel()
RobotDetailsTab.getRobot()
RobotSelector.getRobot()
Creates or updates a robotMethods in com.logicaldoc.gui.frontend.client.ai.robot with parameters of type GUIRobotModifier and TypeMethodDescriptionstatic RobotThread
Creates or updates a robotvoid
RobotServiceAsync.save
(GUIRobot robot, com.google.gwt.user.client.rpc.AsyncCallback<GUIRobot> callback) void
void
RobotsPanel.updateRecord
(GUIRobot robot) Updates the selected rec with new dataMethod parameters in com.logicaldoc.gui.frontend.client.ai.robot with type arguments of type GUIRobotModifier and TypeMethodDescriptionvoid
RobotServiceAsync.clone
(long robotId, String newName, com.google.gwt.user.client.rpc.AsyncCallback<GUIRobot> callback) void
RobotServiceAsync.get
(long robotId, com.google.gwt.user.client.rpc.AsyncCallback<GUIRobot> callback) void
RobotServiceAsync.save
(GUIRobot robot, com.google.gwt.user.client.rpc.AsyncCallback<GUIRobot> callback) Constructors in com.logicaldoc.gui.frontend.client.ai.robot with parameters of type GUIRobotModifierConstructorDescriptionRobotProperties
(GUIRobot robot, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler)