public abstract class TaskPage extends AbstractTablePage
com.vaadin.ui.AbstractComponent.ComponentErrorEvent, com.vaadin.ui.AbstractComponent.ComponentErrorHandlercom.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 LazyLoadingQuery |
lazyLoadingQuery |
protected TaskEventsPanel |
taskEventPanel |
protected String |
taskId |
protected LazyLoadingContainer |
taskListContainer |
protected TaskService |
taskService |
protected com.vaadin.ui.Table |
taskTable |
tablegrid, select, showEvents, toolBar| Modifier and Type | Method and Description |
|---|---|
protected com.vaadin.ui.Component |
createDetailComponent(String id) |
protected abstract LazyLoadingQuery |
createLazyLoadingQuery() |
protected com.vaadin.ui.Table |
createList()
Concrete pages must implement this.
|
protected ToolBar |
createMenuBar() |
protected com.vaadin.ui.Component |
getEventComponent()
Get the component to display the events in.
|
protected com.vaadin.data.Property.ValueChangeListener |
getListSelectionListener() |
com.vaadin.ui.Component |
getSearchComponent()
Override to get the search component to display above the table.
|
TaskEventsPanel |
getTaskEventPanel() |
protected abstract UriFragment |
getUriFragment(String taskId) |
protected void |
initUi()
Override this method (and call super()) when you want to influence the UI.
|
void |
refreshSelectNext()
Refresh the list on the left side and selects the next element in the table.
|
createSelectComponent, selectElementaddEventComponent, addMainLayout, addMenuBar, addSearch, addSelectComponent, attach, getDetailComponent, getToolBar, setDetailComponentaddComponent, getComponentCount, getComponentIterator, getComponentType, getCompositionRoot, moveComponentsFrom, paintContent, removeAllComponents, removeComponent, replaceComponent, setComponentType, setCompositionRootaddListener, addListener, detach, fireComponentAttachEvent, fireComponentDetachEvent, removeListener, removeListener, requestRepaintAll, setEnabled, setHeight, setWidthaddListener, 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, 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, setCaption, setIcon, setParent, setReadOnly, setStyleName, setVisibleprotected transient TaskService taskService
protected String taskId
protected com.vaadin.ui.Table taskTable
protected LazyLoadingContainer taskListContainer
protected LazyLoadingQuery lazyLoadingQuery
protected TaskEventsPanel taskEventPanel
public TaskPage()
public TaskPage(String taskId)
protected void initUi()
AbstractPageinitUi in class AbstractPageprotected ToolBar createMenuBar()
createMenuBar in class AbstractPageprotected com.vaadin.ui.Table createList()
AbstractTablePagecreateList in class AbstractTablePageprotected com.vaadin.data.Property.ValueChangeListener getListSelectionListener()
protected com.vaadin.ui.Component createDetailComponent(String id)
protected com.vaadin.ui.Component getEventComponent()
AbstractPagegetEventComponent in class AbstractPagepublic TaskEventsPanel getTaskEventPanel()
public com.vaadin.ui.Component getSearchComponent()
AbstractPagegetSearchComponent in class AbstractPagepublic void refreshSelectNext()
AbstractTablePagerefreshSelectNext in class AbstractTablePageprotected abstract LazyLoadingQuery createLazyLoadingQuery()
protected abstract UriFragment getUriFragment(String taskId)
Copyright © 2016 Alfresco. All rights reserved.