Uses of Class
com.stimulsoft.web.enums.StiFirstDayOfWeek

Packages that use StiFirstDayOfWeek
com.stimulsoft.web.enums   
com.stimulsoft.webdesigner   
com.stimulsoft.webviewer   
 

Uses of StiFirstDayOfWeek in com.stimulsoft.web.enums
 

Methods in com.stimulsoft.web.enums that return StiFirstDayOfWeek
static StiFirstDayOfWeek StiFirstDayOfWeek.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiFirstDayOfWeek[] StiFirstDayOfWeek.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StiFirstDayOfWeek in com.stimulsoft.webdesigner
 

Methods in com.stimulsoft.webdesigner that return StiFirstDayOfWeek
 StiFirstDayOfWeek StiWebDesignerOptions.getDatePickerFirstDayOfWeek()
          Deprecated. This option is obsolete. It will be removed in next versions. Please use the appearance.DatePickerFirstDayOfWeek option instead
 StiFirstDayOfWeek StiWebDesignerOptions.AppearanceOptions.getDatePickerFirstDayOfWeek()
          Gets or sets the first day of week in the date picker.
 

Methods in com.stimulsoft.webdesigner with parameters of type StiFirstDayOfWeek
 void StiWebDesignerOptions.setDatePickerFirstDayOfWeek(StiFirstDayOfWeek value)
          Deprecated. This option is obsolete. It will be removed in next versions. Please use the appearance.DatePickerFirstDayOfWeek option instead
 void StiWebDesignerOptions.AppearanceOptions.setDatePickerFirstDayOfWeek(StiFirstDayOfWeek datePickerFirstDayOfWeek)
          Gets or sets the first day of week in the date picker.
 

Uses of StiFirstDayOfWeek in com.stimulsoft.webviewer
 

Methods in com.stimulsoft.webviewer that return StiFirstDayOfWeek
 StiFirstDayOfWeek StiWebViewerOptions.AppearanceOptions.getDatePickerFirstDayOfWeek()
          the first day of week in the date picker.
 

Methods in com.stimulsoft.webviewer with parameters of type StiFirstDayOfWeek
 void StiWebViewerOptions.AppearanceOptions.setDatePickerFirstDayOfWeek(StiFirstDayOfWeek datePickerFirstDayOfWeek)
          the first day of week in the date picker.