\FormBuilder\componentsSelect

选择器组件 Class Select

Summary

Methods
Properties
Constants
option()
options()
setOptions()
__construct()
col()
setProps()
getProps()
value()
getValue()
getField()
getTitle()
required()
validate()
__call()
build()
()
()
()
()
()
()
()
()
()
No public properties found
No constants found
init()
setRequired()
$options
$field
$title
$name
$props
$value
$col
$validate
$propsRule
N/A
No private methods found
No private properties found
N/A

Properties

$options

$options : array

Type

array

$field

$field : String

字段名

Type

String

$title

$title : String

字段昵称

Type

String

$name

$name : string

组件名称

Type

string

$props

$props : array

组件的规则

Type

array

$value

$value : array

字段的值

Type

array

$col

$col : array

栅格规则

Type

array

$validate

$validate : array

字段验证规则

Type

array

$propsRule

$propsRule : array

组件属性设置规则

Type

array

Methods

option()

option(  $value,   $label, boolean  $disabled = false) : $this

设置的选项

Parameters

$value
$label
boolean $disabled

Returns

$this

options()

options(array  $options, boolean  $disabled = false) : $this

批量设置的选项

Parameters

array $options
boolean $disabled

Returns

$this

setOptions()

setOptions(  $options, boolean  $disabled = false) : $this

批量设置选项 支持匿名函数

Parameters

$options
boolean $disabled

Returns

$this

__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(  $value) : $this

设置组件的值

Parameters

$value

Returns

$this

getValue()

getValue() : string

获取组件的值

Returns

string

getField()

getField() : String

获取组件的字段名

Returns

String

getTitle()

getTitle() : String

设置组件的昵称

Returns

String

required()

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

Parameters

null $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

build()

build() : array

Returns

array

()

() : 

$this multiple(Boolean $bool) 是否支持多选, 默认为false

Returns

()

() : 

$this disabled(Boolean $bool) 是否禁用, 默认为false

Returns

()

() : 

$this clearable(Boolean $bool) 是否可以清空选项,只在单选时有效, 默认为false

Returns

()

() : 

$this filterable(Boolean $bool) 是否支持搜索, 默认为false

Returns

()

() : 

$this size(String $size) 选择框大小,可选值为large、small、default或者不填

Returns

()

() : 

$this placeholder(String $placeholder) 选择框默认文字

Returns

()

() : 

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

Returns

()

() : 

$this placement(String $placement) 弹窗的展开方向,可选值为 bottom 和 top, 默认为bottom

Returns

()

() : 

$this notFoundText(String $text) 当下拉列表为空时显示的内容, 默认为 无匹配数据

Returns

init()

init() 

组件初始化

setRequired()

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

设置组件的值为必填

Parameters

null $message
$trigger
$type

Returns

$this