@Dependent @Templated(value="TaskDetailsViewImpl.html") public class TaskDetailsViewImpl extends com.google.gwt.user.client.ui.Composite implements TaskDetailsPresenter.TaskDetailsView
Modifier and Type | Field and Description |
---|---|
com.google.gwt.user.client.ui.FlowPanel |
dateRangePickerInput |
org.gwtbootstrap3.client.ui.FormLabel |
dueDateLabel |
org.gwtbootstrap3.client.ui.html.Paragraph |
dueDateText |
org.gwtbootstrap3.client.ui.FormLabel |
processIdLabel |
org.gwtbootstrap3.client.ui.html.Paragraph |
processIdText |
org.gwtbootstrap3.client.ui.FormLabel |
processInstanceIdLabel |
org.gwtbootstrap3.client.ui.html.Paragraph |
processInstanceIdText |
org.gwtbootstrap3.client.ui.FormLabel |
slaComplianceLabel |
org.gwtbootstrap3.client.ui.html.Paragraph |
slaComplianceText |
org.gwtbootstrap3.client.ui.FormLabel |
taskDescriptionLabel |
com.google.gwt.user.client.ui.TextArea |
taskDescriptionTextArea |
org.gwtbootstrap3.client.ui.FormLabel |
taskPriorityLabel |
org.gwtbootstrap3.extras.select.client.ui.Select |
taskPriorityListBox |
org.gwtbootstrap3.client.ui.FormLabel |
taskStatusLabel |
org.gwtbootstrap3.client.ui.html.Paragraph |
taskStatusText |
com.google.gwt.user.client.ui.Button |
updateTaskButton |
org.gwtbootstrap3.client.ui.FormLabel |
userLabel |
org.gwtbootstrap3.client.ui.html.Paragraph |
userText |
Constructor and Description |
---|
TaskDetailsViewImpl() |
Modifier and Type | Method and Description |
---|---|
void |
displayNotification(String text) |
protected org.uberfire.client.views.pfly.widgets.DateRangePickerOptions |
getDateRangePickerOptions() |
void |
init(TaskDetailsPresenter presenter) |
protected void |
initDateTimePicker() |
void |
setDueDateEnabled(Boolean enabled) |
void |
setProcessId(String pid) |
void |
setProcessInstanceId(String piid) |
void |
setSelectedDate(Date date) |
void |
setSlaCompliance(Integer slaCompliance) |
void |
setTaskDescription(String text) |
void |
setTaskDescriptionEnabled(Boolean enabled) |
void |
setTaskPriority(String priority) |
void |
setTaskPriorityEnabled(Boolean enabled) |
void |
setTaskStatus(String status) |
void |
setUpdateTaskVisible(Boolean enabled) |
protected void |
setupDateTimePicker() |
void |
setUser(String user) |
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, unsinkEvents
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
@Inject @DataField public org.gwtbootstrap3.client.ui.html.Paragraph userText
@Inject @DataField(value="taskStatusText") public org.gwtbootstrap3.client.ui.html.Paragraph taskStatusText
@Inject @DataField public com.google.gwt.user.client.ui.TextArea taskDescriptionTextArea
@Inject @DataField public org.gwtbootstrap3.extras.select.client.ui.Select taskPriorityListBox
@Inject @DataField(value="processInstanceIdText") public org.gwtbootstrap3.client.ui.html.Paragraph processInstanceIdText
@Inject @DataField(value="processIdText") public org.gwtbootstrap3.client.ui.html.Paragraph processIdText
@Inject @DataField(value="slaComplianceText") public org.gwtbootstrap3.client.ui.html.Paragraph slaComplianceText
@Inject @DataField public com.google.gwt.user.client.ui.Button updateTaskButton
@Inject @DataField public org.gwtbootstrap3.client.ui.FormLabel taskStatusLabel
@Inject @DataField public org.gwtbootstrap3.client.ui.FormLabel userLabel
@Inject @DataField public org.gwtbootstrap3.client.ui.FormLabel dueDateLabel
@Inject @DataField public org.gwtbootstrap3.client.ui.FormLabel taskPriorityLabel
@Inject @DataField public org.gwtbootstrap3.client.ui.FormLabel taskDescriptionLabel
@Inject @DataField public org.gwtbootstrap3.client.ui.FormLabel processInstanceIdLabel
@Inject @DataField public org.gwtbootstrap3.client.ui.FormLabel processIdLabel
@Inject @DataField public org.gwtbootstrap3.client.ui.FormLabel slaComplianceLabel
@Inject @DataField(value="date-filters-input") public com.google.gwt.user.client.ui.FlowPanel dateRangePickerInput
@Inject @DataField(value="dueDateText") public org.gwtbootstrap3.client.ui.html.Paragraph dueDateText
public void init(TaskDetailsPresenter presenter)
init
in interface TaskDetailsPresenter.TaskDetailsView
protected void initDateTimePicker()
protected void setupDateTimePicker()
protected org.uberfire.client.views.pfly.widgets.DateRangePickerOptions getDateRangePickerOptions()
@EventHandler(value="updateTaskButton") public void updateTaskButton(com.google.gwt.event.dom.client.ClickEvent e)
public void setTaskDescription(String text)
setTaskDescription
in interface TaskDetailsPresenter.TaskDetailsView
public void setSelectedDate(Date date)
setSelectedDate
in interface TaskDetailsPresenter.TaskDetailsView
public void setUser(String user)
setUser
in interface TaskDetailsPresenter.TaskDetailsView
public void setTaskStatus(String status)
setTaskStatus
in interface TaskDetailsPresenter.TaskDetailsView
public void setSlaCompliance(Integer slaCompliance)
setSlaCompliance
in interface TaskDetailsPresenter.TaskDetailsView
public void setTaskPriority(String priority)
setTaskPriority
in interface TaskDetailsPresenter.TaskDetailsView
public void setTaskDescriptionEnabled(Boolean enabled)
setTaskDescriptionEnabled
in interface TaskDetailsPresenter.TaskDetailsView
public void setDueDateEnabled(Boolean enabled)
setDueDateEnabled
in interface TaskDetailsPresenter.TaskDetailsView
public void setTaskPriorityEnabled(Boolean enabled)
setTaskPriorityEnabled
in interface TaskDetailsPresenter.TaskDetailsView
public void setProcessInstanceId(String piid)
setProcessInstanceId
in interface TaskDetailsPresenter.TaskDetailsView
public void setProcessId(String pid)
setProcessId
in interface TaskDetailsPresenter.TaskDetailsView
public void setUpdateTaskVisible(Boolean enabled)
setUpdateTaskVisible
in interface TaskDetailsPresenter.TaskDetailsView
public void displayNotification(String text)
displayNotification
in interface TaskDetailsPresenter.TaskDetailsView
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.