Constructor and Description |
---|
WfDeltasPanel(String id,
org.apache.wicket.model.IModel<TaskDto> model) |
Modifier and Type | Method and Description |
---|---|
static org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn<TaskDto,String> |
PageTasks.createTaskCategoryColumn(org.apache.wicket.Component component,
String label) |
static EnumPropertyColumn<TaskDto> |
PageTasks.createTaskExecutionStatusColumn(org.apache.wicket.Component component,
String label) |
Modifier and Type | Method and Description |
---|---|
List<TaskDto> |
TaskDto.getSubtasks() |
Iterator<? extends TaskDto> |
TaskDtoProvider.internalIterator(long first,
long count) |
Modifier and Type | Method and Description |
---|---|
void |
TaskDto.addChildTaskDto(TaskDto taskDto) |
Constructor and Description |
---|
SubtasksPanel(String id,
org.apache.wicket.model.IModel<List<TaskDto>> model,
boolean workflowsEnabled) |
Constructor and Description |
---|
WorkflowInformationPanel(String id,
org.apache.wicket.model.IModel<TaskDto> model) |
Copyright © 2013 evolveum. All rights reserved.