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 RobotThreadCreates or updates a robotvoidRobotServiceAsync.save(GUIRobot robot, com.google.gwt.user.client.rpc.AsyncCallback<GUIRobot> callback) voidvoidRobotsPanel.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 TypeMethodDescriptionvoidRobotServiceAsync.clone(long robotId, String newName, com.google.gwt.user.client.rpc.AsyncCallback<GUIRobot> callback) voidRobotServiceAsync.get(long robotId, com.google.gwt.user.client.rpc.AsyncCallback<GUIRobot> callback) voidRobotServiceAsync.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)