jBPM Console NG - Business Domain Client 6.1.1-SNAPSHOT

org.jbpm.console.ng.bd.client.editors.deployment.list
Class DeploymentUnitsListViewImpl

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by org.jbpm.console.ng.gc.client.list.base.BaseGenericCRUD
                  extended by org.jbpm.console.ng.gc.client.list.base.GenericActions<T>
                      extended by org.jbpm.console.ng.gc.client.list.base.BaseViewImpl<KModuleDeploymentUnitSummary,DeploymentUnitsListPresenter>
                          extended by org.jbpm.console.ng.bd.client.editors.deployment.list.DeploymentUnitsListViewImpl
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, DeploymentUnitsListPresenter.DeploymentUnitsListView, ButtonsPanelContainer, GridViewContainer<KModuleDeploymentUnitSummary>, PagerContainer, org.uberfire.client.mvp.UberView<DeploymentUnitsListPresenter>

@Dependent
@Templated(value="DeploymentUnitsListViewImpl.html")
public class DeploymentUnitsListViewImpl
extends BaseViewImpl<KModuleDeploymentUnitSummary,DeploymentUnitsListPresenter>
implements DeploymentUnitsListPresenter.DeploymentUnitsListView


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jbpm.console.ng.gc.client.list.base.GenericActions
GenericActions.DeleteActionHasCell, GenericActions.ReadActionHasCell, GenericActions.UpdateActionHasCell
 
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
 
Nested classes/interfaces inherited from interface org.jbpm.console.ng.gc.client.list.base.GridViewContainer
GridViewContainer.GridSelectionModel
 
Field Summary
 
Fields inherited from class org.jbpm.console.ng.gc.client.list.base.BaseViewImpl
identity, itemsSelected, listGrid, MSJ_NO_ITEMS_FOUND, pager, placeManager, presenter, selectionModel, sortHandler, viewContainer
 
Fields inherited from class org.jbpm.console.ng.gc.client.list.base.GenericActions
DELETE_ACTION_IMAGE, deleteActionTitle, genericConstants, genericImages, READ_ACTION_IMAGE, readActionTitle, UPDATE_ACTION_IMAGE, updateActionTitle
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Fields inherited from interface org.jbpm.console.ng.gc.client.list.base.GridViewContainer
GRID_STYLE
 
Fields inherited from interface org.jbpm.console.ng.gc.client.list.base.PagerContainer
STYLE_PAGER
 
Constructor Summary
DeploymentUnitsListViewImpl()
           
 
Method Summary
 void addHandlerPager()
           
 void hideBusyIndicator()
           
 void init(DeploymentUnitsListPresenter presenter)
           
 void initGridColumns()
           
 void initializeLeftButtons()
           
 void initializeRightButtons()
           
 void multiSelectionModelChange(com.google.gwt.view.client.SelectionChangeEvent event, Set<KModuleDeploymentUnitSummary> selectedKieSession)
           
 void refreshItems()
           
 void refreshOnChangedUnit(DeployedUnitChangedEvent event)
           
 void setGridEvents()
           
 void showBusyIndicator(String message)
           
 void simpleSelectionModelChange(com.google.gwt.view.client.SelectionChangeEvent event, KModuleDeploymentUnitSummary selectedItemSelectionModel)
           
 
Methods inherited from class org.jbpm.console.ng.gc.client.list.base.BaseViewImpl
actionsColumns, createItem, deleteItem, displayNotification, getCurrentFilter, getListGrid, getPager, getSortHandler, initializeComponents, initializeGridView, onResize, readItem, setCurrentFilter, setMultiSelectionModel, setPagerDataProvider, setSelectionModel, updateItem
 
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
 
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, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Constructor Detail

DeploymentUnitsListViewImpl

public DeploymentUnitsListViewImpl()
Method Detail

init

public void init(DeploymentUnitsListPresenter presenter)
Specified by:
init in interface org.uberfire.client.mvp.UberView<DeploymentUnitsListPresenter>

initGridColumns

public void initGridColumns()
Specified by:
initGridColumns in interface GridViewContainer<KModuleDeploymentUnitSummary>

refreshOnChangedUnit

public void refreshOnChangedUnit(@Observes
                                 DeployedUnitChangedEvent event)

showBusyIndicator

public void showBusyIndicator(String message)
Specified by:
showBusyIndicator in interface DeploymentUnitsListPresenter.DeploymentUnitsListView

hideBusyIndicator

public void hideBusyIndicator()
Specified by:
hideBusyIndicator in interface DeploymentUnitsListPresenter.DeploymentUnitsListView

refreshItems

public void refreshItems()
Specified by:
refreshItems in interface GridViewContainer<KModuleDeploymentUnitSummary>

multiSelectionModelChange

public void multiSelectionModelChange(com.google.gwt.view.client.SelectionChangeEvent event,
                                      Set<KModuleDeploymentUnitSummary> selectedKieSession)
Specified by:
multiSelectionModelChange in interface GridViewContainer<KModuleDeploymentUnitSummary>

simpleSelectionModelChange

public void simpleSelectionModelChange(com.google.gwt.view.client.SelectionChangeEvent event,
                                       KModuleDeploymentUnitSummary selectedItemSelectionModel)
Specified by:
simpleSelectionModelChange in interface GridViewContainer<KModuleDeploymentUnitSummary>

setGridEvents

public void setGridEvents()
Specified by:
setGridEvents in interface GridViewContainer<KModuleDeploymentUnitSummary>

initializeLeftButtons

public void initializeLeftButtons()
Specified by:
initializeLeftButtons in interface ButtonsPanelContainer

initializeRightButtons

public void initializeRightButtons()
Specified by:
initializeRightButtons in interface ButtonsPanelContainer

addHandlerPager

public void addHandlerPager()
Specified by:
addHandlerPager in interface PagerContainer

jBPM Console NG - Business Domain Client 6.1.1-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.