Class ProcessDocumentListViewImpl
- java.lang.Object
-
- com.google.gwt.user.client.ui.UIObject
-
- com.google.gwt.user.client.ui.Widget
-
- com.google.gwt.user.client.ui.Composite
-
- org.jbpm.workbench.common.client.list.AbstractListView<org.jbpm.workbench.pr.model.DocumentSummary,ProcessDocumentListPresenter>
-
- org.jbpm.workbench.pr.client.editors.documents.list.ProcessDocumentListViewImpl
-
- All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers,com.google.gwt.event.shared.HasHandlers,com.google.gwt.user.client.EventListener,com.google.gwt.user.client.ui.HasVisibility,com.google.gwt.user.client.ui.IsRenderable,com.google.gwt.user.client.ui.IsWidget,com.google.gwt.user.client.ui.RequiresResize,org.jbpm.workbench.common.client.list.ListView<org.jbpm.workbench.pr.model.DocumentSummary,ProcessDocumentListPresenter>,ProcessDocumentListPresenter.ProcessDocumentListView,org.uberfire.client.mvp.HasPresenter<ProcessDocumentListPresenter>,org.uberfire.client.mvp.UberView<ProcessDocumentListPresenter>,org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
@Dependent @Templated("/org/jbpm/workbench/common/client/list/AbstractListView.html") public class ProcessDocumentListViewImpl extends org.jbpm.workbench.common.client.list.AbstractListView<org.jbpm.workbench.pr.model.DocumentSummary,ProcessDocumentListPresenter> implements ProcessDocumentListPresenter.ProcessDocumentListView
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOL_ID_ACTIONSstatic StringCOL_ID_DOCIDstatic StringCOL_ID_DOCSIZEstatic StringCOL_ID_LASTMODstatic StringCOL_ID_PATH
-
Constructor Summary
Constructors Constructor Description ProcessDocumentListViewImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformClosed(org.uberfire.client.workbench.events.BeforeClosePlaceEvent closed)voidinit(ProcessDocumentListPresenter presenter)voidinitColumns(org.jbpm.workbench.common.client.list.ExtendedPagedTable extendedPagedTable)com.google.gwt.user.cellview.client.ColumninitDocumentLinkColumn()StringreadableFileSize(long size)-
Methods inherited from class org.jbpm.workbench.common.client.list.AbstractListView
addNewTableToColumn, createListGrid, displayNotification, getListGrid, hideBusyIndicator, init, onResize, setPreferencesService, showBusyIndicator
-
Methods inherited from class com.google.gwt.user.client.ui.Composite
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
-
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
-
Methods inherited from class com.google.gwt.user.client.ui.UIObject
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
COL_ID_DOCID
public static final String COL_ID_DOCID
- See Also:
- Constant Field Values
-
COL_ID_LASTMOD
public static final String COL_ID_LASTMOD
- See Also:
- Constant Field Values
-
COL_ID_DOCSIZE
public static final String COL_ID_DOCSIZE
- See Also:
- Constant Field Values
-
COL_ID_PATH
public static final String COL_ID_PATH
- See Also:
- Constant Field Values
-
COL_ID_ACTIONS
public static final String COL_ID_ACTIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
init
public void init(ProcessDocumentListPresenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<ProcessDocumentListPresenter>
-
initColumns
public void initColumns(org.jbpm.workbench.common.client.list.ExtendedPagedTable extendedPagedTable)
- Specified by:
initColumnsin classorg.jbpm.workbench.common.client.list.AbstractListView<org.jbpm.workbench.pr.model.DocumentSummary,ProcessDocumentListPresenter>
-
readableFileSize
public String readableFileSize(long size)
-
initDocumentLinkColumn
public com.google.gwt.user.cellview.client.Column initDocumentLinkColumn()
-
formClosed
public void formClosed(@Observes org.uberfire.client.workbench.events.BeforeClosePlaceEvent closed)
-
-