Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Integer

Field control for integer (whole number) fields. Usage:

<integer-field content.bind="content" settings.bind="myIntegerFieldSetting"></integer-field>

Hierarchy

Index

Properties

actionName

actionName: ActionName

content

content: Content

controller

controller: ValidationController

mdcTextField

mdcTextField: MDCTextField

settings

settings: IntegerFieldSetting

textfield

textfield: HTMLElement

Accessors

readOnly

  • get readOnly(): boolean

rules

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

value

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

Methods

activate

  • activate(model: object): void

attached

  • attached(): void

Generated using TypeDoc