jBPM Console NG - Human Tasks Client 6.2.0.Beta3

org.jbpm.console.ng.ht.client.editors.taskadmin
Class TaskAdminViewImpl

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.ht.client.editors.taskadmin.TaskAdminViewImpl
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, TaskAdminPresenter.TaskAdminView

@Dependent
@Templated(value="TaskAdminViewImpl.html")
public class TaskAdminViewImpl
extends com.google.gwt.user.client.ui.Composite
implements TaskAdminPresenter.TaskAdminView


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
 com.github.gwtbootstrap.client.ui.ControlLabel adminDetailsAccordionLabel
           
 com.github.gwtbootstrap.client.ui.Button adminForwardButton
           
 com.github.gwtbootstrap.client.ui.Label adminUserOrGroupLabel
           
 com.github.gwtbootstrap.client.ui.TextBox adminUserOrGroupText
           
 com.github.gwtbootstrap.client.ui.Label adminUsersGroupsControlsLabel
           
 com.github.gwtbootstrap.client.ui.Label adminUsersGroupsControlsPanel
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
TaskAdminViewImpl()
           
 
Method Summary
 void adminForwardButton(com.google.gwt.event.dom.client.ClickEvent e)
           
 void displayNotification(String text)
           
 com.github.gwtbootstrap.client.ui.Button getForwardButton()
           
 com.github.gwtbootstrap.client.ui.TextBox getUserOrGroupText()
           
 com.github.gwtbootstrap.client.ui.Label getUsersGroupsControlsPanel()
           
 void init(TaskAdminPresenter presenter)
           
 
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
 

Field Detail

adminDetailsAccordionLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.ControlLabel adminDetailsAccordionLabel

adminUserOrGroupLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label adminUserOrGroupLabel

adminUsersGroupsControlsLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label adminUsersGroupsControlsLabel

adminUserOrGroupText

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.TextBox adminUserOrGroupText

adminForwardButton

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Button adminForwardButton

adminUsersGroupsControlsPanel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label adminUsersGroupsControlsPanel
Constructor Detail

TaskAdminViewImpl

public TaskAdminViewImpl()
Method Detail

init

public void init(TaskAdminPresenter presenter)
Specified by:
init in interface TaskAdminPresenter.TaskAdminView

adminForwardButton

@EventHandler(value="adminForwardButton")
public void adminForwardButton(com.google.gwt.event.dom.client.ClickEvent e)

getUsersGroupsControlsPanel

public com.github.gwtbootstrap.client.ui.Label getUsersGroupsControlsPanel()
Specified by:
getUsersGroupsControlsPanel in interface TaskAdminPresenter.TaskAdminView

displayNotification

public void displayNotification(String text)
Specified by:
displayNotification in interface TaskAdminPresenter.TaskAdminView

getForwardButton

public com.github.gwtbootstrap.client.ui.Button getForwardButton()
Specified by:
getForwardButton in interface TaskAdminPresenter.TaskAdminView

getUserOrGroupText

public com.github.gwtbootstrap.client.ui.TextBox getUserOrGroupText()
Specified by:
getUserOrGroupText in interface TaskAdminPresenter.TaskAdminView

jBPM Console NG - Human Tasks Client 6.2.0.Beta3

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