Class ProcessDocumentListViewImpl

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject

        com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String COL_ID_ACTIONS  
      static String COL_ID_DOCID  
      static String COL_ID_DOCSIZE  
      static String COL_ID_LASTMOD  
      static String COL_ID_PATH  
      • Fields inherited from class org.jbpm.workbench.common.client.list.AbstractListView

        alert, column, identity, listGrid, noActionColumnManager, notification, placeManager, presenter, selectedItem, selectionModel
      • Fields inherited from class com.google.gwt.user.client.ui.UIObject

        DEBUG_ID_PREFIX
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void formClosed​(org.uberfire.client.workbench.events.BeforeClosePlaceEvent closed)  
      void init​(ProcessDocumentListPresenter presenter)  
      void initColumns​(org.jbpm.workbench.common.client.list.ExtendedPagedTable extendedPagedTable)  
      com.google.gwt.user.cellview.client.Column initDocumentLinkColumn()  
      String readableFileSize​(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 interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicator

        hideBusyIndicator, showBusyIndicator
      • Methods inherited from interface com.google.gwt.user.client.ui.IsWidget

        asWidget
      • Methods inherited from interface org.jbpm.workbench.common.client.list.ListView

        clearBlockingError, displayBlockingError, displayNotification, getListGrid
    • Constructor Detail

      • ProcessDocumentListViewImpl

        public ProcessDocumentListViewImpl()
    • Method Detail

      • initColumns

        public void initColumns​(org.jbpm.workbench.common.client.list.ExtendedPagedTable extendedPagedTable)
        Specified by:
        initColumns in class org.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)