@Dependent @Templated(value="TaskAdminViewImpl.html") public class TaskAdminViewImpl extends com.google.gwt.user.client.ui.Composite implements TaskAdminPresenter.TaskAdminView
| Modifier and Type | Field and Description |
|---|---|
com.github.gwtbootstrap.client.ui.Label |
actualOwnerLabel |
com.github.gwtbootstrap.client.ui.Label |
actualOwnerPanel |
com.github.gwtbootstrap.client.ui.ControlLabel |
adminDetailsAccordionLabel |
com.github.gwtbootstrap.client.ui.Button |
adminForwardButton |
com.github.gwtbootstrap.client.ui.Button |
adminReminderButton |
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 |
com.github.gwtbootstrap.client.ui.ControlLabel |
reminderDetailsAccordionLabel |
| Constructor and Description |
|---|
TaskAdminViewImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
adminForwardButton(com.google.gwt.event.dom.client.ClickEvent e) |
void |
adminReminderButton(com.google.gwt.event.dom.client.ClickEvent e) |
void |
displayNotification(String text) |
com.github.gwtbootstrap.client.ui.Label |
getActualOwnerPanel() |
com.github.gwtbootstrap.client.ui.Button |
getForwardButton() |
com.github.gwtbootstrap.client.ui.Button |
getReminderButton() |
com.github.gwtbootstrap.client.ui.TextBox |
getUserOrGroupText() |
com.github.gwtbootstrap.client.ui.Label |
getUsersGroupsControlsPanel() |
void |
init(TaskAdminPresenter presenter) |
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, 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@Inject @DataField public com.github.gwtbootstrap.client.ui.ControlLabel adminDetailsAccordionLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label adminUserOrGroupLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label adminUsersGroupsControlsLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.TextBox adminUserOrGroupText
@Inject @DataField public com.github.gwtbootstrap.client.ui.Button adminForwardButton
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label adminUsersGroupsControlsPanel
@Inject @DataField public com.github.gwtbootstrap.client.ui.ControlLabel reminderDetailsAccordionLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label actualOwnerLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label actualOwnerPanel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Button adminReminderButton
public void init(TaskAdminPresenter presenter)
init in interface TaskAdminPresenter.TaskAdminView@EventHandler(value="adminForwardButton") public void adminForwardButton(com.google.gwt.event.dom.client.ClickEvent e)
@EventHandler(value="adminReminderButton") public void adminReminderButton(com.google.gwt.event.dom.client.ClickEvent e)
public com.github.gwtbootstrap.client.ui.Label getUsersGroupsControlsPanel()
getUsersGroupsControlsPanel in interface TaskAdminPresenter.TaskAdminViewpublic void displayNotification(String text)
displayNotification in interface TaskAdminPresenter.TaskAdminViewpublic com.github.gwtbootstrap.client.ui.Button getForwardButton()
getForwardButton in interface TaskAdminPresenter.TaskAdminViewpublic com.github.gwtbootstrap.client.ui.TextBox getUserOrGroupText()
getUserOrGroupText in interface TaskAdminPresenter.TaskAdminViewpublic com.github.gwtbootstrap.client.ui.Button getReminderButton()
getReminderButton in interface TaskAdminPresenter.TaskAdminViewpublic com.github.gwtbootstrap.client.ui.Label getActualOwnerPanel()
getActualOwnerPanel in interface TaskAdminPresenter.TaskAdminViewCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.