Uses of Class
org.teamapps.dto.UiWeekDay
-
Uses of UiWeekDay in org.teamapps.dto
Fields in org.teamapps.dto declared as UiWeekDay Modifier and Type Field Description protected UiWeekDayUiCalendar. firstDayOfWeekFields in org.teamapps.dto with type parameters of type UiWeekDay Modifier and Type Field Description protected java.util.List<UiWeekDay>UiCalendar. workingDaysMethods in org.teamapps.dto that return UiWeekDay Modifier and Type Method Description UiWeekDayUiCalendar. getFirstDayOfWeek()static UiWeekDayUiWeekDay. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiWeekDay[]UiWeekDay. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.dto that return types with arguments of type UiWeekDay Modifier and Type Method Description java.util.List<UiWeekDay>UiCalendar. getWorkingDays()Methods in org.teamapps.dto with parameters of type UiWeekDay Modifier and Type Method Description UiCalendarUiCalendar. setFirstDayOfWeek(UiWeekDay firstDayOfWeek)Method parameters in org.teamapps.dto with type arguments of type UiWeekDay Modifier and Type Method Description UiCalendarUiCalendar. setWorkingDays(java.util.List<UiWeekDay> workingDays)