public class TaskInvolvedPeopleComponent
extends com.vaadin.ui.CustomComponent
TaskPage
that displays all people involved with the task.com.vaadin.ui.AbstractComponent.ComponentErrorEvent, com.vaadin.ui.AbstractComponent.ComponentErrorHandler
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 com.vaadin.ui.Button |
addPeopleButton |
protected I18nManager |
i18nManager |
protected com.vaadin.ui.VerticalLayout |
layout |
protected com.vaadin.ui.GridLayout |
peopleGrid |
protected Task |
task |
protected TaskDetailPanel |
taskDetailPanel |
protected TaskService |
taskService |
protected com.vaadin.ui.Label |
title |
protected ViewManager |
viewManager |
Constructor and Description |
---|
TaskInvolvedPeopleComponent(Task task,
TaskDetailPanel taskDetailPanel) |
Modifier and Type | Method and Description |
---|---|
protected UserDetailsComponent |
createAssigneeComponent() |
protected UserDetailsComponent |
createOwnerComponent() |
protected void |
initAddPeopleButton(com.vaadin.ui.HorizontalLayout headerLayout) |
protected void |
initAssignee() |
protected void |
initHeader() |
protected void |
initInvolvedPeople() |
protected void |
initLayout() |
protected void |
initOwner() |
protected void |
initPeopleGrid() |
protected void |
initTitle(com.vaadin.ui.HorizontalLayout headerLayout) |
protected void |
initUi() |
protected void |
populatePeopleGrid() |
void |
refreshAssignee() |
void |
refreshOwner() |
void |
refreshPeopleGrid() |
addComponent, getComponentCount, getComponentIterator, getComponentType, getCompositionRoot, moveComponentsFrom, paintContent, removeAllComponents, removeComponent, replaceComponent, setComponentType, setCompositionRoot
addListener, addListener, attach, detach, fireComponentAttachEvent, fireComponentDetachEvent, removeListener, removeListener, requestRepaintAll, setEnabled, setHeight, setWidth
addListener, addListener, addListener, addListener, addListener, addStyleName, changeVariables, 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, addStyleName, childRequestedRepaint, getApplication, getCaption, getIcon, getLocale, getParent, getStyleName, getWindow, isEnabled, isReadOnly, isVisible, removeListener, removeStyleName, setCaption, setIcon, setParent, setReadOnly, setStyleName, setVisible
protected transient TaskService taskService
protected I18nManager i18nManager
protected ViewManager viewManager
protected Task task
protected TaskDetailPanel taskDetailPanel
protected com.vaadin.ui.VerticalLayout layout
protected com.vaadin.ui.Label title
protected com.vaadin.ui.Button addPeopleButton
protected com.vaadin.ui.GridLayout peopleGrid
public TaskInvolvedPeopleComponent(Task task, TaskDetailPanel taskDetailPanel)
protected void initUi()
protected void initLayout()
protected void initHeader()
protected void initTitle(com.vaadin.ui.HorizontalLayout headerLayout)
protected void initAddPeopleButton(com.vaadin.ui.HorizontalLayout headerLayout)
protected void initPeopleGrid()
protected void populatePeopleGrid()
protected void initOwner()
protected UserDetailsComponent createOwnerComponent()
protected void initAssignee()
protected UserDetailsComponent createAssigneeComponent()
protected void initInvolvedPeople()
public void refreshPeopleGrid()
public void refreshAssignee()
public void refreshOwner()
Copyright © 2016 Alfresco. All rights reserved.