Options
All
  • Public
  • Public/Protected
  • All
Menu

数据源组件接口

Hierarchy

Implemented by

Index

Properties

Optional $elemt

$elemt: JQuery<HTMLElement>

对应的jquery对象

Optional active

active: boolean

焦点状态

Optional background

background: string

背景色

Optional class

class: string

组件的样式class

Optional dock

dock: DockType

组件停靠方式 当设置了dock full 后 height,width 将会失效

Optional font

font: Font

组件字体

Optional getDataSource

getDataSource: () => DataSourceBase

返回组件关联的数据源

Type declaration

Optional height

height: string | number

组件的高度

Optional hide

hide: boolean

组件显示隐藏

Optional hitTitle

hitTitle: string

hit标题 鼠标停留时候提示信息

Optional id

id: string

组件的唯一id

Optional isDropCreate

isDropCreate: boolean

设计模式下是否拖拽释放时候创建的组件 有些组件需要区分这个,来增加默认值

Optional isRightRes

isRightRes: boolean

是否权限资源 true可以在用户权限内看到改资源的控制,false 则看不到资源

Optional items

items: ComponentBase[]

子组件数组

Optional margin

margin: string

组件间隔

Optional name

name: string

组件的名称

Optional parentCmp

parentCmp: ComponentBase

父组件

Optional rightTitle

rightTitle: string

权限资源的标题

Optional width

width: string | number

组件的宽度

Optional xtype

xtype: string

组件的唯一标识

Generated using TypeDoc