Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DateOnly

Field control that represents a Date Picker. Formatting will be done based on the LocaleService Usage:

<date-only content.bind="content" settings.bind="myDateTimeFieldSettings"></date-only>

Hierarchy

Index

Constructors

constructor

Properties

actionName

actionName: ActionName

content

content: Content

controller

controller: ValidationController

dateValue

dateValue: string

datefield

datefield: HTMLElement

mdcDateField

mdcDateField: MDCTextField

settings

settings: DateTimeFieldSetting

Accessors

readOnly

  • get readOnly(): boolean

rules

  • get rules(): FluentRuleCustomizer<any, any>[]

value

  • get value(): string
  • set value(newValue: string): void

Methods

activate

  • activate(model: object): void

attached

  • attached(): void

dateValueChanged

  • dateValueChanged(newValue: any): void

valueChanged

  • valueChanged(newValue: any): void

Generated using TypeDoc