public class AdminCompletedInstancesPanel extends DetailPanel
com.vaadin.ui.AbstractComponent.ComponentErrorEvent, com.vaadin.ui.AbstractComponent.ComponentErrorHandler
com.vaadin.ui.Layout.AlignmentHandler, com.vaadin.ui.Layout.MarginHandler, com.vaadin.ui.Layout.MarginInfo, com.vaadin.ui.Layout.SpacingHandler
com.vaadin.ui.ComponentContainer.ComponentAttachEvent, com.vaadin.ui.ComponentContainer.ComponentAttachListener, com.vaadin.ui.ComponentContainer.ComponentDetachEvent, com.vaadin.ui.ComponentContainer.ComponentDetachListener
Modifier and Type | Field and Description |
---|---|
protected Map<String,org.activiti.explorer.ui.management.admin.AdminCompletedInstancesPanel.ManagementProcessDefinition> |
completedDefinitions |
protected com.vaadin.ui.HorizontalLayout |
definitionsLayout |
protected com.vaadin.ui.Table |
definitionsTable |
protected HistoryService |
historyService |
protected I18nManager |
i18nManager |
protected IdentityService |
identityService |
protected List<HistoricProcessInstance> |
instanceList |
protected com.vaadin.ui.HorizontalLayout |
instancesLayout |
protected com.vaadin.ui.Table |
instancesTable |
protected com.vaadin.ui.Label |
noMembersTable |
protected RepositoryService |
repositoryService |
protected org.activiti.explorer.ui.management.admin.AdminCompletedInstancesPanel.ManagementProcessDefinition |
selectedManagementDefinition |
protected VariableRendererManager |
variableRendererManager |
mainPanel
Constructor and Description |
---|
AdminCompletedInstancesPanel() |
Modifier and Type | Method and Description |
---|---|
protected void |
addProcessImage(ProcessDefinition processDefinition,
HistoricProcessInstance processInstance) |
protected void |
addTaskItem(HistoricTaskInstance task,
com.vaadin.ui.Table taskTable) |
protected void |
addTasks(HistoricProcessInstance processInstance) |
protected void |
addVariables(HistoricProcessInstance processInstance) |
protected String |
getProcessDisplayName(ProcessDefinition processDefinition,
ProcessInstance processInstance) |
protected com.vaadin.ui.Component |
getTaskAssigneeComponent(String assignee) |
protected void |
init() |
protected void |
initDefinitions() |
protected void |
initDefinitionsTable() |
protected void |
initDefinitionTitle(com.vaadin.ui.HorizontalLayout membersHeader) |
protected void |
initInstances() |
protected void |
initInstancesTable() |
protected void |
initInstancesTitle(com.vaadin.ui.HorizontalLayout instancesHeader) |
protected void |
initPageTitle() |
protected void |
refreshInstancesTable() |
addComponent, addComponent, addComponentAsFirst, addDetailComponent, addDetailComponent, getMainPanel, setDetailContainer, setDetailExpandRatio, setFixedButtons
addListener, getComponent, getComponentAlignment, getComponentCount, getComponentIndex, getComponentIterator, getExpandRatio, isSpacing, isSpacingEnabled, paintContent, removeComponent, removeListener, replaceComponent, setComponentAlignment, setComponentAlignment, setComponentAlignment, setExpandRatio, setSpacing
changeVariables, fireClick, getMargin, setMargin, setMargin, setMargin
addListener, addListener, attach, detach, fireComponentAttachEvent, fireComponentDetachEvent, moveComponentsFrom, removeAllComponents, removeListener, removeListener, requestRepaintAll, setEnabled, setHeight, setWidth
addListener, addListener, addListener, addListener, addListener, addStyleName, childRequestedRepaint, fireComponentErrorEvent, fireComponentEvent, fireEvent, focus, getApplication, getCaption, getComponentError, getData, getDebugId, getDescription, getErrorHandler, getErrorMessage, getHeight, getHeightUnits, getIcon, getListeners, getLocale, getParent, getStyle, getStyleName, getWidth, getWidthUnits, getWindow, handleError, hasListeners, isEnabled, isImmediate, isReadOnly, isVisible, paint, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeStyleName, requestRepaint, requestRepaintRequests, setCaption, setComponentError, setData, setDebugId, setDescription, setErrorHandler, setHeight, setHeight, setHeightUnits, setIcon, setImmediate, setLocale, setParent, setReadOnly, setSizeFull, setSizeUndefined, setStyle, setStyleName, setVisible, setWidth, setWidth, setWidthUnits
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addListener, addListener, moveComponentsFrom, removeAllComponents, removeListener, removeListener, requestRepaintAll
addListener, addStyleName, attach, childRequestedRepaint, detach, getApplication, getCaption, getIcon, getLocale, getParent, getStyleName, getWindow, isEnabled, isReadOnly, isVisible, removeListener, removeStyleName, setCaption, setEnabled, setIcon, setParent, setReadOnly, setStyleName, setVisible
protected transient HistoryService historyService
protected transient RepositoryService repositoryService
protected transient IdentityService identityService
protected transient I18nManager i18nManager
protected transient VariableRendererManager variableRendererManager
protected com.vaadin.ui.HorizontalLayout definitionsLayout
protected com.vaadin.ui.Table definitionsTable
protected com.vaadin.ui.Label noMembersTable
protected com.vaadin.ui.HorizontalLayout instancesLayout
protected com.vaadin.ui.Table instancesTable
protected Map<String,org.activiti.explorer.ui.management.admin.AdminCompletedInstancesPanel.ManagementProcessDefinition> completedDefinitions
protected List<HistoricProcessInstance> instanceList
protected org.activiti.explorer.ui.management.admin.AdminCompletedInstancesPanel.ManagementProcessDefinition selectedManagementDefinition
protected void init()
protected void initPageTitle()
protected void initDefinitions()
protected void initDefinitionTitle(com.vaadin.ui.HorizontalLayout membersHeader)
protected void initDefinitionsTable()
protected void initInstances()
protected void initInstancesTitle(com.vaadin.ui.HorizontalLayout instancesHeader)
protected void initInstancesTable()
protected void refreshInstancesTable()
protected void addProcessImage(ProcessDefinition processDefinition, HistoricProcessInstance processInstance)
protected String getProcessDisplayName(ProcessDefinition processDefinition, ProcessInstance processInstance)
protected void addTasks(HistoricProcessInstance processInstance)
protected void addTaskItem(HistoricTaskInstance task, com.vaadin.ui.Table taskTable)
protected com.vaadin.ui.Component getTaskAssigneeComponent(String assignee)
protected void addVariables(HistoricProcessInstance processInstance)
Copyright © 2016 Alfresco. All rights reserved.