public class ProcessDefinitionPage extends AbstractTablePage
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 ProcessDefinitionDetailPanel |
detailPanel |
protected LazyLoadingContainer |
processDefinitionContainer |
protected String |
processDefinitionId |
protected com.vaadin.ui.Table |
processDefinitionTable |
protected RepositoryService |
repositoryService |
table
grid, select, showEvents, toolBar
Constructor and Description |
---|
ProcessDefinitionPage() |
ProcessDefinitionPage(String processDefinitionId)
Used when the page is reached through an URL.
|
Modifier and Type | Method and Description |
---|---|
protected void |
changeUrl(String processDefinitionId) |
protected com.vaadin.ui.Table |
createList()
Concrete pages must implement this.
|
protected ToolBar |
createMenuBar() |
protected void |
initUi()
Override this method (and call super()) when you want to influence the UI.
|
protected void |
showProcessDefinitionDetail(String processDefinitionId) |
void |
showStartForm(ProcessDefinition processDefinition,
StartFormData startFormData) |
createSelectComponent, refreshSelectNext, selectElement
addEventComponent, addMainLayout, addMenuBar, addSearch, addSelectComponent, attach, getDetailComponent, getEventComponent, getSearchComponent, getToolBar, setDetailComponent
addComponent, getComponentCount, getComponentIterator, getComponentType, getCompositionRoot, moveComponentsFrom, paintContent, removeAllComponents, removeComponent, replaceComponent, setComponentType, setCompositionRoot
addListener, addListener, 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 RepositoryService repositoryService
protected String processDefinitionId
protected LazyLoadingContainer processDefinitionContainer
protected com.vaadin.ui.Table processDefinitionTable
protected ProcessDefinitionDetailPanel detailPanel
public ProcessDefinitionPage()
public ProcessDefinitionPage(String processDefinitionId)
protected void initUi()
AbstractPage
initUi
in class AbstractPage
protected ToolBar createMenuBar()
createMenuBar
in class AbstractPage
protected com.vaadin.ui.Table createList()
AbstractTablePage
createList
in class AbstractTablePage
protected void showProcessDefinitionDetail(String processDefinitionId)
protected void changeUrl(String processDefinitionId)
public void showStartForm(ProcessDefinition processDefinition, StartFormData startFormData)
Copyright © 2016 Alfresco. All rights reserved.