\FormBuilder\componentsTimePicker

时间选择器组件 Class TimePicker

Summary

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

Constants

TYPE_TIME

TYPE_TIME = 'time'

TYPE_TIME_RANGE

TYPE_TIME_RANGE = 'timerange'

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

设置组件的值

Parameters

$value

Returns

$this

getValue()

getValue() : string

获取组件的值

Returns

string

getField()

getField() : String

获取组件的字段名

Returns

String

getTitle()

getTitle() : String

设置组件的昵称

Returns

String

required()

required(boolean  $required = true) : $this

Parameters

boolean $required

Returns

$this

validate()

validate(array  $validate) : $this

添加验证规则

Parameters

array $validate

Returns

$this

__call()

__call(  $name,   $arguments) : $this

设置组件属性

Parameters

$name
$arguments

Throws

\Exception

Returns

$this

steps()

steps(  $h, integer  $i, integer  $s) : $this

下拉列表的时间间隔,数组的三项分别对应小时、分钟、秒。 例如设置为 [1, 15] 时,分钟会显示:00、15、30、45。

Parameters

$h
integer $i
integer $s

Returns

$this

build()

build() : array

Returns

array

()

() : 

$this type(String $type) 显示类型,可选值为 time、timerange

Returns

()

() : 

$this format(String $format) 展示的时间格式, 默认为HH:mm:ss

Returns

()

() : 

$this placement(String $placement) 时间选择器出现的位置,可选值为top, top-start, top-end, bottom, bottom-start, bottom-end, left, left-start, left-end, right, right-start, right-end, 默认为bottom-start

Returns

()

() : 

$this placeholder(String $placeholder) 占位文本

Returns

()

() : 

$this confirm(Boolean $bool) 是否显示底部控制栏, 默认为false

Returns

()

() : 

$this size(String $size) 尺寸,可选值为large、small、default或者不设置

Returns

()

() : 

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

Returns

()

() : 

$this clearable(Boolean $bool) 是否显示清除按钮

Returns

()

() : 

$this readonly(Boolean $bool) 完全只读,开启后不会弹出选择器,只在没有设置 open 属性下生效

Returns

()

() : 

$this editable(Boolean $bool) 文本框是否可以输入, 默认为false

Returns

()

() : 

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

Returns

init()

init() 

组件初始化

setRequired()

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

设置组件的值为必填

Parameters

null $message
$trigger
$type

Returns

$this