jBPM Console NG - Human Tasks Client 6.1.0.Beta4

org.jbpm.console.ng.ht.client.editors.quicknewgroup
Class QuickNewGroupViewImpl

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.quicknewgroup.QuickNewGroupViewImpl
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, QuickNewGroupPresenter.QuickNewGroupView, org.uberfire.client.mvp.UberView<QuickNewGroupPresenter>

@Dependent
@Templated(value="QuickNewGroupViewImpl.html")
public class QuickNewGroupViewImpl
extends com.google.gwt.user.client.ui.Composite
implements QuickNewGroupPresenter.QuickNewGroupView


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 addGroupButton
           
 com.github.gwtbootstrap.client.ui.ControlGroup descriptionControlGroup
           
 com.github.gwtbootstrap.client.ui.HelpInline descriptionHelpLabel
           
 com.github.gwtbootstrap.client.ui.TextBox descriptionText
           
 com.github.gwtbootstrap.client.ui.ControlLabel groupLabel
           
 com.github.gwtbootstrap.client.ui.Label parentGroupLabel
           
 com.github.gwtbootstrap.client.ui.ListBox parentGroupList
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
QuickNewGroupViewImpl()
           
 
Method Summary
 void addGroupButton(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 getParentGroupList()
           
 void init(QuickNewGroupPresenter 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

addGroupButton

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

descriptionControlGroup

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

descriptionHelpLabel

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

groupLabel

@Inject
public com.github.gwtbootstrap.client.ui.ControlLabel groupLabel

parentGroupLabel

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

parentGroupList

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.ListBox parentGroupList
Constructor Detail

QuickNewGroupViewImpl

public QuickNewGroupViewImpl()
Method Detail

init

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

addGroupButton

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

displayNotification

public void displayNotification(String text)
Specified by:
displayNotification in interface QuickNewGroupPresenter.QuickNewGroupView

getDescriptionText

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

getParentGroupList

public com.github.gwtbootstrap.client.ui.ListBox getParentGroupList()
Specified by:
getParentGroupList in interface QuickNewGroupPresenter.QuickNewGroupView

jBPM Console NG - Human Tasks Client 6.1.0.Beta4

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