Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

  • new ActionModel(iconURL?: string, label?: string, actionType?: string, isShow?: Function, isEnabled?: Function, actionPerformedHandler?: Function, styleClasses?: string[]): ActionModel
  • Parameters

    • Optional iconURL: string
    • Optional label: string
    • Optional actionType: string
    • Optional isShow: Function
    • Optional isEnabled: Function
    • Optional actionPerformedHandler: Function
    • Optional styleClasses: string[]

    Returns ActionModel

Properties

actionPerformedHandler

actionPerformedHandler: Function

Protected bypass

bypass: boolean

Protected i18nKey

i18nKey: string

Protected i18nValue

i18nValue: any

iconURL

iconURL: string

isEnabled

isEnabled: Function

isShow

isShow: Function

label

label: string

Protected options

options: any

styleClasses

styleClasses: string[]

type

type: string

Methods

applyI18N

  • applyI18N(value: any): void

getI18NKey

  • getI18NKey(): string

getI18NValue

  • getI18NValue(): any

getOptions

  • getOptions(): any

isBypassKey

  • isBypassKey(): boolean

setBypassKey

  • setBypassKey(bypass: boolean): void

setI18NKey

  • setI18NKey(i18nKey: string): void

setOptions

  • setOptions(options: any): void

Generated using TypeDoc