@Dependent public class TaskLogsPresenter extends AbstractTaskPresenter
Modifier and Type | Class and Description |
---|---|
static interface |
TaskLogsPresenter.TaskLogsView |
Modifier and Type | Field and Description |
---|---|
static int |
PAGE_SIZE |
Constructor and Description |
---|
TaskLogsPresenter(TaskLogsPresenter.TaskLogsView view,
org.jboss.errai.common.client.api.Caller<TaskService> taskService) |
Modifier and Type | Method and Description |
---|---|
int |
getPageSize() |
com.google.gwt.user.client.ui.IsWidget |
getView() |
void |
init() |
void |
loadMoreProcessInstanceLogs() |
void |
loadTaskLogs() |
void |
onTaskRefreshedEvent(TaskRefreshedEvent event) |
void |
onTaskSelectionEvent(TaskSelectionEvent event) |
void |
refreshLogs() |
void |
setCurrentPage(int i) |
displayNotification, getContainerId, getServerTemplateId, getTaskId, isSameTaskFromEvent, setNotification, setSelectedTask
public static final int PAGE_SIZE
@Inject public TaskLogsPresenter(TaskLogsPresenter.TaskLogsView view, org.jboss.errai.common.client.api.Caller<TaskService> taskService)
@PostConstruct public void init()
public int getPageSize()
public void setCurrentPage(int i)
public com.google.gwt.user.client.ui.IsWidget getView()
public void refreshLogs()
public void loadTaskLogs()
public void loadMoreProcessInstanceLogs()
public void onTaskSelectionEvent(@Observes TaskSelectionEvent event)
public void onTaskRefreshedEvent(@Observes TaskRefreshedEvent event)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.