\FormBuilder\componentsCascader

多级联动组件 Class Cascader

Summary

Methods
Properties
Constants
__construct()
col()
setProps()
getProps()
value()
getValue()
getField()
getTitle()
required()
validate()
__call()
data()
jsData()
getType()
build()
()
()
()
()
()
()
()
()
()
()
No public properties found
TYPE_CITY_AREA
TYPE_CITY
TYPE_OTHER
init()
setRequired()
$field
$title
$name
$props
$value
$col
$validate
$propsRule
N/A
No private methods found
No private properties found
N/A

Constants

TYPE_CITY_AREA

TYPE_CITY_AREA = 'city_area'

TYPE_CITY

TYPE_CITY = 'city'

TYPE_OTHER

TYPE_OTHER = 'other'

Properties

$field

$field : String

字段名

Type

String

$title

$title : String

字段昵称

Type

String

$name

$name : string

组件名称

Type

string

$props

$props : array

组件的规则

Type

array

$value

$value : 

字段的值

Type

$col

$col : array

栅格规则

Type

array

$validate

$validate : array

字段验证规则

Type

array

$propsRule

$propsRule : array

组件属性设置规则

Type

array

Methods

__construct()

__construct(String  $field, String  $title, String  $value = null) 

FormComponentDriver constructor.

Parameters

String $field

字段名

String $title

字段昵称

String $value

字段值

col()

col(  $span) : $this

Parameters

$span

Returns

$this

setProps()

setProps(array  $props = array()) : $this

批量设置组件的规则

Parameters

array $props

Returns

$this

getProps()

getProps(  $name) : mixed|null

获取组件的规则

Parameters

$name

Returns

mixed|null

value()

value(array  $value) : $this

设置组件的值

Parameters

array $value

Returns

$this

getValue()

getValue() : string

获取组件的值

Returns

string

getField()

getField() : String

获取组件的字段名

Returns

String

getTitle()

getTitle() : String

设置组件的昵称

Returns

String

required()

required(string  $message = null, string  $trigger = 'change') : $this

Parameters

string $message
string $trigger

Returns

$this

validate()

validate(array  $validate) : $this

添加验证规则

Parameters

array $validate

Returns

$this

__call()

__call(  $name,   $arguments) : $this

设置组件属性

Parameters

$name
$arguments

Throws

\Exception

Returns

$this

data()

data(array  $data) : $this

可选项的数据源 例如:{ "value":"北京市", "label":"北京市", "children":[{ "value":"东城区", "label":"东城区" }] }

Parameters

array $data

Returns

$this

jsData()

jsData(  $var) : $this

Parameters

$var

Returns

$this

getType()

getType() : mixed

获取组件类型

Returns

mixed

build()

build() : array

Returns

array

()

() : 

$this type(String $type) 数据类型, 支持 city_area(省市区三级联动), city (省市二级联动), other (自定义)

Returns

()

() : 

$this disabled(Boolean $bool) 是否禁用选择器

Returns

()

() : 

$this clearable(Boolean $bool) 是否支持清除

Returns

()

() : 

$this placeholder(String $placeholder)

Returns

()

() : 

$this trigger(String $trigger) 次级菜单展开方式,可选值为 click 或 hover

Returns

()

() : 

$this changeOnSelect(Boolean $bool) 当此项为 true 时,点选每级菜单选项值都会发生变化, 默认为 false

Returns

()

() : 

$this size(String $size) 输入框大小,可选值为large和small或者不填

Returns

()

() : 

$this filterable(Boolean $bool) 是否支持搜索

Returns

()

() : 

$this notFoundText(String $text) 当搜索列表为空时显示的内容

Returns

()

() : 

$this transfer(Boolean $bool) /是否将弹层放置于 body 内,在 Tabs、带有 fixed 的 Table 列内使用时,建议添加此属性,它将不受父级样式影响,从而达到更好的效果

Returns

init()

init() 

组件初始化

setRequired()

setRequired(null  $message = '',   $trigger = 'change',   $type = null) : $this

设置组件的值为必填

Parameters

null $message
$trigger
$type

Returns

$this