WidgetDatalist
extends WidgetSelect
in package
Description of WidgetDatalist
Table of Contents
Properties
- $autocomplete : bool
- $class : string
- $fieldname : string
- $icon : string
- $id : string
- Identifies the object with a defined name in the view
- $multiple : bool
- $name : string
- Name defined in the view as key
- $onclick : string
- $options : array<string|int, mixed>
- $readonly : string
- $required : bool
- $tabindex : int
- $values : array<string|int, mixed>
- $codeModel : CodeModel
- $fieldcode : string
- $fieldfilter : string
- $fieldtitle : string
- $limit : int
- $parent : string
- $source : string
- $translate : bool
- $uniqueId : int
- $value : mixed
Methods
- __construct() : mixed
- edit() : string
- getColorFromOption() : string
- Calculate color from option configuration
- getDataSource() : array<string|int, mixed>
- Obtains the configuration of the datasource used in obtaining data
- getLevel() : int
- getToken() : string
- getType() : string
- Get the widget type
- gridFormat() : array<string|int, mixed>
- inputHidden() : string
- plainText() : string
- processFormData() : mixed
- setCustomValue() : mixed
- Set custom fixed value to widget
- setLevel() : mixed
- setToken() : mixed
- setValuesFromArray() : mixed
- Loads the value list from a given array.
- setValuesFromArrayKeys() : mixed
- setValuesFromCodeModel() : mixed
- Loads the value list from an array with value and title (description)
- setValuesFromRange() : mixed
- showTableTotals() : bool
- tableCell() : string
- applyOperatorFromOption() : bool
- assets() : void
- Adds assets to the asset manager.
- colorToClass() : string
- combineClasses() : string
- css() : string
- Returns equivalent css class to $class. To extend in plugins.
- getUniqueId() : int
- inputHtml() : string
- inputHtmlExtraParams() : string
- loadOptions() : void
- onclickHtml() : string
- readonly() : bool
- setSourceData() : mixed
- Set datasource data and Load data from Model into values array.
- setValue() : mixed
- show() : string
- tableCellClass() : string
Properties
$autocomplete
public
bool
$autocomplete
$class
public
string
$class
$fieldname
public
string
$fieldname
$icon
public
string
$icon
$id
Identifies the object with a defined name in the view
public
string
$id
$multiple
public
bool
$multiple
$name
Name defined in the view as key
public
string
$name
$onclick
public
string
$onclick
$options
public
array<string|int, mixed>
$options
= []
$readonly
public
string
$readonly
$required
public
bool
$required
$tabindex
public
int
$tabindex
$values
public
array<string|int, mixed>
$values
= []
$codeModel
protected
static CodeModel
$codeModel
$fieldcode
protected
string
$fieldcode
$fieldfilter
protected
string
$fieldfilter
$fieldtitle
protected
string
$fieldtitle
$limit
protected
int
$limit
$parent
protected
string
$parent
$source
protected
string
$source
$translate
protected
bool
$translate
$uniqueId
protected
static int
$uniqueId
= -1
$value
protected
mixed
$value
Methods
__construct()
public
__construct(array<string|int, mixed> $data) : mixed
Parameters
- $data : array<string|int, mixed>
edit()
public
edit(object $model[, string $title = '' ][, string $description = '' ][, string $titleurl = '' ]) : string
Parameters
- $model : object
- $title : string = ''
- $description : string = ''
- $titleurl : string = ''
Return values
stringgetColorFromOption()
Calculate color from option configuration
public
getColorFromOption(array<string|int, string> $option, mixed $value, string $prefix) : string
Parameters
- $option : array<string|int, string>
- $value : mixed
- $prefix : string
Return values
stringgetDataSource()
Obtains the configuration of the datasource used in obtaining data
public
getDataSource() : array<string|int, mixed>
Return values
array<string|int, mixed>getLevel()
public
static getLevel() : int
Return values
intgetToken()
public
static getToken() : string
Return values
stringgetType()
Get the widget type
public
getType() : string
Return values
stringgridFormat()
public
gridFormat() : array<string|int, mixed>
Return values
array<string|int, mixed>inputHidden()
public
inputHidden(object $model) : string
Parameters
- $model : object
Return values
stringplainText()
public
plainText(object $model) : string
Parameters
- $model : object
Return values
stringprocessFormData()
public
processFormData(object &$model, Request $request) : mixed
Parameters
- $model : object
- $request : Request
setCustomValue()
Set custom fixed value to widget
public
setCustomValue(mixed $value) : mixed
Parameters
- $value : mixed
setLevel()
public
static setLevel(int $new) : mixed
Parameters
- $new : int
setToken()
public
static setToken(string $token) : mixed
Parameters
- $token : string
setValuesFromArray()
Loads the value list from a given array.
public
setValuesFromArray(array<string|int, mixed> $items[, bool $translate = false ][, bool $addEmpty = false ][, string $col1 = 'value' ][, string $col2 = 'title' ]) : mixed
The array must have one of the two following structures:
- If it's a value array, it must use the value of each element as title and value
- If it's a multidimensional array, the indexes value and title must be set for each element
Parameters
- $items : array<string|int, mixed>
- $translate : bool = false
- $addEmpty : bool = false
- $col1 : string = 'value'
- $col2 : string = 'title'
setValuesFromArrayKeys()
public
setValuesFromArrayKeys(array<string|int, mixed> $values[, bool $translate = false ][, bool $addEmpty = false ]) : mixed
Parameters
- $values : array<string|int, mixed>
- $translate : bool = false
- $addEmpty : bool = false
setValuesFromCodeModel()
Loads the value list from an array with value and title (description)
public
setValuesFromCodeModel(array<string|int, mixed> $rows[, bool $translate = false ]) : mixed
Parameters
- $rows : array<string|int, mixed>
- $translate : bool = false
setValuesFromRange()
public
setValuesFromRange(int $start, int $end, int $step) : mixed
Parameters
- $start : int
- $end : int
- $step : int
showTableTotals()
public
showTableTotals() : bool
Return values
booltableCell()
public
tableCell(object $model[, string $display = 'left' ]) : string
Parameters
- $model : object
- $display : string = 'left'
Return values
stringapplyOperatorFromOption()
protected
applyOperatorFromOption(array<string|int, string> $option, mixed $value) : bool
Parameters
- $option : array<string|int, string>
- $value : mixed
Return values
boolassets()
Adds assets to the asset manager.
protected
assets() : void
colorToClass()
protected
colorToClass(string $color, string $prefix) : string
Parameters
- $color : string
- $prefix : string
Return values
stringcombineClasses()
protected
combineClasses(array<string|int, mixed> ...$classes) : string
Parameters
- $classes : array<string|int, mixed>
Return values
stringcss()
Returns equivalent css class to $class. To extend in plugins.
protected
css(string $class) : string
Parameters
- $class : string
Return values
stringgetUniqueId()
protected
getUniqueId() : int
Return values
intinputHtml()
protected
inputHtml([string $type = 'datalist' ][, string $extraClass = '' ]) : string
Parameters
- $type : string = 'datalist'
- $extraClass : string = ''
Return values
stringinputHtmlExtraParams()
protected
inputHtmlExtraParams() : string
Return values
stringloadOptions()
protected
loadOptions(array<string|int, mixed> $children) : void
Parameters
- $children : array<string|int, mixed>
onclickHtml()
protected
onclickHtml(string $inside[, string $titleurl = '' ]) : string
Parameters
- $inside : string
- $titleurl : string = ''
Return values
stringreadonly()
protected
readonly() : bool
Return values
boolsetSourceData()
Set datasource data and Load data from Model into values array.
protected
setSourceData(array<string|int, mixed> $child[, bool $loadData = true ]) : mixed
Parameters
- $child : array<string|int, mixed>
- $loadData : bool = true
setValue()
protected
setValue(object $model) : mixed
Parameters
- $model : object
show()
protected
show() : string
Return values
stringtableCellClass()
protected
tableCellClass([string $initialClass = '' ][, string $alternativeClass = '' ]) : string
Parameters
- $initialClass : string = ''
- $alternativeClass : string = ''