class Select extends Field (View source)

Traits

Properties

protected $columnSpan from  Component
protected $configurationQueue from  Component
protected $form from  Component
protected $id from  Component
protected $isHidden from  Component
protected $label from  Component
protected $parent from  Component
protected $schema from  Component
protected $view from  Component
protected $bindingAttribute from  Field
protected $defaultValue from  Field
protected $extraAttributes from  Field
protected $helpMessage from  Field
protected $hint from  Field
protected $isDisabled from  Field
protected $isRequired from  Field
protected $name from  Field
protected $rules from  Field
protected $validationAttribute from  Field
protected $autofocus from  CanBeAutofocused
protected $placeholder from  HasPlaceholder
protected $emptyOptionsMessage
protected $getDisplayValue
protected $getOptionSearchResults
protected $noSearchResultsMessage
protected $options

Methods

setUp()

No description

columnSpan($span)

No description

configure($callback = null)

No description

except($contexts, $callback = null)

No description

form($form)

No description

getColumnSpan()

No description

getContext()

No description

getDefaultValues()

No description

getForm()

No description

getId()

No description

from  Field
getLabel()

No description

from  Field
getLivewire()

No description

getParent()

No description

getRules($field = null)

No description

getSchema()

No description

getSubform()

No description

getValidationAttributes()

No description

getView()

No description

hidden()

No description

id($id)

No description

isHidden()

No description

label($label)

No description

only($contexts, $callback = null)

No description

parent($component)

No description

render()

No description

schema($schema)

No description

view($view)

No description

visible()

No description

when($condition, $callback = null)

No description

__construct($name)

No description

from  Field
addRules($rules)

No description

from  Field
bindingAttribute($bindingAttribute)

No description

from  Field
default($value)

No description

from  Field
dependable()

No description

from  Field
disabled($disabled = true)

No description

from  Field
enabled()

No description

from  Field
extraAttributes($attributes)

No description

from  Field
getBindingAttribute()

No description

from  Field
getDefaultValue()

No description

from  Field
getExtraAttributes()

No description

from  Field
getHelpMessage()

No description

from  Field
getHint()

No description

from  Field
getName()

No description

from  Field
getValidationAttribute()

No description

from  Field
getValue()

No description

from  Field
helpMessage($message)

No description

from  Field
hint($hint)

No description

from  Field
isDisabled()

No description

from  Field
isRequired()

No description

from  Field
static 
make($name)

No description

from  Field
nullable()

No description

from  Field
removeRules($rules)

No description

from  Field
required()

No description

from  Field
requiredWith($field)

No description

from  Field
rules($conditions)

No description

from  Field
validationAttribute($attribute)

No description

from  Field
name($name)

No description

from  Field
autofocus()

No description

isAutofocused()

No description

confirmed($confirmationFieldName = null)

No description

same($field)

No description

unique($table, $column = null, $except = false)

No description

getPlaceholder()

No description

placeholder($placeholder)

No description

emptyOptionsMessage($message)

No description

getDisplayValue($value)

No description

getDisplayValueUsing($callback)

No description

getEmptyOptionsMessage()

No description

getNoSearchResultsMessage()

No description

getOptions()

No description

getOptionSearchResults($search)

No description

getOptionSearchResultsUsing($callback)

No description

noSearchResultsMessage($message)

No description

options($options)

No description

Details

protected setUp()

No description

columnSpan($span)

No description

Parameters

$span

configure($callback = null)

No description

Parameters

$callback

except($contexts, $callback = null)

No description

Parameters

$contexts
$callback

form($form)

No description

Parameters

$form

getColumnSpan()

No description

getContext()

No description

getDefaultValues()

No description

getForm()

No description

getId()

No description

getLabel()

No description

getLivewire()

No description

getParent()

No description

getRules($field = null)

No description

Parameters

$field

getSchema()

No description

getSubform()

No description

getValidationAttributes()

No description

getView()

No description

hidden()

No description

id($id)

No description

Parameters

$id

isHidden()

No description

label($label)

No description

Parameters

$label

only($contexts, $callback = null)

No description

Parameters

$contexts
$callback

parent($component)

No description

Parameters

$component

render()

No description

schema($schema)

No description

Parameters

$schema

view($view)

No description

Parameters

$view

visible()

No description

when($condition, $callback = null)

No description

Parameters

$condition
$callback

__construct($name)

No description

Parameters

$name

addRules($rules)

No description

Parameters

$rules

bindingAttribute($bindingAttribute)

No description

Parameters

$bindingAttribute

default($value)

No description

Parameters

$value

dependable()

No description

disabled($disabled = true)

No description

Parameters

$disabled

enabled()

No description

extraAttributes($attributes)

No description

Parameters

$attributes

getBindingAttribute()

No description

getDefaultValue()

No description

getExtraAttributes()

No description

getHelpMessage()

No description

getHint()

No description

getName()

No description

getValidationAttribute()

No description

getValue()

No description

helpMessage($message)

No description

Parameters

$message

hint($hint)

No description

Parameters

$hint

isDisabled()

No description

isRequired()

No description

static make($name)

No description

Parameters

$name

nullable()

No description

removeRules($rules)

No description

Parameters

$rules

required()

No description

requiredWith($field)

No description

Parameters

$field

rules($conditions)

No description

Parameters

$conditions

validationAttribute($attribute)

No description

Parameters

$attribute

protected name($name)

No description

Parameters

$name

autofocus()

No description

isAutofocused()

No description

confirmed($confirmationFieldName = null)

No description

Parameters

$confirmationFieldName

same($field)

No description

Parameters

$field

unique($table, $column = null, $except = false)

No description

Parameters

$table
$column
$except

getPlaceholder()

No description

placeholder($placeholder)

No description

Parameters

$placeholder

emptyOptionsMessage($message)

No description

Parameters

$message

getDisplayValue($value)

No description

Parameters

$value

getDisplayValueUsing($callback)

No description

Parameters

$callback

getEmptyOptionsMessage()

No description

getNoSearchResultsMessage()

No description

getOptions()

No description

getOptionSearchResults($search)

No description

Parameters

$search

getOptionSearchResultsUsing($callback)

No description

Parameters

$callback

noSearchResultsMessage($message)

No description

Parameters

$message

options($options)

No description

Parameters

$options