org.jbpm.console.ng.ht.client.editors.quicknewuser
@Dependent @Templated(value="QuickNewUserViewImpl.html") public class QuickNewUserViewImpl extends com.google.gwt.user.client.ui.Composite implements QuickNewUserPresenter.QuickNewUserView
Modifier and Type | Field and Description |
---|---|
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.ControlLabel |
userLabel |
Constructor and Description |
---|
QuickNewUserViewImpl() |
Modifier and Type | Method and Description |
---|---|
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() |
void |
init(QuickNewUserPresenter presenter) |
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
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
@Inject public com.github.gwtbootstrap.client.ui.TextBox descriptionText
@Inject @DataField public com.github.gwtbootstrap.client.ui.Button addUserButton
@Inject @DataField public com.github.gwtbootstrap.client.ui.ControlGroup descriptionControlUser
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label groupLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.ListBox groupsList
@Inject public com.github.gwtbootstrap.client.ui.HelpInline descriptionHelpLabel
@Inject public com.github.gwtbootstrap.client.ui.ControlLabel userLabel
public void init(QuickNewUserPresenter presenter)
init
in interface org.uberfire.client.mvp.UberView<QuickNewUserPresenter>
@EventHandler(value="addUserButton") public void addUserButton(com.google.gwt.event.dom.client.ClickEvent e)
public void displayNotification(String text)
displayNotification
in interface QuickNewUserPresenter.QuickNewUserView
public com.github.gwtbootstrap.client.ui.TextBox getDescriptionText()
getDescriptionText
in interface QuickNewUserPresenter.QuickNewUserView
public com.github.gwtbootstrap.client.ui.ListBox getGroupsList()
getGroupsList
in interface QuickNewUserPresenter.QuickNewUserView
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.