Class SchedulerUsersConfigurationForm

ContentPanel
net.datenwerke.gxtdto.client.baseex.widget.DwContentPanel
net.datenwerke.rs.scheduler.client.scheduler.schedulereport.pages.SchedulerUsersConfigurationForm
All Implemented Interfaces:
Validatable, WizardPageChangeListener, WizardResizer

public class SchedulerUsersConfigurationForm extends DwContentPanel implements Validatable, WizardResizer, WizardPageChangeListener
  • Constructor Details

  • Method Details

    • initForm

      public void initForm(ReportDto report)
    • getSelectedRecipientsStore

      public <any> getSelectedRecipientsStore()
    • getSelectedOwnerStore

      public <any> getSelectedOwnerStore()
    • getDate

      public DateField getDate()
    • getTime

      public TimeField getTime()
    • getSubject

      public TextField getSubject()
    • getMessage

      public TextArea getMessage()
    • isValid

      public boolean isValid()
      Specified by:
      isValid in interface Validatable
    • getExecutor

      public UserDto getExecutor()
    • getPageHeight

      public int getPageHeight()
      Specified by:
      getPageHeight in interface WizardResizer
    • onPageChange

      public void onPageChange(int pageNr, Widget page)
      Description copied from interface: WizardPageChangeListener
      Called when the visible page of a WizardDialog changes by either the "next" button or the "previous" button of the wizard.
      Specified by:
      onPageChange in interface WizardPageChangeListener
      Parameters:
      pageNr - the page number of the changing page
      page - the changing page