Properties
_disabled
_disabled: boolean
Protected _loaded
_loaded: boolean
Protected _loading
_loading: boolean
Protected bypass
bypass: boolean
Protected delegateHistory
delegateHistory: boolean
Protected elementRef
elementRef: ElementRef
Protected help
help: any
Defined in component/AbstractHasDataHelp.ts:23
Protected historyCursor
historyCursor: number
Protected i18nKey
i18nKey: string
Protected i18nValue
i18nValue: any
Protected ignoreParentData
ignoreParentData: boolean
Protected ignoreParentDisabled
ignoreParentDisabled: boolean
Protected kbShortcutService
Protected loadEvent
loadEvent: EventEmitter < any >
Protected loadingEnabled
loadingEnabled: boolean
Protected onDisabled
onDisabled: Function
Protected onEnabled
onEnabled: Function
Protected options
options: any
Protected showHelp
showHelp: boolean
Defined in component/AbstractHasDataHelp.ts:24
Static DEFAULT_DELEGATE_HISTORY
DEFAULT_DELEGATE_HISTORY: boolean = DEFAULT_DELEGATE_HISTORY
Static DEFAULT_IGNORE_PARENT_DATA
DEFAULT_IGNORE_PARENT_DATA: boolean = DEFAULT_IGNORE_PARENT_DATA
An abstract concrete base class of IHasHelp interface and extends AbstractHasData. All classes implementing IHasHelp interface should extend this class. For more information, please see IHasHelp.
shiorin, tee4cute
IHasHelp