public class TaskEventsPanel
extends com.vaadin.ui.Panel
com.vaadin.ui.AbstractComponent.ComponentErrorEvent, com.vaadin.ui.AbstractComponent.ComponentErrorHandlercom.vaadin.ui.Component.ErrorEvent, com.vaadin.ui.Component.ErrorListener, com.vaadin.ui.Component.Event, com.vaadin.ui.Component.Focusable, com.vaadin.ui.Component.Listenercom.vaadin.terminal.Paintable.RepaintRequestEvent, com.vaadin.terminal.Paintable.RepaintRequestListenercom.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 |
addCommentButton |
protected com.vaadin.ui.TextField |
commentInputField |
protected com.vaadin.ui.GridLayout |
eventGrid |
protected I18nManager |
i18nManager |
protected IdentityService |
identityService |
protected List<Event> |
taskEvents |
protected TaskEventTextResolver |
taskEventTextResolver |
protected String |
taskId |
protected TaskService |
taskService |
protected ViewManager |
viewManager |
| Constructor and Description |
|---|
TaskEventsPanel() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addInputField() |
protected void |
addNewComment(String text) |
protected void |
addTaskEventPicture(Event taskEvent,
com.vaadin.ui.GridLayout eventGrid) |
protected void |
addTaskEvents() |
protected void |
addTaskEventText(Event taskEvent,
com.vaadin.ui.GridLayout eventGrid) |
protected void |
addTitle() |
protected void |
initEventGrid() |
void |
refreshTaskEvents() |
void |
setTaskId(String taskId)
Set the task this component is showing the events for.
|
addAction, addActionHandler, addComponent, addListener, attach, changeVariables, componentAttachedToContainer, componentDetachedFromContainer, detach, focus, getActionManager, getComponentIterator, getContent, getLayout, getScrollLeft, getScrollOffsetX, getScrollOffsetY, getScrollTop, getTabIndex, isScrollable, paintContent, removeAction, removeActionHandler, removeAllActionHandlers, removeAllComponents, removeComponent, removeListener, replaceComponent, requestRepaintAll, setCaption, setContent, setLayout, setScrollable, setScrollLeft, setScrollOffsetX, setScrollOffsetY, setScrollTop, setTabIndexaddListener, addListener, fireComponentAttachEvent, fireComponentDetachEvent, moveComponentsFrom, removeListener, removeListener, setEnabled, setHeight, setWidthaddListener, addListener, addListener, addListener, addListener, addStyleName, childRequestedRepaint, fireComponentErrorEvent, fireComponentEvent, fireEvent, 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, setComponentError, setData, setDebugId, setDescription, setErrorHandler, setHeight, setHeight, setHeightUnits, setIcon, setImmediate, setLocale, setParent, setReadOnly, setSizeFull, setSizeUndefined, setStyle, setStyleName, setVisible, setWidth, setWidth, setWidthUnitsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListener, addStyleName, childRequestedRepaint, getApplication, getCaption, getIcon, getLocale, getParent, getStyleName, getWindow, isEnabled, isReadOnly, isVisible, removeListener, removeStyleName, setEnabled, setIcon, setParent, setReadOnly, setStyleName, setVisibleprotected transient IdentityService identityService
protected transient TaskService taskService
protected I18nManager i18nManager
protected ViewManager viewManager
protected TaskEventTextResolver taskEventTextResolver
protected String taskId
protected com.vaadin.ui.TextField commentInputField
protected com.vaadin.ui.Button addCommentButton
protected com.vaadin.ui.GridLayout eventGrid
public void refreshTaskEvents()
public void setTaskId(String taskId)
protected void addTitle()
protected void initEventGrid()
protected void addTaskEvents()
protected void addTaskEventPicture(Event taskEvent, com.vaadin.ui.GridLayout eventGrid)
protected void addTaskEventText(Event taskEvent, com.vaadin.ui.GridLayout eventGrid)
protected void addInputField()
protected void addNewComment(String text)
Copyright © 2016 Alfresco. All rights reserved.