public class SchedulerExportConfigurationForm extends DwContentPanel implements Validatable, WizardResizer, WizardPageChangeListener
CSS_BODY_NAME, CSS_CONTENT_NAME, CSS_HEADER_NAME, CSS_LIGHT_DARK, CSS_LIGHT_HEADER, CSS_NAME| Constructor and Description |
|---|
SchedulerExportConfigurationForm(HookHandlerService hookHandler,
<any> sendToDaoProvider,
java.util.Collection<ReportViewConfiguration> configs,
java.util.ArrayList<SendToClientConfig> sendToConfigs,
ReportScheduleDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
void |
configureConfig(ReportScheduleDefinition configDto) |
int |
getPageHeight() |
boolean |
isValid() |
void |
onPageChange(int pageNr,
Widget page)
Called when the visible page of a
WizardDialog changes by either the
"next" button or the "previous" button of the wizard. |
add, add, add, addClassName, enableScrollContainer, getCssBodyName, getCssContentName, getCssHeaderName, getCssName, newAccordeonInstance, newHeadlessInstance, newHeadlessInstance, newHeadlessInstance, newInlineInstance, newInlineInstance, newInlineInstance, newLightHeaderPanel, setHeaderIcon, setInfoText, setLightDarkStyle, setLightHeader, setScrollMode, setUrl, setUrl, setWidgetpublic SchedulerExportConfigurationForm(HookHandlerService hookHandler, <any> sendToDaoProvider, java.util.Collection<ReportViewConfiguration> configs, java.util.ArrayList<SendToClientConfig> sendToConfigs, @Nullable ReportScheduleDefinition definition)
public boolean isValid()
isValid in interface Validatablepublic void configureConfig(ReportScheduleDefinition configDto)
public int getPageHeight()
getPageHeight in interface WizardResizerpublic void onPageChange(int pageNr,
Widget page)
WizardPageChangeListenerWizardDialog changes by either the
"next" button or the "previous" button of the wizard.onPageChange in interface WizardPageChangeListenerpageNr - the page number of the changing pagepage - the changing page