Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected beforeChangeEvent

beforeChangeEvent: EventEmitter<any>

Private beforeClickEvent

beforeClickEvent: EventEmitter<any>

Protected beforeFocusEvent

beforeFocusEvent: EventEmitter<any>

Protected beforeLostFocusEvent

beforeLostFocusEvent: EventEmitter<any>

Protected bypass

bypass: boolean

Private clickEvent

clickEvent: EventEmitter<any>

Private clickHandler

clickHandler: Function

Protected dataParent

dataParent: IHasData

Private disabled

disabled: boolean

Protected focusEvent

focusEvent: EventEmitter<any>

Protected i18nKey

i18nKey: string

Protected i18nValue

i18nValue: any

Private label

label: string

Protected lostFocusEvent

lostFocusEvent: EventEmitter<any>

Protected needFocusService

needFocusService: NeedFocusService

Protected options

options: any

Protected phloxAppService

phloxAppService: PhloxAppService

Static TYPE_NAME

TYPE_NAME: string = TYPE_NAME

Methods

applyI18N

  • applyI18N(value: any): void

Protected doFocus

  • doFocus($event: Event): void

Protected doLostFocus

  • doLostFocus($event: Event): void

Protected emitBeforeClickEvent

  • emitBeforeClickEvent($event?: any): void
  • Parameters

    • Optional $event: any

    Returns void

Protected emitBeforeFocusEvent

  • emitBeforeFocusEvent($event?: any): void

Protected emitBeforeLostFocusEvent

  • emitBeforeLostFocusEvent($event?: any): void

Protected emitClickEvent

  • emitClickEvent($event?: any): void
  • Parameters

    • Optional $event: any

    Returns void

Protected emitFocusEvent

  • emitFocusEvent($event: any): void

Protected emitLostFocusEvent

  • emitLostFocusEvent($event: any): void

getApplication

getBeforeClickEvent

  • getBeforeClickEvent(): EventEmitter<any>
  • Returns EventEmitter<any>

getBeforeFocusEvent

  • getBeforeFocusEvent(): EventEmitter<any>

getBeforeLostFocusEvent

  • getBeforeLostFocusEvent(): EventEmitter<any>

getClickEvent

  • getClickEvent(): EventEmitter<any>
  • Returns EventEmitter<any>

getFocusEvent

  • getFocusEvent(): EventEmitter<any>

getI18NKey

  • getI18NKey(): string

getI18NValue

  • getI18NValue(): any

getLabel

  • getLabel(): string
  • Returns string

getLostFocusEvent

  • getLostFocusEvent(): EventEmitter<any>

getOptions

  • getOptions(): any

isBypassKey

  • isBypassKey(): boolean

isDisabled

  • isDisabled(): boolean
  • Returns boolean

ngOnInit

  • ngOnInit(): void
  • Returns void

onClick

  • onClick($event: MouseEvent, fireEvent?: boolean): void
  • Parameters

    • $event: MouseEvent
    • Optional fireEvent: boolean

    Returns void

onFocus

  • onFocus($event: any, fireEvent?: boolean): void
  • Parameters

    • $event: any
    • Optional fireEvent: boolean

    Returns void

onFocusing

  • onFocusing($event: Event): void

onLostFocus

  • onLostFocus($event: any, fireEvent?: boolean): void
  • Parameters

    • $event: any
    • Optional fireEvent: boolean

    Returns void

onLostFocusing

  • onLostFocusing($event: Event): void

playRippleEffect

  • playRippleEffect(event: MouseEvent, target?: any): Promise<any>
  • Play a ripple effect at the position specified in event object.

    Parameters

    • event: MouseEvent

      A mouse event causing the ripple effect to be played. For example, a mouse click event, etc.

    • Optional target: any

      A target DOM element to display the effect. By default, this should be an element causing an event to occur (event.target).

    Returns Promise<any>

setBeforeClickEvent

  • setBeforeClickEvent(event: any): void
  • Parameters

    • event: any

    Returns void

setBeforeFocusEvent

  • setBeforeFocusEvent(event: EventEmitter<any>): void

setBeforeLostFocusEvent

  • setBeforeLostFocusEvent(event: EventEmitter<any>): void

setBypassKey

  • setBypassKey(bypass: boolean): void

setClickEvent

  • setClickEvent(event: EventEmitter<any>): void
  • Parameters

    • event: EventEmitter<any>

    Returns void

setFocusEvent

  • setFocusEvent(event: EventEmitter<any>): void

setI18NKey

  • setI18NKey(i18nKey: string): void

setLabel

  • setLabel(label: string): void
  • Parameters

    • label: string

    Returns void

setLostFocusEvent

  • setLostFocusEvent(event: EventEmitter<any>): void

setOptions

  • setOptions(options: any): void

Generated using TypeDoc