Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

  • Parameters

    Returns ActionButton

Properties

Private ACTION_CONTEXT_MENU_TOP_REDUCE

ACTION_CONTEXT_MENU_TOP_REDUCE: number = 5

Private _itemLostFocusingTimeout

_itemLostFocusingTimeout: any

Protected bypass

bypass: boolean

Private clickEvent

clickEvent: EventEmitter<any>

Private contextMenu

contextMenu: ContextMenu

Private elementRef

elementRef: ElementRef

Protected i18nKey

i18nKey: string

Protected i18nValue

i18nValue: any

Private menuFactory

menuFactory: IMenuModelFactory

Private menuModel

menuModel: MenuModel

Private model

Private needFocusService

needFocusService: NeedFocusService

Protected options

options: any

Static TYPE_NAME

TYPE_NAME: string = TYPE_NAME

Methods

_hasIcon

  • _hasIcon(): boolean
  • Returns boolean

_isShowMoreBtn

  • _isShowMoreBtn(): boolean
  • Returns boolean

applyI18N

  • applyI18N(value: any): void

Protected doBlur

  • doBlur($event: Event): void
  • Parameters

    • $event: Event

    Returns void

Protected doFocus

  • doFocus($event: Event): void
  • Parameters

    • $event: Event

    Returns void

focusing

  • focusing($event: Event): void
  • Parameters

    • $event: Event

    Returns void

getClickEvent

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

getContextMenu

getI18NKey

  • getI18NKey(): string

getI18NValue

  • getI18NValue(): any

getMenuModel

  • Returns MenuModel

getMenuModelFactory

getModel

  • getModel(): any
  • Returns any

getOptions

  • getOptions(): any

hasModel

  • hasModel(): boolean
  • Returns boolean

init

  • init(): void
  • Returns void

isBypassKey

  • isBypassKey(): boolean

isEnabled

  • Parameters

    Returns boolean

isShow

  • Parameters

    Returns boolean

ngOnInit

  • ngOnInit(): void
  • Returns void

onActionBtnClicked

  • onActionBtnClicked($event: Event): void
  • Parameters

    • $event: Event

    Returns void

onFocus

  • onFocus(event: any): void
  • Parameters

    • event: any

    Returns void

onLostFocus

  • onLostFocus(event: any): void
  • Parameters

    • event: any

    Returns void

onLostFocusing

  • onLostFocusing($event: Event): void
  • Parameters

    • $event: Event

    Returns void

onMoreBtnClicked

  • onMoreBtnClicked($event: Event): void
  • Parameters

    • $event: Event

    Returns void

setBypassKey

  • setBypassKey(bypass: boolean): void

setClickedEvent

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

    • event: EventEmitter<any>

    Returns void

setContextMenu

setI18NKey

  • setI18NKey(i18nKey: string): void

setMenuModelFactory

setModel

  • setModel(model: any): void
  • Parameters

    • model: any

    Returns void

setOptions

  • setOptions(options: any): void

Generated using TypeDoc