Class DayOfWeekSelector

All Implemented Interfaces:
AttachNotifier, BlurNotifier<CustomField<Set<DayOfWeek>>>, DetachNotifier, Focusable<CustomField<Set<DayOfWeek>>>, FocusNotifier<CustomField<Set<DayOfWeek>>>, HasElement, HasEnabled, HasHelper, HasLabel, HasSize, HasStyle, HasTheme, HasValidation, HasValue<AbstractField.ComponentValueChangeEvent<CustomField<Set<DayOfWeek>>,Set<DayOfWeek>>,Set<DayOfWeek>>, HasValueAndElement<AbstractField.ComponentValueChangeEvent<CustomField<Set<DayOfWeek>>,Set<DayOfWeek>>,Set<DayOfWeek>>, HasTooltip, HasValidationProperties, InputField<AbstractField.ComponentValueChangeEvent<CustomField<Set<DayOfWeek>>,Set<DayOfWeek>>,Set<DayOfWeek>>, Serializable

@CssImport("./styles/fc-days-of-week-selector-styles.css") @JsModule("./src/fc-days-of-week-selector.ts") @Tag("fc-days-of-week-selector") public class DayOfWeekSelector extends CustomField<Set<DayOfWeek>>
Shows the days of the week so they can be selected.
See Also:
  • Constructor Details

    • DayOfWeekSelector

      public DayOfWeekSelector()
      Creates a new instance of DayOfWeekSelector.
    • DayOfWeekSelector

      public DayOfWeekSelector(DayOfWeek... value)
      Constructs a new instance of DayOfWeekSelector with the given value.
      Parameters:
      value - the initial value.
    • DayOfWeekSelector

      public DayOfWeekSelector(String label)
      Constructs a new instance of DayOfWeekSelector with the given label.
      Parameters:
      label - the text to set as the label
    • DayOfWeekSelector

      public DayOfWeekSelector(String label, DayOfWeek... value)
      Constructs a new instance of DayOfWeekSelector with the given label and initial value.
      Parameters:
      label - the text to set as the label
      value - the initial value.
  • Method Details