org.jbpm.console.ng.ht.client.editors.taskdetails.popup
@Dependent @Templated(value="TaskDetailsPopupViewImpl.html") public class TaskDetailsPopupViewImpl extends com.google.gwt.user.client.ui.Composite implements TaskDetailsPopupPresenter.TaskDetailsPopupView
Modifier and Type | Field and Description |
---|---|
com.github.gwtbootstrap.client.ui.ControlLabel |
detailsAccordionLabel |
com.github.gwtbootstrap.datetimepicker.client.ui.DateTimeBox |
dueDate |
com.github.gwtbootstrap.client.ui.ControlLabel |
dueDateLabel |
com.github.gwtbootstrap.client.ui.base.UnorderedList |
navBarUL |
com.google.gwt.user.client.ui.Button |
pIDetailsButton |
com.github.gwtbootstrap.client.ui.ControlLabel |
pIDetailsLabel |
com.github.gwtbootstrap.client.ui.Label |
processContextLabel |
com.github.gwtbootstrap.client.ui.ControlLabel |
processIdLabel |
com.google.gwt.user.client.ui.TextBox |
processIdText |
com.github.gwtbootstrap.client.ui.ControlLabel |
processInstanceIdLabel |
com.google.gwt.user.client.ui.TextBox |
processInstanceIdText |
com.github.gwtbootstrap.client.ui.ControlLabel |
taskDescriptionLabel |
com.google.gwt.user.client.ui.TextArea |
taskDescriptionTextArea |
com.github.gwtbootstrap.client.ui.Label |
taskIdText |
com.github.gwtbootstrap.client.ui.Label |
taskNameText |
com.github.gwtbootstrap.client.ui.ControlLabel |
taskPriorityLabel |
com.google.gwt.user.client.ui.ListBox |
taskPriorityListBox |
com.github.gwtbootstrap.client.ui.ControlLabel |
taskStatusLabel |
com.google.gwt.user.client.ui.TextBox |
taskStatusText |
com.google.gwt.user.client.ui.Button |
updateTaskButton |
com.github.gwtbootstrap.client.ui.ControlLabel |
userLabel |
com.google.gwt.user.client.ui.TextBox |
userText |
Constructor and Description |
---|
TaskDetailsPopupViewImpl() |
Modifier and Type | Method and Description |
---|---|
void |
displayNotification(String text) |
com.github.gwtbootstrap.datetimepicker.client.ui.DateTimeBox |
getDueDate() |
com.github.gwtbootstrap.client.ui.base.UnorderedList |
getNavBarUL() |
com.google.gwt.user.client.ui.Button |
getpIDetailsButton() |
String[] |
getPriorities() |
com.google.gwt.user.client.ui.TextBox |
getProcessIdText() |
com.google.gwt.user.client.ui.TextBox |
getProcessInstanceIdText() |
com.google.gwt.user.client.ui.TextArea |
getTaskDescriptionTextArea() |
com.github.gwtbootstrap.client.ui.Label |
getTaskIdText() |
com.github.gwtbootstrap.client.ui.Label |
getTaskNameText() |
com.google.gwt.user.client.ui.ListBox |
getTaskPriorityListBox() |
com.google.gwt.user.client.ui.TextBox |
getTaskStatusText() |
com.google.gwt.user.client.ui.TextBox |
getUserText() |
void |
init(TaskDetailsPopupPresenter presenter) |
void |
pIDetailsButton(com.google.gwt.event.dom.client.ClickEvent e) |
void |
updateTaskButton(com.google.gwt.event.dom.client.ClickEvent e) |
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 @DataField public com.github.gwtbootstrap.client.ui.Label taskIdText
@Inject @DataField public com.google.gwt.user.client.ui.TextBox userText
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label taskNameText
@Inject @DataField public com.google.gwt.user.client.ui.TextBox processInstanceIdText
@Inject @DataField public com.google.gwt.user.client.ui.TextBox processIdText
@Inject @DataField public com.google.gwt.user.client.ui.TextBox taskStatusText
@Inject @DataField public com.google.gwt.user.client.ui.TextArea taskDescriptionTextArea
@Inject @DataField public com.google.gwt.user.client.ui.ListBox taskPriorityListBox
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label processContextLabel
@Inject @DataField public com.github.gwtbootstrap.datetimepicker.client.ui.DateTimeBox dueDate
@Inject @DataField public com.google.gwt.user.client.ui.Button updateTaskButton
@Inject @DataField public com.google.gwt.user.client.ui.Button pIDetailsButton
@Inject @DataField public com.github.gwtbootstrap.client.ui.ControlLabel taskStatusLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.ControlLabel userLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.ControlLabel dueDateLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.ControlLabel taskPriorityLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.ControlLabel processInstanceIdLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.ControlLabel processIdLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.ControlLabel pIDetailsLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.ControlLabel taskDescriptionLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.ControlLabel detailsAccordionLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.base.UnorderedList navBarUL
public void init(TaskDetailsPopupPresenter presenter)
init
in interface org.uberfire.client.mvp.UberView<TaskDetailsPopupPresenter>
@EventHandler(value="updateTaskButton") public void updateTaskButton(com.google.gwt.event.dom.client.ClickEvent e)
@EventHandler(value="pIDetailsButton") public void pIDetailsButton(com.google.gwt.event.dom.client.ClickEvent e)
public com.google.gwt.user.client.ui.TextBox getUserText()
getUserText
in interface TaskDetailsPopupPresenter.TaskDetailsPopupView
public com.github.gwtbootstrap.client.ui.Label getTaskIdText()
getTaskIdText
in interface TaskDetailsPopupPresenter.TaskDetailsPopupView
public com.github.gwtbootstrap.client.ui.Label getTaskNameText()
getTaskNameText
in interface TaskDetailsPopupPresenter.TaskDetailsPopupView
public com.google.gwt.user.client.ui.TextArea getTaskDescriptionTextArea()
getTaskDescriptionTextArea
in interface TaskDetailsPopupPresenter.TaskDetailsPopupView
public com.google.gwt.user.client.ui.ListBox getTaskPriorityListBox()
getTaskPriorityListBox
in interface TaskDetailsPopupPresenter.TaskDetailsPopupView
public com.github.gwtbootstrap.datetimepicker.client.ui.DateTimeBox getDueDate()
getDueDate
in interface TaskDetailsPopupPresenter.TaskDetailsPopupView
public void displayNotification(String text)
displayNotification
in interface TaskDetailsPopupPresenter.TaskDetailsPopupView
public String[] getPriorities()
getPriorities
in interface TaskDetailsPopupPresenter.TaskDetailsPopupView
public com.google.gwt.user.client.ui.TextBox getTaskStatusText()
getTaskStatusText
in interface TaskDetailsPopupPresenter.TaskDetailsPopupView
public com.google.gwt.user.client.ui.TextBox getProcessInstanceIdText()
getProcessInstanceIdText
in interface TaskDetailsPopupPresenter.TaskDetailsPopupView
public com.google.gwt.user.client.ui.TextBox getProcessIdText()
getProcessIdText
in interface TaskDetailsPopupPresenter.TaskDetailsPopupView
public com.google.gwt.user.client.ui.Button getpIDetailsButton()
getpIDetailsButton
in interface TaskDetailsPopupPresenter.TaskDetailsPopupView
public com.github.gwtbootstrap.client.ui.base.UnorderedList getNavBarUL()
getNavBarUL
in interface TaskDetailsPopupPresenter.TaskDetailsPopupView
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.