Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ControlStateChangeListener

An utility class used for supporting styling infrastructure. WARNING: This class is intended for IOS only.

Hierarchy

  • ControlStateChangeListener

Index

Constructors

Methods

Constructors

constructor

  • Initializes an instance of ControlStateChangeListener class.

    Parameters

    • control: any

      An instance of the UIControl which state will be watched.

    • callback: function

      A callback called when a visual state of the UIControl is changed.

        • (state: string): void
        • Parameters

          • state: string

          Returns void

    Returns ControlStateChangeListener

Methods

start

  • start(): any

stop

  • stop(): any

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method