Uses of Enum Class
com.stimulsoft.web.enums.StiFirstDayOfWeek
Packages that use StiFirstDayOfWeek
-
Uses of StiFirstDayOfWeek in com.stimulsoft.web.enums
Methods in com.stimulsoft.web.enums that return StiFirstDayOfWeekModifier and TypeMethodDescriptionstatic StiFirstDayOfWeekReturns the enum constant of this class with the specified name.static StiFirstDayOfWeek[]StiFirstDayOfWeek.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiFirstDayOfWeek in com.stimulsoft.webdesigner
Methods in com.stimulsoft.webdesigner that return StiFirstDayOfWeekModifier and TypeMethodDescriptionStiWebDesignerOptions.AppearanceOptions.getDatePickerFirstDayOfWeek()Gets or sets the first day of week in the date picker.StiWebDesignerOptions.getDatePickerFirstDayOfWeek()Deprecated.This option is obsolete.Methods in com.stimulsoft.webdesigner with parameters of type StiFirstDayOfWeekModifier and TypeMethodDescriptionvoidStiWebDesignerOptions.AppearanceOptions.setDatePickerFirstDayOfWeek(StiFirstDayOfWeek datePickerFirstDayOfWeek) Gets or sets the first day of week in the date picker.voidStiWebDesignerOptions.setDatePickerFirstDayOfWeek(StiFirstDayOfWeek value) Deprecated.This option is obsolete. -
Uses of StiFirstDayOfWeek in com.stimulsoft.webviewer
Methods in com.stimulsoft.webviewer that return StiFirstDayOfWeekModifier and TypeMethodDescriptionStiWebViewerOptions.AppearanceOptions.getDatePickerFirstDayOfWeek()the first day of week in the date picker.Methods in com.stimulsoft.webviewer with parameters of type StiFirstDayOfWeekModifier and TypeMethodDescriptionvoidStiWebViewerOptions.AppearanceOptions.setDatePickerFirstDayOfWeek(StiFirstDayOfWeek datePickerFirstDayOfWeek) the first day of week in the date picker.