Object/Trait

org.querki.facades.bootstrap.datepicker

BootstrapDatepickerOptions

Related Docs: trait BootstrapDatepickerOptions | package datepicker

Permalink

object BootstrapDatepickerOptions extends BootstrapDatepickerOptionBuilder

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BootstrapDatepickerOptions
  2. BootstrapDatepickerOptionBuilder
  3. JSOptionBuilder
  4. JSOptionSetter
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def _result: BootstrapDatepickerOptions

    Permalink
    Definition Classes
    JSOptionBuilder
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def assumeNearbyYear(v: |[Boolean, Int]): BootstrapDatepickerOptionBuilder

    Permalink
  7. def autoclose(v: Boolean): BootstrapDatepickerOptionBuilder

    Permalink
  8. def beforeShowCentury(v: BeforeShowFunc): BootstrapDatepickerOptionBuilder

    Permalink
  9. def beforeShowDay(v: BeforeShowFunc): BootstrapDatepickerOptionBuilder

    Permalink
  10. def beforeShowDecade(v: BeforeShowFunc): BootstrapDatepickerOptionBuilder

    Permalink
  11. def beforeShowMonth(v: BeforeShowFunc): BootstrapDatepickerOptionBuilder

    Permalink
  12. def beforeShowYear(v: BeforeShowFunc): BootstrapDatepickerOptionBuilder

    Permalink
  13. def calendarWeeks(v: Boolean): BootstrapDatepickerOptionBuilder

    Permalink
  14. def clearBtn(v: Boolean): BootstrapDatepickerOptionBuilder

    Permalink
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def container(v: String): BootstrapDatepickerOptionBuilder

    Permalink
  17. def datesDisabled(v: Array[String]): BootstrapDatepickerOptionBuilder

    Permalink
  18. def datesDisabled(v: String): BootstrapDatepickerOptionBuilder

    Permalink
  19. def daysOfWeekDisabled(v: Seq[DayOfWeek]): BootstrapDatepickerOptionBuilder

    Permalink
  20. def daysOfWeekHighlighted(v: Seq[DayOfWeek]): BootstrapDatepickerOptionBuilder

    Permalink
  21. def defaultViewDate(v: |[|[Date, String], Dictionary[Int]]): BootstrapDatepickerOptionBuilder

    Permalink
  22. val dict: OptMap

    Permalink
    Definition Classes
    BootstrapDatepickerOptionBuilder → JSOptionBuilder
  23. def disableTouchKeyboard(v: Boolean): BootstrapDatepickerOptionBuilder

    Permalink
  24. def enableOnReadonly(v: Boolean): BootstrapDatepickerOptionBuilder

    Permalink
  25. def endDate(v: |[Date, String]): BootstrapDatepickerOptionBuilder

    Permalink
  26. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def forceParse(v: Boolean): BootstrapDatepickerOptionBuilder

    Permalink
  30. def format(v: String): BootstrapDatepickerOptionBuilder

    Permalink
  31. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  33. def immediateUpdates(v: Boolean): BootstrapDatepickerOptionBuilder

    Permalink
  34. def inputs(v: Array[JQuery]): BootstrapDatepickerOptionBuilder

    Permalink
  35. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  36. def jsOpt(name: String, opt: Any): BootstrapDatepickerOptionBuilder

    Permalink
    Attributes
    protected
    Definition Classes
    JSOptionBuilder → JSOptionSetter
  37. def keepEmptyValues(v: Boolean): BootstrapDatepickerOptionBuilder

    Permalink
  38. def keyboardNavigation(v: Boolean): BootstrapDatepickerOptionBuilder

    Permalink
  39. def language(v: String): BootstrapDatepickerOptionBuilder

    Permalink
  40. def maxViewMode(v: ViewMode): BootstrapDatepickerOptionBuilder

    Permalink
  41. def minViewMode(v: ViewMode): BootstrapDatepickerOptionBuilder

    Permalink
  42. def multidate(v: |[Boolean, Int]): BootstrapDatepickerOptionBuilder

    Permalink
  43. def multidateSeparator(v: String): BootstrapDatepickerOptionBuilder

    Permalink
  44. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  47. def orientation(v: Orientation*): BootstrapDatepickerOptionBuilder

    Permalink
  48. def showOnFocus(v: Boolean): BootstrapDatepickerOptionBuilder

    Permalink
  49. def showWeekDays(v: Boolean): BootstrapDatepickerOptionBuilder

    Permalink
  50. def startDate(v: |[Date, String]): BootstrapDatepickerOptionBuilder

    Permalink
  51. def startView(v: StartView): BootstrapDatepickerOptionBuilder

    Permalink
  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  53. def templates(v: AnyRef): BootstrapDatepickerOptionBuilder

    Permalink
  54. def title(v: String): BootstrapDatepickerOptionBuilder

    Permalink
  55. def toString(): String

    Permalink
    Definition Classes
    JSOptionBuilder → AnyRef → Any
  56. def todayBtn(v: Boolean): BootstrapDatepickerOptionBuilder

    Permalink
  57. def todayBtnLinked(): BootstrapDatepickerOptionBuilder

    Permalink
  58. def todayHighlight(v: Boolean): BootstrapDatepickerOptionBuilder

    Permalink
  59. def toggleActive(v: Boolean): BootstrapDatepickerOptionBuilder

    Permalink
  60. def updateViewDate(v: Boolean): BootstrapDatepickerOptionBuilder

    Permalink
  61. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. def weekStart(v: DayOfWeek): BootstrapDatepickerOptionBuilder

    Permalink
  65. def zIndexOffset(v: Int): BootstrapDatepickerOptionBuilder

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped