jBPM Console NG - Human Tasks Client 6.0.0-SNAPSHOT

org.jbpm.console.ng.ht.client.editors.quicknewuser
Class QuickNewUserViewImpl

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.quicknewuser.QuickNewUserViewImpl
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, QuickNewUserPresenter.QuickNewUserView, org.uberfire.client.mvp.UberView<QuickNewUserPresenter>

@Dependent
@Templated(value="QuickNewUserViewImpl.html")
public class QuickNewUserViewImpl
extends com.google.gwt.user.client.ui.Composite
implements QuickNewUserPresenter.QuickNewUserView


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.Button addUserButton
           
 com.github.gwtbootstrap.client.ui.ControlGroup descriptionControlUser
           
 com.github.gwtbootstrap.client.ui.HelpInline descriptionHelpLabel
           
 com.github.gwtbootstrap.client.ui.TextBox descriptionText
           
 com.github.gwtbootstrap.client.ui.Label groupLabel
           
 com.github.gwtbootstrap.client.ui.ListBox groupsList
           
 com.github.gwtbootstrap.client.ui.ListBox typeRoleList
           
 com.github.gwtbootstrap.client.ui.Label typeRoleListLabel
           
 com.github.gwtbootstrap.client.ui.ControlLabel userLabel
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
QuickNewUserViewImpl()
           
 
Method Summary
 void addUserButton(com.google.gwt.event.dom.client.ClickEvent e)
           
 void displayNotification(String text)
           
 com.github.gwtbootstrap.client.ui.TextBox getDescriptionText()
           
 com.github.gwtbootstrap.client.ui.ListBox getGroupsList()
           
 com.github.gwtbootstrap.client.ui.ListBox getTypeRoleList()
           
 void init(QuickNewUserPresenter 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

descriptionText

@Inject
public com.github.gwtbootstrap.client.ui.TextBox descriptionText

addUserButton

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

descriptionControlUser

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.ControlGroup descriptionControlUser

groupLabel

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

groupsList

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.ListBox groupsList

typeRoleListLabel

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

typeRoleList

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.ListBox typeRoleList

descriptionHelpLabel

@Inject
public com.github.gwtbootstrap.client.ui.HelpInline descriptionHelpLabel

userLabel

@Inject
public com.github.gwtbootstrap.client.ui.ControlLabel userLabel
Constructor Detail

QuickNewUserViewImpl

public QuickNewUserViewImpl()
Method Detail

init

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

addUserButton

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

displayNotification

public void displayNotification(String text)
Specified by:
displayNotification in interface QuickNewUserPresenter.QuickNewUserView

getDescriptionText

public com.github.gwtbootstrap.client.ui.TextBox getDescriptionText()
Specified by:
getDescriptionText in interface QuickNewUserPresenter.QuickNewUserView

getGroupsList

public com.github.gwtbootstrap.client.ui.ListBox getGroupsList()
Specified by:
getGroupsList in interface QuickNewUserPresenter.QuickNewUserView

getTypeRoleList

public com.github.gwtbootstrap.client.ui.ListBox getTypeRoleList()
Specified by:
getTypeRoleList in interface QuickNewUserPresenter.QuickNewUserView

jBPM Console NG - Human Tasks Client 6.0.0-SNAPSHOT

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