Options
All
  • Public
  • Public/Protected
  • All
Menu

tablelistView集合属性编辑器

Hierarchy

  • AttributeEditorBase
    • TableViewCollectionAttrEditor

Implements

Index

Constructors

constructor

Properties

css

css: TableViewCollectionAttrEditorStyle

list

removeBtnId

removeBtnId: string

table

table: Table

treeId

treeId: string

treeObj

treeObj: IzTreeObj

viewEditId

viewEditId: string

Methods

addItem

  • addItem(xtype: any): void
  • 增加

    Parameters

    • xtype: any

      view类型

    Returns void

doGetBodyHtml

  • doGetBodyHtml(): string
  • Returns string

doGetCss

  • doGetCss(): { TableViewCollectionAttrEditor: { & .fa.fa-ellipsis-h: { cursor: string; position: string; right: string; top: string } }; viewEditor: { & .collection-attr-editor-toolbar: { background-color: string; height: string; list-style: string }; & .collection-attr-editor-toolbar>li: { cursor: string; float: string }; & .collection-attr-editor-toolbar>li>i: { font-size: string; padding: string }; & .collection-attr-editor-toolbar>li>i:hover: { background: string }; & .drop-down-content: { & li a: { padding: string } } } }
  • Returns { TableViewCollectionAttrEditor: { & .fa.fa-ellipsis-h: { cursor: string; position: string; right: string; top: string } }; viewEditor: { & .collection-attr-editor-toolbar: { background-color: string; height: string; list-style: string }; & .collection-attr-editor-toolbar>li: { cursor: string; float: string }; & .collection-attr-editor-toolbar>li>i: { font-size: string; padding: string }; & .collection-attr-editor-toolbar>li>i:hover: { background: string }; & .drop-down-content: { & li a: { padding: string } } } }

    • TableViewCollectionAttrEditor: { & .fa.fa-ellipsis-h: { cursor: string; position: string; right: string; top: string } }
      • & .fa.fa-ellipsis-h: { cursor: string; position: string; right: string; top: string }
        • cursor: string
        • position: string
        • right: string
        • top: string
    • viewEditor: { & .collection-attr-editor-toolbar: { background-color: string; height: string; list-style: string }; & .collection-attr-editor-toolbar>li: { cursor: string; float: string }; & .collection-attr-editor-toolbar>li>i: { font-size: string; padding: string }; & .collection-attr-editor-toolbar>li>i:hover: { background: string }; & .drop-down-content: { & li a: { padding: string } } }
      • & .collection-attr-editor-toolbar: { background-color: string; height: string; list-style: string }
        • background-color: string
        • height: string
        • list-style: string
      • & .collection-attr-editor-toolbar>li: { cursor: string; float: string }
        • cursor: string
        • float: string
      • & .collection-attr-editor-toolbar>li>i: { font-size: string; padding: string }
        • font-size: string
        • padding: string
      • & .collection-attr-editor-toolbar>li>i:hover: { background: string }
        • background: string
      • & .drop-down-content: { & li a: { padding: string } }
        • & li a: { padding: string }
          • padding: string

getDisplayValue

  • getDisplayValue(): string
  • Returns string

getEditorHtml

  • getEditorHtml(): string
  • Returns string

removeItem

  • removeItem(viewId: string): void
  • 移除

    Parameters

    • viewId: string

    Returns void

selectItem

  • selectItem(viewId: string): void
  • Parameters

    • viewId: string

    Returns void

showEditor

  • showEditor(): void
  • Returns void

Generated using TypeDoc