org.jbpm.console.ng.pr.client.editors.instance.list
@Dependent @Templated(value="ProcessInstanceListViewImpl.html") public class ProcessInstanceListViewImpl extends com.google.gwt.user.client.ui.Composite implements ProcessInstanceListPresenter.ProcessInstanceListView, com.google.gwt.user.client.ui.RequiresResize
Modifier and Type | Field and Description |
---|---|
com.github.gwtbootstrap.client.ui.NavLink |
fiterLabel |
com.google.gwt.user.client.ui.LayoutPanel |
listContainer |
com.github.gwtbootstrap.client.ui.SimplePager |
pager |
com.github.gwtbootstrap.client.ui.DataGrid<ProcessInstanceSummary> |
processInstanceListGrid |
com.github.gwtbootstrap.client.ui.NavLink |
showAbortedLink |
com.github.gwtbootstrap.client.ui.NavLink |
showAllLink |
com.github.gwtbootstrap.client.ui.NavLink |
showCompletedLink |
com.github.gwtbootstrap.client.ui.NavLink |
showRelatedToMeLink |
Constructor and Description |
---|
ProcessInstanceListViewImpl() |
Modifier and Type | Method and Description |
---|---|
void |
changeRowSelected(ProcessInstanceStyleEvent processInstanceStyleEvent) |
void |
displayNotification(String text) |
void |
formClosed(org.uberfire.workbench.events.BeforeClosePlaceEvent closed) |
String |
getCurrentFilter() |
com.github.gwtbootstrap.client.ui.DataGrid<ProcessInstanceSummary> |
getDataGrid() |
com.github.gwtbootstrap.client.ui.DataGrid<ProcessInstanceSummary> |
getProcessInstanceListGrid() |
Set<ProcessInstanceSummary> |
getSelectedProcessInstances() |
com.github.gwtbootstrap.client.ui.NavLink |
getShowAbortedLink() |
com.github.gwtbootstrap.client.ui.NavLink |
getShowAllLink() |
com.github.gwtbootstrap.client.ui.NavLink |
getShowCompletedLink() |
com.github.gwtbootstrap.client.ui.NavLink |
getShowRelatedToMeLink() |
com.google.gwt.user.cellview.client.ColumnSortEvent.ListHandler<ProcessInstanceSummary> |
getSortHandler() |
void |
init(ProcessInstanceListPresenter presenter) |
void |
onResize() |
void |
setCurrentFilter(String currentFilter) |
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents
@Inject @DataField public com.google.gwt.user.client.ui.LayoutPanel listContainer
@Inject @DataField public com.github.gwtbootstrap.client.ui.NavLink showAllLink
@Inject @DataField public com.github.gwtbootstrap.client.ui.NavLink showCompletedLink
@Inject @DataField public com.github.gwtbootstrap.client.ui.NavLink showAbortedLink
@Inject @DataField public com.github.gwtbootstrap.client.ui.NavLink showRelatedToMeLink
@Inject @DataField public com.github.gwtbootstrap.client.ui.NavLink fiterLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.DataGrid<ProcessInstanceSummary> processInstanceListGrid
@DataField public com.github.gwtbootstrap.client.ui.SimplePager pager
public String getCurrentFilter()
getCurrentFilter
in interface ProcessInstanceListPresenter.ProcessInstanceListView
public void setCurrentFilter(String currentFilter)
setCurrentFilter
in interface ProcessInstanceListPresenter.ProcessInstanceListView
public void init(ProcessInstanceListPresenter presenter)
init
in interface org.uberfire.client.mvp.UberView<ProcessInstanceListPresenter>
public com.github.gwtbootstrap.client.ui.DataGrid<ProcessInstanceSummary> getProcessInstanceListGrid()
getProcessInstanceListGrid
in interface ProcessInstanceListPresenter.ProcessInstanceListView
public Set<ProcessInstanceSummary> getSelectedProcessInstances()
getSelectedProcessInstances
in interface ProcessInstanceListPresenter.ProcessInstanceListView
public void changeRowSelected(@Observes ProcessInstanceStyleEvent processInstanceStyleEvent)
public void displayNotification(String text)
displayNotification
in interface ProcessInstanceListPresenter.ProcessInstanceListView
public com.github.gwtbootstrap.client.ui.DataGrid<ProcessInstanceSummary> getDataGrid()
getDataGrid
in interface ProcessInstanceListPresenter.ProcessInstanceListView
public com.google.gwt.user.cellview.client.ColumnSortEvent.ListHandler<ProcessInstanceSummary> getSortHandler()
public void onResize()
onResize
in interface com.google.gwt.user.client.ui.RequiresResize
public void formClosed(@Observes org.uberfire.workbench.events.BeforeClosePlaceEvent closed)
public com.github.gwtbootstrap.client.ui.NavLink getShowAllLink()
getShowAllLink
in interface ProcessInstanceListPresenter.ProcessInstanceListView
public com.github.gwtbootstrap.client.ui.NavLink getShowCompletedLink()
getShowCompletedLink
in interface ProcessInstanceListPresenter.ProcessInstanceListView
public com.github.gwtbootstrap.client.ui.NavLink getShowAbortedLink()
getShowAbortedLink
in interface ProcessInstanceListPresenter.ProcessInstanceListView
public com.github.gwtbootstrap.client.ui.NavLink getShowRelatedToMeLink()
getShowRelatedToMeLink
in interface ProcessInstanceListPresenter.ProcessInstanceListView
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.