Options
All
  • Public
  • Public/Protected
  • All
Menu

下拉编辑器基类

Hierarchy

  • DropDownEditorBase
    • DropDownInputEditorBase

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    • config: IDropDownEditorBaseConfig

    Returns DropDownInputEditorBase

Properties

component

component: MDropDownBase

Methods

Protected doRenderValues

  • doRenderValues(): void
  • 渲染组件的值刷新下拉组件的元素的状态

    Returns void

renderValues

  • renderValues(): void
  • 渲染组件的值刷新下拉组件的元素的状态

    Returns void

Protected setValue

  • setValue(value: string): void
  • 设置组件的值

    Parameters

    • value: string

    Returns void

Generated using TypeDoc