@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 |
|---|---|
UTCDateBox |
dueDate |
org.gwtbootstrap3.client.ui.FormLabel |
dueDateLabel |
UTCTimeBox |
dueDateTime |
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) |
void |
init(TaskDetailsPresenter presenter) |
void |
setDueDate(Long date) |
void |
setDueDateEnabled(Boolean enabled) |
void |
setDueDateTime(Long time) |
void |
setDueDateTimeEnabled(Boolean enabled) |
void |
setTaskDescription(String text) |
void |
setTaskDescriptionEnabled(Boolean enabled) |
void |
setTaskPriority(String priority) |
void |
setTaskPriorityEnabled(Boolean enabled) |
void |
setTaskStatus(String status) |
void |
setUpdateTaskVisible(Boolean enabled) |
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, 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 org.gwtbootstrap3.client.ui.html.Paragraph userText
@Inject @DataField 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 public UTCDateBox dueDate
@Inject @DataField public UTCTimeBox dueDateTime
@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
public void init(TaskDetailsPresenter presenter)
init in interface TaskDetailsPresenter.TaskDetailsView@EventHandler(value="updateTaskButton") public void updateTaskButton(com.google.gwt.event.dom.client.ClickEvent e)
public void setTaskDescription(String text)
setTaskDescription in interface TaskDetailsPresenter.TaskDetailsViewpublic void setDueDate(Long date)
setDueDate in interface TaskDetailsPresenter.TaskDetailsViewpublic void setDueDateTime(Long time)
setDueDateTime in interface TaskDetailsPresenter.TaskDetailsViewpublic void setUser(String user)
setUser in interface TaskDetailsPresenter.TaskDetailsViewpublic void setTaskStatus(String status)
setTaskStatus in interface TaskDetailsPresenter.TaskDetailsViewpublic void setTaskPriority(String priority)
setTaskPriority in interface TaskDetailsPresenter.TaskDetailsViewpublic void setTaskDescriptionEnabled(Boolean enabled)
setTaskDescriptionEnabled in interface TaskDetailsPresenter.TaskDetailsViewpublic void setDueDateEnabled(Boolean enabled)
setDueDateEnabled in interface TaskDetailsPresenter.TaskDetailsViewpublic void setDueDateTimeEnabled(Boolean enabled)
setDueDateTimeEnabled in interface TaskDetailsPresenter.TaskDetailsViewpublic void setTaskPriorityEnabled(Boolean enabled)
setTaskPriorityEnabled in interface TaskDetailsPresenter.TaskDetailsViewpublic void setUpdateTaskVisible(Boolean enabled)
setUpdateTaskVisible in interface TaskDetailsPresenter.TaskDetailsViewpublic void displayNotification(String text)
displayNotification in interface TaskDetailsPresenter.TaskDetailsViewCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.