Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

  • new CheckMenuItemModel(label?: string, prefixLabel?: string, prefixIconURL?: string, enable?: boolean, actionPerformedHandler?: Function, defaultChecked?: boolean): CheckMenuItemModel
  • Parameters

    • Optional label: string
    • Optional prefixLabel: string
    • Optional prefixIconURL: string
    • Optional enable: boolean
    • Optional actionPerformedHandler: Function
    • Optional defaultChecked: boolean

    Returns CheckMenuItemModel

Properties

actionPerformedHandler

actionPerformedHandler: Function

A handler function will be called when this menu item is clicked.

autoResetFocus

autoResetFocus: boolean

A flag controlling the behavior of this menu item to auto reset focusing component when it is clicked or not.

checked

checked: boolean

enable

enable: boolean

A flag indicating that this menu item is currently enabled or not.

label

label: string

The label of this menu item.

Protected options

options: any

prefixIconURL

prefixIconURL: string

prefixLabel

prefixLabel: string

type

type: Type<any>

A type which is a sub-class of AbstractMenuItem of this menu item.

Methods

getOptions

  • getOptions(): any

setOptions

  • setOptions(options: any): void

Generated using TypeDoc