Class TaskDetailsViewImpl

  • All Implemented Interfaces:
    com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.IsRenderable, com.google.gwt.user.client.ui.IsWidget, TaskDetailsPresenter.TaskDetailsView

    @Dependent
    @Templated("TaskDetailsViewImpl.html")
    public class TaskDetailsViewImpl
    extends com.google.gwt.user.client.ui.Composite
    implements TaskDetailsPresenter.TaskDetailsView
    • Field Detail

      • userText

        @Inject
        @DataField
        public org.gwtbootstrap3.client.ui.html.Paragraph userText
      • taskStatusText

        @Inject
        @DataField("taskStatusText")
        public org.gwtbootstrap3.client.ui.html.Paragraph taskStatusText
      • taskDescriptionTextArea

        @Inject
        @DataField
        public com.google.gwt.user.client.ui.TextArea taskDescriptionTextArea
      • taskPriorityListBox

        @Inject
        @DataField
        public org.gwtbootstrap3.extras.select.client.ui.Select taskPriorityListBox
      • processInstanceIdText

        @Inject
        @DataField("processInstanceIdText")
        public org.gwtbootstrap3.client.ui.html.Paragraph processInstanceIdText
      • processIdText

        @Inject
        @DataField("processIdText")
        public org.gwtbootstrap3.client.ui.html.Paragraph processIdText
      • slaComplianceText

        @Inject
        @DataField("slaComplianceText")
        public org.gwtbootstrap3.client.ui.html.Paragraph slaComplianceText
      • updateTaskButton

        @Inject
        @DataField
        public com.google.gwt.user.client.ui.Button updateTaskButton
      • taskStatusLabel

        @Inject
        @DataField
        public org.gwtbootstrap3.client.ui.FormLabel taskStatusLabel
      • userLabel

        @Inject
        @DataField
        public org.gwtbootstrap3.client.ui.FormLabel userLabel
      • dueDateLabel

        @Inject
        @DataField
        public org.gwtbootstrap3.client.ui.FormLabel dueDateLabel
      • taskPriorityLabel

        @Inject
        @DataField
        public org.gwtbootstrap3.client.ui.FormLabel taskPriorityLabel
      • taskDescriptionLabel

        @Inject
        @DataField
        public org.gwtbootstrap3.client.ui.FormLabel taskDescriptionLabel
      • processInstanceIdLabel

        @Inject
        @DataField
        public org.gwtbootstrap3.client.ui.FormLabel processInstanceIdLabel
      • processIdLabel

        @Inject
        @DataField
        public org.gwtbootstrap3.client.ui.FormLabel processIdLabel
      • slaComplianceLabel

        @Inject
        @DataField
        public org.gwtbootstrap3.client.ui.FormLabel slaComplianceLabel
      • dateRangePickerInput

        @Inject
        @DataField("date-filters-input")
        public com.google.gwt.user.client.ui.FlowPanel dateRangePickerInput
      • dueDateText

        @Inject
        @DataField("dueDateText")
        public org.gwtbootstrap3.client.ui.html.Paragraph dueDateText
    • Constructor Detail

      • TaskDetailsViewImpl

        public TaskDetailsViewImpl()