public class SeriesConfigurationForm extends DwContentPanel implements Validatable, WizardResizer
| Modifier and Type | Class and Description |
|---|---|
static class |
SeriesConfigurationForm.SeriesPattern |
static class |
SeriesConfigurationForm.SeriesSubPattern |
CSS_BODY_NAME, CSS_CONTENT_NAME, CSS_HEADER_NAME, CSS_LIGHT_DARK, CSS_LIGHT_HEADER, CSS_NAME| Constructor and Description |
|---|
SeriesConfigurationForm(FormatUiHelper formatUiHelper,
ReportScheduleDefinition definition) |
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 SeriesConfigurationForm(FormatUiHelper formatUiHelper, @Nullable ReportScheduleDefinition definition)
public boolean isValid()
isValid in interface Validatablepublic void configureFromDefinition(DateTriggerConfigDto config)
public DateTriggerConfigDto createDto()
public java.lang.Integer getDailyN()
public void setEndType(EndTypesDto type)
public EndTypesDto getEndType()
public java.util.Date getFirstExecution()
public java.util.Date getLastExecution()
public void setMonthlyDay(DaysDto day)
public DaysDto getMonthlyDay()
public java.lang.Integer getMonthlyM()
public java.lang.Integer getMonthlyN()
public void setMonthlyNth(NthDto nth)
public NthDto getMonthlyNth()
public java.lang.Integer getMonthlyO()
public java.lang.Integer getNumberOfExecutions()
public void setSeriesSubType(SeriesConfigurationForm.SeriesPattern sPattern, SeriesConfigurationForm.SeriesSubPattern pattern)
public SeriesConfigurationForm.SeriesSubPattern getSeriesSubType()
public void setSeriesType(SeriesConfigurationForm.SeriesPattern pattern)
public SeriesConfigurationForm.SeriesPattern getSeriesType()
public void setWeeklyDays(java.util.Set<DaysDto> days)
public java.util.Set<DaysDto> getWeeklyDays()
public java.lang.Integer getWeeklyN()
public void setYearlyDay(DaysDto day)
public DaysDto getYearlyDay()
public void setYearlyMonth(MonthsDto month)
public MonthsDto getYearlyMonth()
public void setYearlyMonth2(MonthsDto month)
public MonthsDto getYearlyMonth2()
public java.lang.Integer getYearlyN()
public void setYearlyNth(NthDto nth)
public NthDto getYearlyNth()
public TimeDto getAtTime()
public TimeDto getTimeRangeStart()
public TimeDto getTimeRangeEnd()
public java.lang.Integer getTimeRangeInterval()
public void setTimeRangeUnit(TimeUnitsDto unit)
public TimeUnitsDto getTimeRangeUnit()
public void setDailyRepeatType(DailyRepeatTypeDto type)
public DailyRepeatTypeDto getDailyRepeatType()
public int getPageHeight()
getPageHeight in interface WizardResizer