Dayselector

../_images/dayselector-preview.png

Widget description

Dayselector displays all seven days of the week and allows the user to select multiple days.

The selection can be toggle by just clicking on the day.

Dayselector also provides the functionality to check whether a day is selected or not.

First day of the week is taken from config settings by default. It can be altered by using the API week_start API.

APIs are provided for setting the duration of weekend weekend_start and weekend_length does this job.

Two styles of weekdays and weekends are supported in Dayselector. Application can emit signals on individual check objects for setting the weekday, weekend styles.

Once the weekend start day or weekend length changes, all the weekday & weekend styles will be reset to default style. It’s the application’s responsibility to set the styles again by sending corresponding signals.

“day0” indicates Sunday, “day1” indicates Monday etc. continues and so, “day6” indicates the Saturday part name.

Application can change individual day display string by using the API part_text_set().

part_content_set() API sets the individual day object only if the passed one is a Check widget.

Check object representing a day can be set/get by the application by using the elm_object_part_content_set/get APIs thus providing a way to handle the different check styles for individual days.

Emitted signals

  • dayselector,changed - when the user changes the state of a day.

Enumerations

Dayselector days

efl.elementary.ELM_DAYSELECTOR_SUN

Sunday

efl.elementary.ELM_DAYSELECTOR_MON

Monday

efl.elementary.ELM_DAYSELECTOR_TUE

Tuesday

efl.elementary.ELM_DAYSELECTOR_WED

Wednesday

efl.elementary.ELM_DAYSELECTOR_THU

Thursday

efl.elementary.ELM_DAYSELECTOR_FRI

Friday

efl.elementary.ELM_DAYSELECTOR_SAT

Saturday

Inheritance diagram