Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IValueWidget

Hierarchy

Implemented by

Index

Properties

id

id: string

Methods

clear

  • clear(): this
  • Returns this

destroy

  • destroy(): void

hide

  • hide(): this

iniValue

  • iniValue<T>(): T
  • iniValue<T>(val?: T, render?: boolean): this
  • Type parameters

    • T

    Returns T

  • Type parameters

    • T

    Parameters

    • Optional val: T
    • Optional render: boolean

    Returns this

isShown

  • isShown(): boolean

locale

  • locale(): string
  • locale(locale: string): this

name

  • name(): string

off

  • off(type?: string): this
  • Parameters

    • Optional type: string

    Returns this

on

reset

  • reset(): this
  • Returns this

show

  • show(): this

validate

  • validate(): string | boolean
  • Returns string | boolean

value

  • value<T>(): T
  • value<T>(val?: T, silent?: boolean): this
  • Type parameters

    • T

    Returns T

  • Type parameters

    • T

    Parameters

    • Optional val: T
    • Optional silent: boolean

    Returns this

valueModel