public class SubTaskComponent
extends com.vaadin.ui.CustomComponent
TaskDetailPanel
.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 |
addSubTaskButton |
protected com.vaadin.ui.Panel |
addSubTaskPanel |
protected HistoryService |
historyService |
protected I18nManager |
i18nManager |
protected com.vaadin.ui.VerticalLayout |
layout |
protected com.vaadin.ui.TextField |
newTaskTextField |
protected Task |
parentTask |
protected com.vaadin.ui.GridLayout |
subTaskLayout |
protected TaskDetailPanel |
taskDetailPanel |
protected TaskService |
taskService |
protected com.vaadin.ui.Label |
title |
Constructor and Description |
---|
SubTaskComponent(Task parentTask) |
Modifier and Type | Method and Description |
---|---|
protected void |
initAddButton() |
protected void |
initAddSubTaskPanel(com.vaadin.ui.HorizontalLayout headerLayout) |
protected void |
initAddSubTaskPanelKeyboardActions() |
protected void |
initHeader() |
protected void |
initLayout() |
protected void |
initSubTasks() |
protected void |
initSubTasksLayout() |
protected void |
initTitle(com.vaadin.ui.HorizontalLayout headerLayout) |
protected void |
initUi() |
protected void |
populateSubTasks(List<HistoricTaskInstance> subTasks) |
void |
refreshSubTasks() |
protected void |
resetAddButton() |
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 I18nManager i18nManager
protected transient TaskService taskService
protected transient HistoryService historyService
protected Task parentTask
protected TaskDetailPanel taskDetailPanel
protected com.vaadin.ui.VerticalLayout layout
protected com.vaadin.ui.Label title
protected com.vaadin.ui.Panel addSubTaskPanel
protected com.vaadin.ui.Button addSubTaskButton
protected com.vaadin.ui.TextField newTaskTextField
protected com.vaadin.ui.GridLayout subTaskLayout
public SubTaskComponent(Task parentTask)
protected void initUi()
protected void initLayout()
protected void initHeader()
protected void initTitle(com.vaadin.ui.HorizontalLayout headerLayout)
protected void initAddSubTaskPanel(com.vaadin.ui.HorizontalLayout headerLayout)
protected void initAddSubTaskPanelKeyboardActions()
protected void initAddButton()
protected void resetAddButton()
protected void initSubTasks()
protected void initSubTasksLayout()
protected void populateSubTasks(List<HistoricTaskInstance> subTasks)
public void refreshSubTasks()
Copyright © 2016 Alfresco. All rights reserved.