Object/Class

io.udash.bootstrap.datepicker

UdashDatePicker

Related Docs: class UdashDatePicker | package datepicker

Permalink

object UdashDatePicker

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UdashDatePicker
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait DatePickerEvent extends AbstractCase with component.ListenableEvent[UdashDatePicker]

    Permalink
  2. class DatePickerIcons extends AnyRef

    Permalink
  3. class DatePickerOptions extends AnyRef

    Permalink

    Full docs: here.

    Full docs: here.

  4. class DatePickerTooltips[LabelTypes] extends AnyRef

    Permalink
  5. final class DayOfWeek extends AnyRef

    Permalink
  6. sealed class Placement extends AnyRef

    Permalink
  7. final class ViewMode extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object DatePickerEvent

    Permalink
  5. object DatePickerOptions extends HasModelPropertyCreator[DatePickerOptions]

    Permalink
  6. object DayOfWeek

    Permalink
  7. object Placement

    Permalink
  8. object ViewMode

    Permalink
  9. def apply(date: udash.Property[Option[Date]], options: udash.ReadableProperty[DatePickerOptions], componentId: component.ComponentId = ComponentId.newId())(): UdashDatePicker

    Permalink

    Creates a date picker component.

    Creates a date picker component. More: Bootstrap 4 Datepicker Docs.

    date

    A date selected in the input.

    options

    A date picker's behaviour options.

    componentId

    The arousel DOM element id.

    returns

    A UdashDatePicker component, call render to create a DOM element representing this button.

  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def dateRange(from: UdashDatePicker, to: UdashDatePicker)(fromOptions: udash.Property[DatePickerOptions], toOptions: udash.Property[DatePickerOptions]): Registration

    Permalink

    Combines two date pickers into a date range selector.

    Combines two date pickers into a date range selector. More: Bootstrap 4 Datepicker Docs.

    fromOptions

    Options of the from picker.

    toOptions

    Options of the to picker.

    returns

    Registration cancelling the range selector.

  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. def i18n(date: udash.Property[Option[Date]], options: udash.ReadableProperty[DatePickerOptions], translatedTooltips: DatePickerTooltips[TranslationKey0], componentId: component.ComponentId = ComponentId.newId())()(implicit lang: LangProperty, provider: TranslationProvider): UdashDatePicker

    Permalink

    Creates a date picker component with translated tooltips.

    Creates a date picker component with translated tooltips. More: Bootstrap 4 Datepicker Docs.

    date

    A date selected in the input.

    options

    A date picker's behaviour options.

    translatedTooltips

    Translation keys for the picker's tooltips. Translated values will replace the initial values from options.

    componentId

    The arousel DOM element id.

    returns

    A UdashDatePicker component, call render to create a DOM element representing this button.

  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def loadBootstrapDatePickerStyles(): Element

    Permalink

    Loads Bootstrap Date Picker styles.

  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped