Uses of Class
io.graphenee.jbpm.embedded.vaadin.GxUserTaskForm.GxTaskAction
-
Packages that use GxUserTaskForm.GxTaskAction Package Description io.graphenee.jbpm.embedded.vaadin -
-
Uses of GxUserTaskForm.GxTaskAction in io.graphenee.jbpm.embedded.vaadin
Methods in io.graphenee.jbpm.embedded.vaadin that return GxUserTaskForm.GxTaskAction Modifier and Type Method Description static GxUserTaskForm.GxTaskActionGxUserTaskForm.GxTaskAction. valueOf(String name)Returns the enum constant of this type with the specified name.static GxUserTaskForm.GxTaskAction[]GxUserTaskForm.GxTaskAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.graphenee.jbpm.embedded.vaadin with parameters of type GxUserTaskForm.GxTaskAction Modifier and Type Method Description voidGxUserTaskForm.GxTaskActionListener. onAction(GxUserTaskForm.GxTaskAction action, GxUserTask userTask, T entity)
-