Uses of Class
com.evolveum.midpoint.web.page.admin.workflow.ProcessInstancesPanel.View
-
Packages that use ProcessInstancesPanel.View Package Description com.evolveum.midpoint.web.page.admin.workflow -
-
Uses of ProcessInstancesPanel.View in com.evolveum.midpoint.web.page.admin.workflow
Methods in com.evolveum.midpoint.web.page.admin.workflow that return ProcessInstancesPanel.View Modifier and Type Method Description static ProcessInstancesPanel.View
ProcessInstancesPanel.View. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProcessInstancesPanel.View[]
ProcessInstancesPanel.View. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.evolveum.midpoint.web.page.admin.workflow with parameters of type ProcessInstancesPanel.View Constructor Description ProcessInstancesPanel(String id, org.apache.wicket.extensions.markup.html.repeater.data.table.ISortableDataProvider<ProcessInstanceDto,String> provider, UserProfileStorage.TableId tableId, ProcessInstancesPanel.View view, @Nullable org.apache.wicket.model.IModel<String> currentInstanceIdModel)
-