Class JobMetadataConfigurationForm

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

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

  • Method Details

    • getTitleValue

      public String getTitleValue()
    • getDescriptionValue

      public String getDescriptionValue()
    • isValid

      public boolean isValid()
      Specified by:
      isValid in interface Validatable
    • 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